API keys authorise your backend to create checkout sessions. Dashboard → API Keys.Documentation Index
Fetch the complete documentation index at: https://docs.minisend.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Format
ms_live_abc123...). The full key is shown once at creation — Minisend stores only a hash.
Generate
Create multiple keys (one per environment). Revoking one doesn’t affect the others.
Use in requests
Revoke
Hover the row → click the trash icon. Deactivated immediately — subsequent requests return401.
Best practices
- Rotate periodically, immediately if exposed.
- Separate keys per environment.
- Set as a server-side env var (
MINISEND_API_KEY), never hardcode. - Accidentally committed to a public repo → revoke and regenerate.

