Skip to main content
View as Markdown

Organizations

List organizations the caller belongs to

GET/api/v1/organizations
Returns
objectstringrequired
dataarrayrequired
Show child attributes
idstringrequired
The organization's own id
namestringnullable
Organization name; null for an unnamed (Personal) org
typestringrequired
rolestringrequired
Organization role. admin: manage members and billing, plus everything readwrite can do. readwrite: start sessions, create API keys, delete sessions. readonly: view sessions, API keys, and test results only.
createdAtstring · date-timerequired

Create a new organization

POST/api/v1/organizations

Creates an organization owned by the caller (who becomes its admin). The name is required, cannot be "Personal", and cannot duplicate the name of an organization the caller already belongs to.

Body parameters
namestringrequired
Organization name; required, not "Personal", unique among the caller's organizations
Returns
idstringrequired
The organization's own id
namestringnullable
Organization name; null for an unnamed (Personal) org
typestringrequired
rolestringrequired
Organization role. admin: manage members and billing, plus everything readwrite can do. readwrite: start sessions, create API keys, delete sessions. readonly: view sessions, API keys, and test results only.
createdAtstring · date-timerequired