Skip to main content
Projects are workspaces that group MCP servers, API keys, and billing together. Required scope: servers:read (read operations), servers:write (mutations)

List projects

Returns all projects belonging to the authenticated user. Query parameters: Standard pagination (limit, cursor) Response 200:

Create project

Request body:
Response 201:

Get project

Response 200: Single project object (same shape as list item).

Update project

Request body:
Response 200: Updated project object.

Delete project

Deletes the project and all its servers, deployments, and API keys. This action is irreversible. Response 204: No content.