Agents
Placeholders
List and Inspect
aip agents list
aip agents get <AGENT_REF>Create and Run
aip agents create --name "hello-cli" --instruction "You are a friendly assistant."
aip agents run <AGENT_REF> "Hello"aip agents run <AGENT_REF> "Hello" --save run.mdExport and Import (Promotion Loop)
aip agents get <AGENT_REF> --export <EXPORT_FILE>
aip agents create --import <EXPORT_FILE> --name "hello-cli-prod"Common Capability Updates
Last updated
Was this helpful?