Skip to main content
Projects are the workspace unit that holds threads, artifacts, and team context. Use these endpoints to create and configure projects, transfer ownership, and start project-scoped chats.

Basic request and response

Create a project with POST /api/v1/app/project.

Get a project

Update a project

Delete a project

Leave a project

Transfer project ownership

Project user info

Project-scoped chat

Errors and edge cases

  • 403: not a project member.
  • 404: project not found.
  • 409: transfer target not eligible.