CLI
CLI
Nine commands wrapping every part of AgentsKit — init, chat, run, dev, doctor, ai, tunnel, rag, config.
#Commands
| Command | Purpose |
|---|---|
agentskit init | Scaffold a new project (react / ink / runtime / multi-agent). |
agentskit chat | Interactive chat in the terminal (Ink). |
agentskit run "<task>" | Run an agent once. --provider, --model, --api-key, --base-url, --verbose. |
agentskit dev | Dev server with hot-reload. |
agentskit doctor | Diagnose env (providers, keys, tooling). |
agentskit ai "<description>" | NL → typed AgentSchema + scaffold. Recipe. |
agentskit tunnel | ngrok-style tunnel for webhooks. |
agentskit rag | Local RAG helpers (ingest / search). |
agentskit config | Read / write local config. |
Per-command deep dives land in step 6 of the docs IA rollout.
#Related
Explore nearby
- Peeragentskit init
Scaffold a new project — 9 starter templates spanning React, SvelteKit, Nuxt, Ink, Vite+Ink, Cloudflare Workers, Bun, runtime, and multi-agent.
- Peeragentskit chat
Interactive terminal chat. Ink-based. No setup required.
- Peeragentskit run
One-shot agent run from the terminal. Pipe inputs, capture outputs.