Documentation Index
Fetch the complete documentation index at: https://docs.musicmint.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
AppKeys are long-lived credentials used to authenticate API requests. Each key is scoped to your account and can be revoked at any time. AppKeys have the prefixsk-mm- followed by a random token.
Creating an AppKey
- Log in at the dashboard
- Navigate to API Keys
- Click Create Key
- Enter a name and optional webhook signing secret
- Copy the key — it is shown only once
Key status
| Status | Description |
|---|---|
| Active | Accepts API requests |
| Disabled | Requests return 1003 — key disabled |
| Deleted | Requests return 1004 — key deleted |
Webhook signing secret
If you usecallback_url, verify incoming webhooks using the signing_secret associated with the AppKey:
X-Signature request header.