Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

agentId
string<uuid>
required

Unique identifier of the agent to execute

Body

application/json

Input values for agent execution based on agent input configuration

inputs
object
required

Input values for agent execution based on the agent input configuration

attachments
object[]

Optional array of file attachments to include with the agent execution

Response

Successful response

Response containing run ID for asynchronous agent execution

runId
string<uuid>
required

Unique identifier for this asynchronous agent run that can be polled for status