Routes
POST
/auth/otp
POST
/{email}/reset-password
GET
/health
API Routes
AI Routes
POST
/api/ai/{model_publisher}/{model_name}/chat
POST
/api/ai/huggingface/{model_publisher}/{model_name}/chat
POST
/api/ai/ollama/{model_name}/chat
POST
/api/ai/openrouter/{model_name}/chat
POST
/api/ai/cloudflare/{model_name}/chat
Auth Routes
HEAD
/api/auth/check
POST
/api/auth/login
POST
/api/auth/logout
POST
/api/auth/sign-up
User Routes
PATCH
&&DELETE
/api/users/{user_id}
update | deleteGET
/api/users/{user_id}/cli
Chat Routes
GET
&&POST
&&DELETE
/api/users/{user_id}/chats
read, create, deletePATCH
&&DELETE
/api/users/{user_id}/chats/{chat_id}
update | deleteGET
&&POST
/api/users/{user_id}/chats/{chat_id}/messages
read | createDELETE
/api/users/{user_id}/chats/{chat_id}/messages/last
GET
/api/users/{user_id}/chats/{chat_id}/files
POST
/api/users/{user_id}/chats/{chat_id}/files/{message_id}
GET
&&POST
/api/users/{user_id}/chats/{chat_id}/shares
read | createPOST
/api/users/{user_id}/chats/{chat_id}/shares/{share_id}/whitelist-entries
GET
/api/shared/chats/{uuid}
Collection Routes
GET
/api/shared/collections
GET
/api/shared/collections/{uuid}
GET
/api/users/{user_id}/collections
POST
/api/users/{user_id}/collections
PATCH
&&DELETE
/api/users/{user_id}/collections/{collection_id}
update | deletePOST
/api/users/{user_id}/collections/{collection_id}/templates
GET
&&PATCH
&&DELETE
/api/users/{user_id}/collections/{collection_id}/templates/{template_id}
read | update | delete
Installation Routes
GET
/api/users/{user_id}/installations
DELETE
/api/users/{user_id}/installations/{installation_id}
GET
/api/users/{user_id}/installations/{installation_id}/imports
Project Routes
POST
/api/users/{user_id}/projects
GET
/api/users/{user_id}/projects?project_type=xxx&programming_language=xxx
GET
/api/users/{user_id}/projects/{project_id}
PATCH
/api/users/{user_id}/projects/{project_id}
DELETE
/api/users/{user_id}/projects/{project_id}
GET
&&POST
&&DELETE
/api/users/{user_id}/projects/{project_id}/chats
read | create | deleteDELETE
/api/users/{user_id}/projects/{project_id}/chats/{chat_id}
Project Resources Routes
POST
/api/users/{user_id}/projects/{project_id}/resources/{resource_type}
GET
/api/users/{user_id}/projects/{project_id}/resources/{resource_type}
GET
/api/users/{user_id}/projects/{project_id}/resources/{resource_type}/{resource_id}
DELETE
/api/users/{user_id}/projects/{project_id}/resources/{resource_type}/{resource_id}
Project Imports Routes
POST
/api/users/{user_id}/projects/{project_id}/resources/imports
GET
/api/users/{user_id}/projects/{project_id}/resources/imports?import_source_type=xxx
PUT
/api/users/{user_id}/projects/{project_id}/resources/imports/{import_id}
DELETE
/api/users/{user_id}/projects/{project_id}/resources/imports/{import_id}
Project Files Routes
POST
/api/users/{user_id}/projects/{project_id}/resources/files
GET
/api/users/{user_id}/projects/{project_id}/resources/files?context_file_category=xxx&context_file_type=xxx
PUT
/api/users/{user_id}/projects/{project_id}/resources/files/{context_file_id}
DELETE
/api/users/{user_id}/projects/{project_id}/resources/files/{context_file_id}
GitHub Routes
GET
/api/github/accounts/{github_account_name}/repositories/{github_repository_name}/configuration-files
GET
/api/github/app/accounts/{github_account_id}/repositories/{github_repository_id}/configuration-files
GET
/api/users/{user_id}/projects/{project_id}/resources/github-repositories
Project Context Routes
GET
/api/users/{user_id}/projects/{project_id}/context
POST
/api/users/{user_id}/projects/{project_id}/context
GET
/api/users/{user_id}/projects/{project_id}/context/markdown
Model Routes
GET
/models