Key types
New accounts start in sandbox. Move to production through the Go-Live
flow in the dashboard (a short review) — that mints your
sk_live_ key and
lifts the sandbox limits. Some features (recordings, virtual numbers, queues)
require a production key.Getting a key
API keys are created and managed in the Wave dashboard (not via the API):- Log in at wave.sa.
- Open API Keys.
- Copy the key on creation — it is shown once.
Scopes
Each key carries scopes that gate what it can do. Set them when you create or edit a key in the dashboard.
A request for something outside a key’s scopes returns
403 INSUFFICIENT_PERMISSIONS.
Sending the key
Every request must include theAuthorization header. Requests without a valid
key return 401 with the standard error envelope.

