Agents
Manage AI agents on the platform.| Tool | Description |
|---|---|
list_agents | List all available agents with their configurations |
get_agent | Retrieve detailed information about a specific agent |
create_agent | Create a new agent with specified skills and configuration |
update_agent | Modify an existing agent’s configuration |
delete_agent | Remove an agent from the platform |
execute_agent | Trigger agent execution with provided context |
Teams
Manage agent teams for collaborative workflows.| Tool | Description |
|---|---|
list_teams | List all configured teams |
get_team | Get team details including member agents |
create_team | Create a new team with specified agents |
execute_team | Trigger team-based workflow execution |
assign_agent | Add an agent to a team |
Environments
Manage execution environments where agents run.| Tool | Description |
|---|---|
list_environments | List all execution environments |
get_environment | Get environment configuration details |
create_environment | Create a new execution environment |
update_environment | Modify environment settings |
Executions
Monitor and manage agent execution runs.| Tool | Description |
|---|---|
list_executions | List recent executions with status |
get_execution | Get detailed execution information |
stream_execution | Stream execution output in real-time |
cancel_execution | Stop a running execution |
Projects
Organize resources into projects.| Tool | Description |
|---|---|
list_projects | List all projects |
get_project | Get project details and associated resources |
create_project | Create a new project |
Worker Queues
Monitor task queue capacity and worker availability.| Tool | Description |
|---|---|
list_queues | List all task queues with capacity |
get_queue_status | Get detailed queue status and worker availability |
Related
- Meta Agent Overview - Learn about the Meta Agent
- Agents - Deep dive into agent configuration
- Teams - Understanding team workflows
- Task Queues - Queue architecture