Skip to main content
Organization APIs are for team administration: listing members, sending invites, updating roles, and managing organization metadata.

Organization endpoints

GET /v1/orgs and POST /v1/orgs accept only a logged-in dashboard session, not API tokens — an sk-ard_ token gets 401. API tokens belong to one organization, so they don’t need to list or create orgs. Every other endpoint on this page accepts API tokens.

Members and invites

Invite a teammate

Update a role

Role guidance

  • Use viewer for read-only users and reporting automation.
  • Use member for developers who create branches and manage day-to-day resources.
  • Use admin for teammates who manage access and shared resources.
  • Reserve owner for organization-level control.
An organization’s last owner can’t be demoted or removed — promote someone else first.