List pre-built agent templates
List the pre-built agent templates the agent wizard can apply: the curated voice catalog (with voice configuration and a test-call script) plus the cross-type catalog of chatbot, router, workflow, and custom templates. Use it to populate a template picker where the frontend filters client-side by agent type — there are no query filters. Read-only; any authenticated role may read.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
The merged template catalog — templates (each with id, name, description, agent_type, delivery channels, voice configuration, and starter prompt metadata) and total — in the standard { data, meta } envelope.