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