For the complete documentation index, see llms.txt. This page is also available as Markdown.

Projects

List Projects

get
Responses
get
/accounts

Create a new project

post
Body
displayNamestringOptional
Responses
post
/accounts

Update Project Metadata

patch
Body
displayNamestringOptional
Responses
patch
/accounts
patch
Responses
204

No Content - Project switched successfully

No content

patch
/accounts/current

No content

get
Path parameters
idstringRequired

the id of the project

Responses
get
/accounts/{id}

Delete project by id

delete
Path parameters
idstringRequired

the id of the project to delete

Responses
204

Successful Delete, no content

No content

delete
/accounts/{id}

No content

List Projects

get
Responses
get
/projects

Create a new project

post
Body
displayNamestringOptional
Responses
post
/projects

Update Project Metadata

patch
Body
displayNamestringOptional
Responses
patch
/projects
patch
Responses
204

No Content - Project switched successfully

No content

patch
/projects/current

No content

Set Next Login Project

patch

Sets the next login project for the user

Responses
204

No Content - Next login project set successfully

No content

patch
/projects/next-login

No content

get
Path parameters
idstringRequired

the id of the project

Responses
get
/projects/{id}

Delete project by id

delete
Path parameters
idstringRequired

the id of the project to delete

Responses
204

Successful Delete, no content

No content

delete
/projects/{id}

No content

Last updated

Was this helpful?