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

---
title: "Create project"
description: "Create project"
api: "POST /api/v0/projects"
gridGap: 30
---

<Aside full>

<RequestExample>

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

</RequestExample>

</Aside>

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

---

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