Console
Users
The Users page allows you to view and manage all members within your organization. Each user is assigned a role that determines their permissions and level of access.
User Roles
There are three roles currently supported:
| Role | Description |
|---|---|
| Admin | Full access to manage the organization, members, and all resources. |
| Member | Standard user with access to create and manage resources within the org. |
| Read-Only | Restricted access to view jobs only. Cannot invoke jobs or manage resources. |
Permissions Matrix
| Permission | Admin | Member | Read-Only |
|---|---|---|---|
| View jobs | ✅ | ✅ | ✅ |
| Create jobs | ✅ | ✅ | ❌ |
| Invoke jobs | ✅ | ✅ | ❌ |
| Create API keys | ✅ | ✅ | ❌ |
| View usage | ✅ | ✅ | ❌ |
| View organization members | ✅ | ✅ | ❌ |
| Invite members | ✅ | ❌ | ❌ |
| Change member roles | ✅ | ❌ | ❌ |
| Remove members | ✅ | ❌ | ❌ |
Role Details
Admin
Admins have full control over the organization and its members.
- Jobs - Create and invoke jobs.
- API Keys - Create and manage API keys.
- Usage - View organization-level usage.
- Members - Invite new members, change roles of existing members, and remove members from the organization.
Member
Members can work with resources but have no administrative privileges over the organization.
- Jobs - Create and invoke jobs.
- API Keys - Create and manage their own API keys.
- Usage - View organization-level usage.
- Members - View other members in the organization.
- May choose to leave the organization at any time via the console.
Read-Only
Read-Only users have minimal, view-only access - suited for people who need visibility without the ability to act.
- Jobs - View existing jobs only. Cannot create or invoke jobs.
- No access to API keys, usage data, or viewing any other organization members.