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 | Yes |
| View API keys | Yes | Yes | Yes |
| Edit (rename) API keys | Yes | Yes | No |
| Delete API keys | Yes | Yes | No |
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 | Yes |
| 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 |
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.