CLI
Use AIP CLI as the utility layer for agent development after you finish conceptual design in Guides.
When to Use CLI
Validate access and environment health before coding:
aip status.Operate resources without writing scripts: list, inspect, create, update.
Run and debug agents interactively with rich streaming output.
Export/import agents, tools, and MCPs for promotion workflows.
Placeholder Legend
<ACCOUNT_NAME>: Named CLI account profile (for exampleprod,staging).<AGENT_REF>: Agent ID or unique agent name.<TOOL_REF>: Tool ID or unique tool name.<MCP_REF>: MCP ID or unique MCP name.<RUN_ID>: Run ID from transcript or history views.<EXPORT_FILE>: Output file path, for exampleagent.yaml.
CLI Learning Path
Start with the Lifecycle tutorial.
Continue with Use cases.
Capture output using Runs and Transcripts.
Promote config safely with MCP export/import workflow.
Interactive UX
Open the palette with
aipand use/accounts,/agents,/status, and/transcripts.After selecting an agent via
/agents, use/runsand/schedulesfor remote debugging and automation.Workflow guide: Slash palette.
Command Reference
Detailed flags and options: CLI Commands Reference.
Legacy config format: CLI Legacy Config.
Last updated
Was this helpful?