/v1/agents/{agentName}/jobsRun an agent
agent:createCreate a job for a task agent. The job is debited at creation (the catalog price) and runs asynchronously: poll GET /v1/agents/jobs/{jobId} for the result. A job that fails before the agent starts is auto-refunded; agent-side failures are not.
Path parameters
agentNamestring requiredcompany-discoveryrole-discoverysearch-selectreportdeepsearchcompany-contextcard-copytag-developersummarize-developerscore-fitwrite-dossierwrite-dossier-in-contextcold-email-drafteropener-splicerkeyword-chipssearch-anglesshortlist-scout
Request body CreateAgentJobRequest
inputobject default: {}The agent’s input, matching its published `inputSchema`. Defaults to an empty object for an agent that needs none.
Responses
200A sync-tier agent ran in-band; the result is returned herejobIdstring requiredThe created job, for later reference.
agentstring requiredWhich agent ran.
statusstring requiredThe final job status. This agent ran in-band, so it is already terminal.
resultobject | null requiredThe agent’s output, shaped by its `outputSchema`. Null when the run failed.
202The job was created (queued, or failed if dispatch broke synchronously)jobIdstring requiredThe created job. Poll `GET` on it for the result.
agentstring requiredWhich agent is running.
statusstring requiredThe job status at creation. The work has not finished yet — this response acknowledges the job, it does not carry a result.
401No or invalid credentialcodestring requiredStable machine-readable error code. Branch on this, never on the numeric status.
bad_requestunauthorizedsignature_requiredpayment_requiredforbiddennot_foundconflictgonepayload_too_largeunprocessable_entitytoo_many_requestsinternal_errornot_implementedbilling_unavailablenot_contactablemailbox_link_unavailablemailbox_requiredmail_engine_unavailablewebhook_publisher_unavailabledatabase_unavailableclient_errormessagestring requiredHuman-readable explanation of the refusal.
statusinteger requiredThe HTTP status code, repeated in the body.
remedyobjectA self-serve path forward, when one exists (a 402 points at the credit top-up).
kindstring requiredWhat kind of remedy this is, so a client can route it: whether the caller can clear the condition through the API, or a person must act in the web app.
topupconnect_mailboxurlstring requiredWhere to go to clear the condition: an API path, or a web app page when only a person can.
403Missing agent:createcodestring requiredStable machine-readable error code. Branch on this, never on the numeric status.
bad_requestunauthorizedsignature_requiredpayment_requiredforbiddennot_foundconflictgonepayload_too_largeunprocessable_entitytoo_many_requestsinternal_errornot_implementedbilling_unavailablenot_contactablemailbox_link_unavailablemailbox_requiredmail_engine_unavailablewebhook_publisher_unavailabledatabase_unavailableclient_errormessagestring requiredHuman-readable explanation of the refusal.
statusinteger requiredThe HTTP status code, repeated in the body.
remedyobjectA self-serve path forward, when one exists (a 402 points at the credit top-up).
kindstring requiredWhat kind of remedy this is, so a client can route it: whether the caller can clear the condition through the API, or a person must act in the web app.
topupconnect_mailboxurlstring requiredWhere to go to clear the condition: an API path, or a web app page when only a person can.
429Rate limit exceededcodestring requiredStable machine-readable error code. Branch on this, never on the numeric status.
bad_requestunauthorizedsignature_requiredpayment_requiredforbiddennot_foundconflictgonepayload_too_largeunprocessable_entitytoo_many_requestsinternal_errornot_implementedbilling_unavailablenot_contactablemailbox_link_unavailablemailbox_requiredmail_engine_unavailablewebhook_publisher_unavailabledatabase_unavailableclient_errormessagestring requiredHuman-readable explanation of the refusal.
statusinteger requiredThe HTTP status code, repeated in the body.
remedyobjectA self-serve path forward, when one exists (a 402 points at the credit top-up).
kindstring requiredWhat kind of remedy this is, so a client can route it: whether the caller can clear the condition through the API, or a person must act in the web app.
topupconnect_mailboxurlstring requiredWhere to go to clear the condition: an API path, or a web app page when only a person can.