v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1462502349.5 KB

Creates a new backlog task in the specified agent space

post/backlog/agent-space/{agentSpaceId}/tasks

Path parameters

agentSpaceIdstring required

Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)

The unique identifier for the agent space where the task will be created

Request body

taskType'INVESTIGATION' | 'EVALUATION' | 'RELEASE_READINESS_REVIEW' | 'RELEASE_TESTING' required

Types of tasks that can be created in the backlog

titlestring required

Title for a backlog task (allows printable ASCII characters, tabs, and newlines; 1-400 characters)

descriptionstring

Description for a backlog task (allows printable ASCII characters, tabs, and newlines; up to 10000 characters)

priority'CRITICAL' | 'HIGH' | 'MEDIUM' | 'LOW' | 'MINIMAL' required

Priority levels for tasks, from highest to lowest urgency

clientTokenstring

Client-provided token for idempotent operations

Response

Success