Skip to main content
This documents the v1 product. It is kept for integrations already running on it. If you are building something new, start with the Quickstart.
The Voice Agents API lets you onboard workspaces, create and manage assistants, initiate outbound calls, and handle real-time webhook events programmatically.

Base URL

All API requests target the production server:
A staging environment is also available for testing:

Authentication

Every request must include two API key headers: Most endpoints also require a workspace header to scope requests to a specific workspace.
Contact sneh@miraiminds.co to obtain your API keys and workspace ID.

API endpoints

The API is organized into the following groups:

Onboarding

Register a Shopify store and create a workspace with billing configuration.

Assistant

Create, retrieve, and update voice agent configurations.

Call

Initiate outbound calls and abort queued calls.

Webhooks

Receive real-time call status and action events.

Organization

Archive and unarchive organizations and workspaces.

Voice Gallery

Browse available voice options for your agents.

Common error codes

Rate limits

The API enforces rate limits to ensure stability. If you receive a 429 response, wait before retrying. Assistant updates have a cooldown period to prevent overlapping update operations.
Keep your x-private-key secure. Never expose it in client-side code or public repositories.