Project API keys
Send a project key as a bearer token:qm_test_ selects development or staging; qm_live_ selects production. The runtime resolves the project and environment from the key alone before the request is processed.
Authentication failures
All of these are401:
- Missing or malformed bearer header
- Unknown key
- Revoked key
- Key prefix/environment mismatch