AgentKit
ReferenceCLI commands
BetaYou are reading docs for the beta channel (2.4.1-beta.1) — updated automatically on every beta release.Switch to stable →

CLI commands

ak feedback

Send or export product feedback

Collect a redacted bug, feature, or enhancement report and submit it to agentkit-web, or export the same rendered markdown locally with --export.

Who it's for: Closed beta pilots and maintainers reporting product feedback without exposing local secrets.

When to use it: Use when an AgentKit workflow is confusing, broken, or missing an expected capability.

What changes on disk: Read-only unless --export is set. Submit posts a redacted JSON payload to the configured AgentKit registry.

Usage

ak feedback [flags]

Examples

ak feedback --type bug --title "Update failed" --body "What happened" --repro "Run ak update" --yes
ak feedback --type feature --title "Add X" --motivation "Why it matters" --export feedback.md
ak feedback --attach-diagnostics

Flags

FlagDescription
--actual stringActual behavior
--area stringProduct area, command, page, or workflow
--attach-diagnosticsInline a redacted ak doctor summary
--body stringGeneral feedback details
--diagnostics-offlineSkip network checks when building the diagnostics summary (default true)
--expected stringExpected behavior
--export stringWrite rendered feedback markdown to a path instead of submitting
-h, --helphelp for feedback
--jsonEmit machine-readable JSON (implies --no-interactive)
--motivation stringWhy this feedback matters
--no-interactiveDisable interactive prompts (CI-safe)
--outcome stringDesired outcome for a feature or enhancement
-q, --quietSuppress non-error output on stderr
--registry-url stringAgentKit registry base URL (default: $AGENTKIT_REGISTRY_URL, then dev/staging https://staging.agentkit.best or release https://agentkit.best)
--repro stringBug reproduction steps
--title stringShort feedback title
--type stringFeedback type: bug, feature, or enhancement
-V, --verboseExtra diagnostic output on stderr (loses to --quiet)
-y, --yesAssume yes for all prompts

Output modes

ModeBehavior
prettydefault on TTY (colors, ASCII markers)
plainauto when stdout piped or --no-interactive
json--json (single-object envelope, NDJSON-safe)

Exit codes

CodeMeaning
0success
1runtime error
2invalid flags
3user-cancel (SIGINT, prompt-cancel)
2required fields are missing or flags are invalid
3feedback validation or payload limits fail
4not authenticated or registry rejects the submission
  • ak — AgentKit CLI

On this page