Skip to main content
POST
Schedule Agent Run Endpoint

Authorizations

Authorization
string
header
required

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

Body

application/json

Request schema for scheduling an agent run.

agent_id
string
required
user_id
string
required
session_id
string
required
new_message
New Message · object
required
run_mode
string
default:single
streaming
boolean
default:false
agent_metadata
Agent Metadata · object | null
schedule_interval
string
default:@hourly
start_time
string | null

Response

Successful Response