CLI Agent Lifecycle
What You Will Do
Step 1: Verify Account and Environment
aip accounts use <ACCOUNT_NAME>
aip statusStep 2: Create the Agent
aip agents create \
--name "support-triage-cli" \
--instruction "You triage incoming support tickets. Return severity, likely owner, and next action in 3 bullets." \
--model "openai/gpt-5-mini"Step 3: Run and Capture a Transcript
Step 4: Tighten Behavior with Update
Step 5: Export and Promote Configuration
Step 6: Validate in Interactive Palette
Optional Cleanup
Related Documentation
Last updated
Was this helpful?