airmux has separate credentials for management and inference. They are not interchangeable.
Tenancy scopes
Management authority can be scoped to the instance, an organization, or one workspace. A scope covers only itself and its descendants:- Instance scope can act across the installation
- Organization scope can act within one organization and its workspaces
- Workspace scope can act only within one workspace
Human and service principals
Human accounts sign in with a session and can approve the CLI device flow. Service accounts represent automation and cannot use browser-only flows. Both can receive roles and management keys. Roles grant permission sets at a scope:
The effective permission is the intersection of the principal’s authority, the management key’s permission ceiling, and
the target scope. A management key cannot delegate authority its caller or key principal does not have.
Create a management key
Inference keys
Authorization: Bearer or x-api-key. See the inference API overview
for credential precedence and playground-cookie requirements.
See the management API for bearer authentication and the
CLI reference for context management.
For account creation, invitations, roles, and public signup, see Manage users and access.