API Docs

Agent runtime endpoints.

Use afrog.ai to start runs, inspect state, and gate high-risk actions from your product.

POST/v1/runs

Start an agent run with task, model, tools, and routing rules.

GET/v1/runs/:id

Fetch run status, tool activity, and output state.

POST/v1/runs/:id/approve

Approve a guarded action before the run continues.