Documentation Index
Fetch the complete documentation index at: https://docs.auvy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Interventions API
Interventions pause agent runs until a human approves, rejects, or answers. Workspace routes require API key + brain context; public routes use a delivery token from share links.List (workspace)
- Default: send
X-Brain-Id(current brain) brain_scope=all: workspace-wide list- Optional
brain_idquery override
job_id, trace_id, status, limit.
Registry summary
Get
Respond (workspace)
InterventionResponseInput (action, optional comment/fields). May resume the paused job when all required deliveries are satisfied.
Public by token
Unauthenticated share flows:Status values
pending, approved, rejected, answered, expired, cancelled
SDK namespace
auvy.interventions — pair with auvy.jobs.provideInput when runs wait on job input instead of intervention registry.
Related
- Jobs — run lifecycle and
provideInput - SDK recipes — respond snippet