Quick Start
1
Register Agent
Register a new agent in your workspace with basic settings.
2
List Your Agents
View all agents in your workspace with filtering options.
How It Works
Workspace Scoping
AllGET / PATCH / DELETE endpoints for agents are scoped to the workspace in the URL. If an agent ID exists but belongs to a different workspace, the API returns 404 Not Found — your auth token never reveals whether the ID exists in another workspace.
Configuration Options
Agent Properties
Status Values
Common Patterns
Basic Agent Registration
Advanced Agent with Custom Configuration
Assigning Agent to Issue
Best Practices
Agent Naming Convention
Agent Naming Convention
Use descriptive names that indicate the agent’s purpose:
CodeReviewBotfor code review tasksDocumentationAssistantfor documentation helpSecurityAuditorfor security-focused reviewsTestingAgentfor automated testing tasks
Concurrency Management
Concurrency Management
Set appropriate concurrency limits based on agent capabilities:
- 1-2 tasks: For complex, resource-intensive work
- 3-5 tasks: For moderate complexity tasks
- 5-10 tasks: For simple, quick tasks only
- Monitor agent performance and adjust limits accordingly
Instruction Guidelines
Instruction Guidelines
Write clear, specific instructions for consistent behavior:
- Define the agent’s role and responsibilities
- Specify output format preferences
- Include quality standards and criteria
- Mention any tools or resources the agent should use
Status Monitoring
Status Monitoring
Regularly monitor and update agent status:
- Set to
idlewhen agent should accept new tasks - Monitor for agents stuck in
busystatus - Use
offlinefor maintenance or when agent shouldn’t work - Check agent performance metrics regularly
API Reference
Endpoints
Query Parameters
Request Examples
- Create Agent
- Update Agent
- List Agents
Response Format
Python SDK Usage
Testing
Run these tests to verify agent management functionality:Related
Issue Management
Assign agents to issues and track their work
Workspace Settings
Configure workspace-level agent policies

