Quick Start
Agents
AI-powered entities that execute tasks using configured skills and models.List Agents
Get Agent Details
Create Agent
- Interactive
- From File
Update Agent
Delete Agent
Execute with Agent
Teams
Groups of agents that collaborate on complex tasks.List Teams
Get Team Details
Create Team
Update Team
Delete Team
Execute with Team
Projects
Organizational units for grouping resources.List Projects
Get Project Details
Create Project
Best Practices
- Use descriptive naming:
prod-deployment-agent,staging-devops-team - Include environment prefix:
prod-*,staging-*,dev-* - Use hyphens not underscores:
my-agentnotmy_agent - Group by project for better organization
- Use teams to organize agents by functional area
- Store agent YAML definitions in version control
- Test agents in dev/staging before production