Run an agent now
Agents
Run an agent now
Triggers a run immediately. Async — returns {"execution_id": "<temporal_run_id>", "status": "queued"}; poll GET /executions/<execution_id> for completion. Triggered agents need target_entity_id in the body; scheduled agents need nothing. Conversational agents are rejected (400 invalid_for_conversational) — reach them via POST /chat/sessions. At-least-once: a retried 5xx can produce a duplicate run.
POST
Run an agent now
Authorizations
Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).
Path Parameters
Body
application/json
