⌘K
Test call

API Keys

Programmatic access to this tenant — calls, agents, contacts, and webhooks.

0
not revoked
0
archived
0
seen activity
0
distinct
API keys
Bearer tokens scoped to this tenant. Rotate at least every 90 days.
No API keys yet
Mint a key to start calling the ASM Voice API. Keys are shown once at creation time — store them in your secret manager.
Quick start
Three ways to wire your stack into ASM Voice.
Full docs →
# List your calls
curl https://api.asm.tech/v1/calls \
  -H "Authorization: Bearer asm_pk_..." \
  -H "X-Tenant: mis"
// Node SDK
import { ASMClient } from "@asm/voice";
const asm = new ASMClient({ apiKey: process.env.ASM_API_KEY });
await asm.calls.list({ limit: 10 });
# Receive webhooks at your endpoint
POST https://yourdomain.com/webhook
X-ASM-Signature: sha256=…