Organizations
List organizations the caller belongs to
GET/api/v1/organizations
Returns
objectstringrequireddataarrayrequiredShow child attributes
idstringrequiredThe organization's own id
namestringnullableOrganization name; null for an unnamed (Personal) org
typestringrequiredrolestringrequiredOrganization 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-timerequiredCreate 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
namestringrequiredOrganization name; required, not "Personal", unique among the caller's organizations
Returns
idstringrequiredThe organization's own id
namestringnullableOrganization name; null for an unnamed (Personal) org
typestringrequiredrolestringrequiredOrganization 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