Skip to main content
POST
Create Project

Body

application/json

Specification model for creating a new project.

A project belongs to an organization and has its own identifiers, description, and configuration. The project ID must be unique within the organization.

org_id
string
required
Examples:

"MemVerge"

"AI_Labs"

project_id
string
required
Examples:

"memmachine"

"research123"

"qa_pipeline"

description
string
default:""
Examples:

"Test project for RAG pipeline"

"Production semantic search index"

config
ProjectConfig · object

Response

Successful Response

Response model returned after project operations (e.g., creation, update, fetch).

Contains the resolved identifiers and configuration of the project as stored in the system. Field formats follow the same validation rules as in CreateProjectSpec.

org_id
string
required
project_id
string
required
description
string
default:""
config
ProjectConfig · object