Roles
| Role | Description |
|---|---|
| Owner | Full control over the organization, including destructive actions like deleting the org. |
| Admin | Day-to-day management of members, API keys, and billing. Cannot delete the organization. |
| Member | Can use Studio and the API but cannot manage org settings. |
API Keys
API key management has two distinct permission levels:| Action | Owner | Admin | Member |
|---|---|---|---|
| Create API keys | Yes | Yes | No |
| View API keys | Yes | Yes | Yes |
| Edit (rename) API keys | Yes | Yes | No |
| Delete API keys | Yes | Yes | No |
- Owners and Admins can create new keys, rename existing keys, and revoke (delete) keys belonging to anyone in the organization.
- Members can view the list of active keys (name, creation date, expiration) but cannot create, rename, or delete any key.
- Deleting an API key immediately revokes it. Any requests using that key will fail.
API keys are scoped to the organization, not to the individual who created them. Any valid key authenticates requests on behalf of the entire org.
Full Permissions Matrix
| Capability | Owner | Admin | Member |
|---|---|---|---|
| Use Studio (pipelines, processors, files) | Yes | Yes | Yes |
| Call the API with an org key | Yes | Yes | Yes |
| View usage and request logs | Yes | Yes | Yes |
| Create API keys | Yes | Yes | No |
| Edit/delete API keys | Yes | Yes | No |
| Manage billing and payment methods | Yes | Yes | No |
| Invite members | Yes | Yes | No |
| Remove members | Yes | Yes | No |
| Change member roles | Yes | Yes | No |
| Delete the organization | Yes | No | No |
When inviting members, you can only assign a role at or below your own level. Owners can invite as Owner, Admin, or Member. Admins can invite as Admin or Member.
Managing Roles
To change a member’s role:- Navigate to Settings in the sidebar
- Find the member in the users list
- Use the role dropdown to select a new role
Related
Account & Settings
API key management, usage, and billing overview.
Security Policies
Data handling, retention, and compliance.