npm run dev.
Tail logs
${VAR} placeholders in backendUrl
(from outkit.json) against process.env and .env.local, so the same config works
locally and in deployed environments.
Render logs
single, single_hinted, two_step), token usage, and latency.
Health check
doctor is the canonical “is anything broken” command. Run it any time setup looks off.
Inspect local state
Telemetry
Undo
Anything that mutates your codebase or remote state is journaled. To reverse the most recent command:undo refuses to clobber files you have edited since the command ran. Dependencies are
not auto-removed — the CLI prints the uninstall command for you instead.
Next Steps
API keys
outkit keys create / rotate / revoke / stats — manage API keys from your terminal.Full reference
Every command, every flag.