Complete reference for Kapso CLI commands
--template <name>
: Use a specific template
basic
: Simple agent with SubagentNode (default)support
: Customer support templateknowledge-base
: Knowledge-focused template~/.kapso/credentials
%USERPROFILE%\.kapso\credentials
--input <file>
: Python file to compile (default: agent.py
)--output <file>
: Output YAML file (default: agent.yaml
)--cloud
: Run in cloud with visual debugger--verbose
: Show detailed execution logs--agent <id>
: Run specific agent by IDtarget
: Test suite name or test file path (optional)--verbose
: Show detailed test execution--local
: Test against local agent (default: cloud)--project <id>
: Deploy to specific project--name <name>
: Override agent name--skip-tests
: Deploy without running testsAGENT_ID
: Agent identifier (optional, interactive selection if not provided)--project-id <id>
, -p
: Project ID (required when using KAPSO_API_KEY)--yes
, -y
: Skip confirmation prompts--output <dir>
: Output directory (default: current)--format <type>
: Output format (yaml
or python
)0
: Success1
: General error2
: Authentication error3
: Validation error4
: Network error5
: Configuration error--verbose
when debugging:
.env.example
for team sharing: