Organisations & teams
Create an organisation once your recovery email is confirmed; manage teams on dedicated routes.
POST BASE/v1/api/organisation/create
Cookie: <session>
{
"name": "Greatness Studio",
"slug": "greatness-studio"
}
Requires a confirmed recovery email (403 otherwise).
Teams live under /v1/api/teams/* (create, list, invite, remove). Use those paths directly — they are not nested only under organisation.
Full request and response shapes: API tab → Organisation and Teams.
