post
https://api.dotfile.com/v1/routines//trigger
Starts an execution of a routine defined in your Dotfile workspace. The agent runs the routine prompt autonomously; the call returns as soon as the execution is enqueued, and the outcome is reported through the autonomy run webhooks.
Only routines configured with the external_api trigger can be fired here — a routine on another trigger or a disabled routine is refused with a 409. Scope the execution to a case with case_id, or leave it out to run across the whole workspace.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400The request is either malformed or contain invalid parameters.
- Make sure the body payload matches the expected schema
404No routine can be found.
409The routine cannot be triggered because it is disabled or configured with a different trigger.