> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api/deka-registry/newregistry.md).

# NewRegistry

This endpoint is for user to create a new registry

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka Registry","description":"API endpoints for Deka Registry (base: /core/dekaregistry)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"security":[{"BearerAuth":[]}],"components":{"securitySchemes":{"BearerAuth":{"description":"Type 'Bearer ' followed by your JWT token. Example: \"Bearer eyJhbGciOi...\"","type":"apiKey","name":"Authorization","in":"header"}},"schemas":{"ai_dekaregistry__model.Respon":{"type":"object","properties":{"data":{},"message":{"type":"string"},"status":{"type":"integer"}}},"ai_dekaregistry__requests.Project":{"type":"object","properties":{"billing_type":{"type":"string"},"description":{"type":"string"},"metadata":{"$ref":"#/components/schemas/ai_dekaregistry__requests.ProjectMetadata"},"project_name":{"type":"string"},"registry_id":{},"storage_limit":{"type":"integer"},"voucher_id":{"type":"string"}}},"ai_dekaregistry__requests.ProjectMetadata":{"type":"object","properties":{"public":{"type":"string"}}}}},"paths":{"/core/dekaregistry/registry/newproject/{organization_id}/{user_id}/{project_id}":{"post":{"description":"This endpoint is for user to create a new registry","tags":["Deka Registry","Registry"],"summary":"NewRegistry","parameters":[{"schema":{"type":"string"},"description":"Organization ID","name":"organization_id","in":"path","required":true},{"schema":{"type":"string"},"description":"User ID","name":"user_id","in":"path","required":true},{"schema":{"type":"string"},"description":"Project ID","name":"project_id","in":"path","required":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_dekaregistry__model.Respon"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_dekaregistry__model.Respon"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_dekaregistry__model.Respon"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_dekaregistry__requests.Project"}}},"description":"request"}}}}}
```
