v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
auto-agent

Append Sandbox Log

Append a log line streamed from inside the sandbox.

Args: run_id: Run UUID from the path. body: {"line": "..."}. callback_token: One-time token issued at run creation.

Raises: HTTPException 401: Token invalid or run already finalized. HTTPException 404: Run not found.

post/auto-agent/run/{run_id}/log

Path parameters

run_idstring required

Headers

X-Callback-Tokenstring required

Request body

linestring required

Log line body (timestamp added server-side).

Response

Successful Response