d09b4a347e87
Run a routine now
Run a routine immediately, in addition to its schedule. The run executes once using the routine owner's permissions and delivers the AI response to every configured recipient — it is not a private preview. A conditional routine evaluates its delivery condition first, so the run may complete without delivering. Because runs execute as the owner, the owner's per-connector AI toggles (set in the chat + menu) govern which integration tools the agent may use. Returns once the run has started; the result is delivered asynchronously. Organization API keys can pass ?userId=<membershipId> to act on behalf of a specific organization member.
Path parameters
The UUID of the routine.
The UUID of the routine.
Query parameters
Target user membership ID (for org-scoped API keys)
Target user membership ID (for org-scoped API keys)
Response
The run has started. For a conditional routine this is the condition evaluation, which delivers only if the condition holds.
Example response
{
"id": "990e8400-e29b-41d4-a716-446655440004"
}