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

Workflow

Business fit

Supported intents, caller experience, escalation rules, and systems the agent needs to update.

Scale

Traffic shape

Expected minutes, call direction, launch timeline, phone routing, and observability requirements.

Access

Provisioning path

Environment, tenant scope, runtime API key ownership, admin access boundaries, and launch approvals.

Launch

Operational readiness

Webhook security, test calls, production gates, support owner, and business success metrics.

After approval

StepOutcomePrimary docs
1. Provision tenant accessThe team creates tenant runtime credentials for the approved environment.Authentication
2. Validate the first callYour integration confirms readiness, creates a controlled outbound call, and persists the call identifier.Getting started
3. Connect telephonyTwilio routes inbound traffic to signed webhooks and the correct tenant phone route.Webhooks
4. Launch with controlsSecurity, 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 workflowEndpointCredential
Submit requestPOST /api/v1/access-requestsPublic
Review requestsGET /api/v1/admin/api-access-requestsx-admin-key