Skip to main content
POST
Create or reuse an agentic task and run it

Authorizations

Authorization
string
header
required

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

Body

application/json
task
object
required
mcp_capability
enum<string>
required

Agent capability behind the call.

Available options:
search,
fetch,
crawl,
template
agent_template_slug
string
required

Curated template slug the agent is running.

Example:

"titan-brave-search-v1"

execution
object
target_platform
string

Platform the run targets.

Example:

"brave"

Response

Accepted; the execution is queued.

success
boolean
data
object