Version 1
- Docs index - Central index for active docs and archived root notes.
- Archive index - Location and purpose of deprecated/legacy files moved out of root.
- Local development - Run the app locally, including Supabase, Localtunnel, and Twilio calling setup.
- Script structure – How campaign scripts are stored (
steps), pages vs blocks, and IVR navigation. - Script JSON format – Script structure for campaigns (pages, blocks); field reference and examples.
- API overview – Public integrator API boundary, auth, and endpoint list.
- Complete API surface – Generated inventory of all callable
/apiroutes; Scalar at/docs?spec=complete. - Create campaign with script (one-shot API) –
POST /api/campaigns/create-with-script: create a campaign with script, caller ID, and audiences in a single request (session or API key). - Send SMS –
POST /api/chat_smsandPOST /api/smspublic messaging endpoints. - Public API test drift – Tracked gaps and verification commands for the integrator API surface.
- Interactive API docs – Public spec at
/docs; complete classified surface at/docs?spec=complete. Raw JSON:/api/docs/openapi,/api/docs/openapi/all. - Stripe webhook – Configure Stripe to send
checkout.session.completedto/api/stripe-webhook; requiresSTRIPE_WEBHOOK_SECRET.