cURL
curl --request POST \ --url http://localhost:8080/api/v2/projects \ --header 'Content-Type: application/json' \ --data ' { "org_id": "<string>", "project_id": "<string>", "description": "", "config": { "reranker": "", "embedder": "" } } '
{ "org_id": "<string>", "project_id": "<string>", "description": "", "config": { "reranker": "", "embedder": "" } }
Create a new project under a specified organization. Each project acts as an isolated memory namespace; no cross-project memory access is allowed.
Show child attributes
Successful Response