api reference
Intended Documentation
API Authentication
Authentication requirements for Intended runtime and administration APIs.
API Authentication#
Intended APIs are fail-closed and require explicit authentication context.
Required headers#
Authorization: Bearer <api-key-or-session-token>x-tenant-id: <tenant-id>for tenant-scoped routes where required
API keys#
- Production keys use the
mrt_live_prefix. - Non-production keys use the
mrt_test_prefix. - Restrict key scope to the minimum permissions required.
Session-backed routes#
Some control-plane routes rely on authenticated session context and role checks. When using these routes from a browser or trusted server, ensure the current user has the required role and permissions.