Request access
Request a Voice API key.
Tell the StateSet team about the business workflow, expected call volume, launch timeline, and operational requirements so we can provision the right Voice API access.
Request API access
StateSet provisions Voice API access for qualified business workflows. Share enough context for the team to understand the use case, expected volume, launch path, and integration owner.
What the team reviews
Business fit
Supported intents, caller experience, escalation rules, and systems the agent needs to update.
Traffic shape
Expected minutes, call direction, launch timeline, phone routing, and observability requirements.
Provisioning path
Environment, tenant scope, runtime API key ownership, admin access boundaries, and launch approvals.
Operational readiness
Webhook security, test calls, production gates, support owner, and business success metrics.
After approval
| Step | Outcome | Primary docs |
|---|---|---|
| 1. Provision tenant access | The team creates tenant runtime credentials for the approved environment. | Authentication |
| 2. Validate the first call | Your integration confirms readiness, creates a controlled outbound call, and persists the call identifier. | Getting started |
| 3. Connect telephony | Twilio routes inbound traffic to signed webhooks and the correct tenant phone route. | Webhooks |
| 4. Launch with controls | Security, QA, telemetry, rollback, and business approval are complete before production traffic. | Production readiness |
API contract
The form submits the same public endpoint that can be called by partner portals or internal go-to-market workflows.
curl -sS -X POST "https://voice.stateset.app/api/v1/access-requests" \
-H "content-type: application/json" \
-d '{
"company_name": "Acme Health",
"contact_name": "Jordan Lee",
"work_email": "jordan.lee@acme.example",
"role": "VP Operations",
"website": "https://acme.example",
"use_case": "Inbound scheduling and missed-call recovery for regional clinics.",
"expected_monthly_minutes": "10000-50000",
"timeline": "30 days"
}'
| Team workflow | Endpoint | Credential |
|---|---|---|
| Submit request | POST /api/v1/access-requests | Public |
| Review requests | GET /api/v1/admin/api-access-requests | x-admin-key |