Steps 1–4 use the CLI. Step 5 uses the dashboard. To govern agents someone else deployed, skip to step 5.
Prerequisites
- Docker
- An account with deploy permission — see ACL
- A model provider API key (
OPENAI_API_KEYor similar)
Get started
1
Install and authenticate the CLI
nasiko up starts a local control plane and connects the CLI to it as cluster local. auth login stores your token in ~/.nasiko/config.json. Options: Setup Your CLI.2
Scaffold an agent
AgentCard.json, a Dockerfile, and starter source. Run nasiko new with no arguments for a wizard. Templates: Sample Agents.3
Run it locally
4
Deploy to the control plane
.nasiko/agent.json bound to the deployed agent’s ID.No local Docker? Use nasiko upload . and the control plane builds it. See Deploy and Manage.5
See it under governance
Sign in to the dashboard. Your agent is already:
- listed in the Agent Registry with status and owner
- logging every chat in Sessions
- reporting spend in TokenOps
Next steps
Manage secrets
Move that provider key out of your shell.
Set access policy
Control who can invoke, edit, and promote this agent.
Connect tools over MCP
Give the agent systems to act on.
Compose multiple agents
Wire agents together across frameworks.
