v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
auto-agent

Start Run Direct

Directly launch an Auto Agent run from a complete task description.

This endpoint intentionally bypasses the clarification agent. It is meant for programmatic experiments and test harnesses that already know exactly what the Auto Agent should do.

Args: request: FastAPI request (required by rate limiter). body: Complete Auto Agent task description and optional history. auth: Authenticated user.

Returns: Newly created run ID, project ID, and results URL.

post/auto-agent/run

Request body

messagestring required

Task description for the Auto Agent

Response

Successful Response

run_idstring required

UUID of the created run

project_idstring nullable

Project ID grouping datasets and models from this run

results_urlstring required

URL to view results when run completes