CLI Command Reference
Full reference for every AgenticFlow CLI command group and option.
The composition ladder
Rung
Kind
Deploy verb
Complexity field
Diagnostics & Discovery
agenticflow bootstrap --json # One-shot workspace snapshot — START HERE
agenticflow context --json # AI-agent invariants, journey, discovery helpers
agenticflow doctor --json # Preflight check (auth, health, spec)
agenticflow doctor --json --strict # Exit 1 if required checks fail
agenticflow whoami --json # Show current auth profile
agenticflow discover --json # Machine-readable capability index
agenticflow changelog --json # What shipped per version
# Schemas
agenticflow schema # List resources with schemas
agenticflow schema agent --json # Full agent create/update shape
agenticflow schema agent --field mcp_clients # Drill into a nested field
# Blueprints (CLI-shipped starter catalog — offline, version-locked)
agenticflow blueprints list --json # all 20
agenticflow blueprints list --kind workflow --json # rungs 0-2
agenticflow blueprints list --kind agent --json # rung 3
agenticflow blueprints list --kind workforce --json # rung 6
agenticflow blueprints list --complexity 2 --json
agenticflow blueprints get --id <slug> --json # full details
agenticflow blueprints show --id <slug> --json # alias for `get`
# Marketplace (live backend catalog)
agenticflow marketplace list --json
agenticflow marketplace list --type agent_template --search "seo" --json
agenticflow marketplace get --id <item_id> --json
agenticflow marketplace try --id <item_id> --json # auto-detects + clones
# Playbooks
agenticflow playbook --list
agenticflow playbook composition-ladder # routing rule
agenticflow playbook ready-prompts # copy-paste prompts per rung
agenticflow playbook marketplace-vs-blueprint
agenticflow playbook first-touchCode
Meaning
Workflows (rungs 0-2)
Blueprint-based initialization (new in v1.10.0)
CRUD
Execution
Run History
Validation
Smart Connection Resolution
Agents (rung 3)
Blueprint-based initialization (since v1.8.0)
CRUD
Execution
Minimal Agent Payload
Stream Payload
Workforces (rung 6)
Blueprint-based initialization
Blueprint
Agents
Pattern
Blueprint
Required slots
Optional slots
CRUD
Graph operations
Running a workforce
Versions & publishing
Blueprints
Marketplace
Templates (duplicate by id)
MCP Clients
Inspecting before attach
Node Types
Connections
Uploads
Gateway (webhook orchestration)
API Discovery
Raw API Call
Policy & Safety
Hidden (deprecated) command groups
Group
Migration
Sunset
Global Options
Flag
Purpose
Environment Variables
Variable
Purpose
Recommended Build Flow (for an AI agent)
Troubleshooting
Problem
Solution
Last updated