Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v0/orgsPOST
Request Bodyapplication/jsonrequired
name *string
Min length: 1
Response
200
ok *boolean
id *string
name *string
Request example
curl -X POST "https://api.example.com/api/v0/orgs" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'