DevelopersAPI referenceAuth & accountsOrgs
Org profile
Any member. Org plus member_count and team_count (no tools).
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/orgs/string"{ "org": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "slug": "string", "name": "string", "kind": "string", "avatar_url": "string", "role": "string", "permissions": [ "string" ], "member_count": 0, "team_count": 0 }}Create a team organization
Any authenticated user. Slug auto-derived; caller becomes owner and the new org becomes their default. Returns 200 with a new org-scoped access token (org payload without tools here).
Update org settings
Team orgs only; requires org.settings.manage (owner/admin). Success returns the GET shape. Slug collisions 409; empty effective patch 400.