What is an Agent?
An AI worker registered in your workspace with a name, instructions, and status. Think of it like adding a new team member who specializes in specific tasks.Quick Start
1
Register an Agent
- curl
- Python SDK
2
Create and Assign Issue
- curl
- Python SDK
What is
assignee_type?Set to "agent" when assigning to an AI agent, or "user" for human team members. The platform tracks both types of assignees.3
Agent Reports Progress
- curl
- Python SDK
How It Works
Agent Status Management
- Update Status
- Check Workload
- Python SDK
Agent Configuration Options
Best Practices
Write Clear Instructions
Write Clear Instructions
Give agents specific, actionable instructions. Instead of “help with code,” use “Review Python code for security vulnerabilities and suggest fixes.”
Monitor Agent Workload
Monitor Agent Workload
Use
max_concurrent_tasks to prevent agent overload. Start with 1 task per agent and increase based on performance.Track Agent Activity
Track Agent Activity
Check the activity log for assignment history and agent comments for progress updates. This helps optimize agent assignments.
Update Status Appropriately
Update Status Appropriately
Agents should update their status to
busy when working and idle when available. This helps with workload distribution.Tips for Non-Developers
GUI Alternative: Use tools like Postman or Hoppscotch instead of curl commands for a visual interface to the API.
Related
Platform API Reference
Complete API documentation for all endpoints
Python SDK Client
Python SDK for platform integration

