New here? Read What is VoicEra for the plain-language overview, or go straight to the Quickstart if you have Docker ready.
Browse the docs
VoicEra’s documentation is split into three tabs across the top of this site.- Guides
- Developer
- API Reference
You are here. Learn the system and run it day to day.
- Introduction — what VoicEra is and what it is for
- Quickstart — empty machine to working agent, in five steps
- Using the dashboard — no terminal, no code, just clicking through the web console
- Core concepts — architecture, pipeline, campaigns, providers
- Running VoicEra — campaigns, documents, daily operations
- Deployment — Compose, production, hardening
- Troubleshooting — symptom-first index
What you get
Where to start
The stack at a glance
Two services, three stores, one job queue, and your choice of AI providers. The full picture is in Architecture.What VoicEra is not
VoicEra is API-first. Everything is driven by HTTP requests, and/docs gives you an interactive OpenAPI console. The bundled dashboard is a client of that same API.
The Compose stack also starts a web dashboard on port 3000. See Dashboard.
Need help?
- Start with Troubleshooting.
- Look up unfamiliar terms in the Glossary.
- Read the Contributing guide before opening a pull request.