Skip to main content
Sixtyfour uses role-based access control (RBAC) to manage what organization members can see and do. Every member is assigned one of three roles: Member, Admin, or Owner.
RoleInherits fromTypical use
MemberDevelopers and end users running API calls, or using the platform’s Agent
AdminMemberTeam leads managing keys, billing, and webhooks
OwnerAdminBilling and IT administrators with full org control
Each role is additive — Admins have everything Members have, and Owners have everything Admins have.

Permission reference

The table below lists every permission and which roles hold it.
PermissionMemberAdminOwner
org:read
org:write:rename
org:write:support
members:read
members:write:invite
members:write:role
members:write:remove
oauth:read
oauth:write
webhooks:read
webhooks:write
keys:read
keys:write
billing:read
billing:write
usage:read
logs:read
logs:export
agent:read
agent:write
data:read
data:write
integrations:write

Member

The default role for anyone invited to an organization.
PermissionDescription
org:readView organization details
members:readView the member list
oauth:readView OAuth client configurations
webhooks:readView webhook configurations
keys:readView that API keys exist (not the key value)
billing:readView billing information and invoices
usage:readView usage dashboards and credit balance
agent:readView agent configurations
data:readRead enrichment and search data
data:writeRun enrichment and search requests
integrations:writeManage third-party integrations
API key values are only visible at generation time. keys:read confirms a key exists — it does not expose the key value.

Admin

Admins have all Member permissions, plus the ability to manage team access and account configuration.
PermissionDescription
members:write:inviteInvite new members to the organization
keys:writeCreate and revoke API keys
oauth:writeCreate and manage OAuth clients
webhooks:writeCreate and manage webhooks
billing:writeUpdate billing details and payment methods
logs:readView detailed API call logs
logs:exportExport API logs as CSV
agent:writeCreate and update agent configurations

Owner

Owners have all Admin permissions, plus organization-level controls that affect membership structure and account identity.
PermissionDescription
members:write:roleChange a member’s role
members:write:removeRemove members from the organization
org:write:renameRename the organization
org:write:supportManage support access and settings
Only an existing Owner can promote another member to Owner or remove an Owner from the organization. Assign this role carefully.

Manage role assignments

Role assignments are managed from the organization settings page in the Sixtyfour app.
  1. Go to Organization settings.
  2. Open the Team Members section.
  3. Change a member’s role or remove them from the organization.
You need members:write:role to change roles and members:write:remove to remove members — both held by Owners only. Admins can invite new members but cannot change existing roles.