Dispatch a trigger's agent immediately
Agents
Dispatch a trigger's agent immediately
Enqueue a durable run for the trigger’s agent right now, as the
trigger’s run-as identity. Returns 202 with the runId, or 409
(AGENT_BUSY) if the agent already has a run in progress. Consequential —
writes an audit entry.
POST
Dispatch a trigger's agent immediately
Authorizations
API key or personal access token (NEX-1042). Send as
Authorization: Bearer <token>. Token format:
nex_live_…— live API key (server-to-server)nex_test_…— sandbox API keynex_pat_…— personal access token (acts as the issuing user)
Authorization is decided by the key's scopes array, not the
owning user's RBAC role. See POST /api/api-keys to mint a key.

