Skip to main content
The Projects API allows you to organize memories into logical groups. Projects help you separate different applications or use cases.

List Projects

Retrieve all projects for the authenticated user.

Request

Response

Create Project

Create a new project.
string
required
Project name (unique per user)
string
Optional project description

Request

Response

Get Project

Retrieve a specific project by ID.

Delete Project

Delete a project and all associated memories.
This action cannot be undone. All memories in the project will be permanently deleted.