API keys provide programmatic access to BotMux without session cookies.Documentation Index
Fetch the complete documentation index at: https://botmux-mintlify-api-updates-1776816558.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Format
Keys use thebmx_ prefix: bmx_a1b2c3d4e5f6...
Usage
Management
Admin-only via the web UI or API:| Method | Endpoint | Description |
|---|---|---|
| GET | /api/auth/api-keys | List all API keys |
| POST | /api/auth/api-keys/create | Create a new key |
| POST | /api/auth/api-keys/disable | Disable a key |
| POST | /api/auth/api-keys/delete | Delete a key |
Security
- Keys are bound to users and inherit their role and permissions
- Stored as SHA-256 hash in the database
- The actual key is only shown once at creation time