Skip to main content
POST
Trigger an agent run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

The unique identifier of the agent (e.g. AGT-26-000012).

Pattern: ^AGT-

Body

application/json
input
object
required
Example:
triggered_by
string
required
Pattern: ^USR-
Example:

"USR-26-000044"

Response

The newly created agent run.

data
object
Last modified on April 15, 2026