> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "Create organization"
description: "Create organization"
api: "POST /api/v0/orgs"
gridGap: 30
---

<Aside full>

<RequestExample>

```bash lines=false
curl -X POST "https://api.example.com/api/v0/orgs" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "string"
}'
```

</RequestExample>

</Aside>

<OpenAPIEndpoint {...{"method":"post","path":"/api/v0/orgs","summary":"Create organization","parameters":[],"requestBody":{"required":true,"contentType":"application/json","schema":{"type":"object","required":["name"],"properties":{"name":{"type":"string","minLength":1}}}},"responses":[{"status":"200","description":"","schema":{"type":"object","required":["ok","id","name"],"properties":{"ok":{"type":"boolean"},"id":{"type":"string"},"name":{"type":"string"}}}},{"status":"default","description":""}],"security":[],"servers":[]}} />

---

*Powered by [holocron.so](https://holocron.so)*
