Parameters
| name | type | required | notes |
|---|---|---|---|
id | string | yes | Agent definition id (uuid). |
Response
| name | type | description |
|---|---|---|
run_id | string | |
status | string | |
error | string | null |
Call it
write requires auth: authenticated
help / router / agents_trigger
agents_triggerwritePOST /api/agents/:id/trigger — enqueue a manual run (owner only; 202/200/409) · auth: authenticated
POST /api/agents/:id/trigger
signature sha256:8e664f0a5f2e6c980ed83d4b071d4f9d
| name | type | required | notes |
|---|---|---|---|
id | string | yes | Agent definition id (uuid). |
| name | type | description |
|---|---|---|
run_id | string | |
status | string | |
error | string | null |
write requires auth: authenticated