Run Agent
Run an agent.
Use wait=true to block until the workflow completes (201 Created).
Default (wait=false) returns immediately with 202 Accepted.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Query parameters
Request
Agent IDs to execute. Resolved to agent names server-side.
Caller-provided document identifier for tracking across scans.
Style guide ID to check the document against. target_id is a deprecated alias for this field; send exactly one of the two names.
Language-service content profile ID for style checking.
Agent configuration UUID for persona selection. Used by: persona. Retrieve valid IDs from GET /personas.
Agent configuration UUID for brand voice profile selection. Used by: brand_voice. Retrieve valid IDs from GET /brand-voice-profiles.
Response
Caller-provided document identifier.
How this check is counted: ‘batch’ for a document checked as part of a batch, ‘interactive’ for a direct /run check.
Owning batch id (agbw_<nanoid>); null unless this is a batch check.
Execution result (if completed)