terminalCLI

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 example prod, 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 example agent.yaml.

CLI Learning Path

  1. Promote config safely with MCP export/import workflowarrow-up-right.

Interactive UX

  • Open the palette with aip and use /accounts, /agents, /status, and /transcripts.

  • After selecting an agent via /agents, use /runs and /schedules for remote debugging and automation.

Command Reference

Last updated

Was this helpful?