# SurVoyce

> SurVoyce turns forms into natural AI voice conversations on the web and phone, then returns clean, structured data. It is fully operable by AI agents: self-serve API keys, MCP, A2A, and REST.

Agent endpoints:

- Register (no auth): POST https://api.survoyce.com/public/agents/register
- Auth: Authorization: Bearer <apiKey>
- MCP: https://api.survoyce.com/api/mcp/survoyce/mcp (SSE: https://api.survoyce.com/api/mcp/survoyce/sse)
- A2A card: https://api.survoyce.com/api/.well-known/intake/agent-card.json
- A2A execution: POST https://api.survoyce.com/api/a2a/intake
- OpenAPI: https://api.survoyce.com/api/openapi.json

## Docs

- [Getting started](https://survoyce.com/docs/getting-started.md): Create your account, build your first form, and share it.
- [Building a form](https://survoyce.com/docs/building-a-form.md): Question types, validation, skip logic, and form settings.
- [Web & phone channels](https://survoyce.com/docs/channels.md): How respondents complete forms in the browser and over the phone.
- [Credits & billing](https://survoyce.com/docs/credits-billing.md): The free tier, how credits are spent, and unlocking submissions.
- [Agents & API](https://survoyce.com/docs/agents-api.md): Self-serve API keys, MCP, A2A, and REST — operate SurVoyce end-to-end from an AI agent.
- [Webhooks](https://survoyce.com/docs/webhooks.md): Get signed, retried HTTP callbacks when things happen — submissions, forms, credits, calls.

## Optional

- [For agents](https://survoyce.com/agents): overview of the agent capability
- [Pricing](https://survoyce.com/pricing): free tier and prepaid credit packs
- [FAQ](https://survoyce.com/faq)
- [Full docs corpus](https://survoyce.com/llms-full.txt)
