Routes
POST/auth/otpPOST/{email}/reset-passwordGET/health
API Routes
AI Routes
POST/api/ai/{model_publisher}/{model_name}/chatPOST/api/ai/huggingface/{model_publisher}/{model_name}/chatPOST/api/ai/ollama/{model_name}/chatPOST/api/ai/openrouter/{model_name}/chatPOST/api/ai/cloudflare/{model_name}/chat
Auth Routes
HEAD/api/auth/checkPOST/api/auth/loginPOST/api/auth/logoutPOST/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}/chatsread, create, deletePATCH&&DELETE/api/users/{user_id}/chats/{chat_id}update | deleteGET&&POST/api/users/{user_id}/chats/{chat_id}/messagesread | createDELETE/api/users/{user_id}/chats/{chat_id}/messages/lastGET/api/users/{user_id}/chats/{chat_id}/filesPOST/api/users/{user_id}/chats/{chat_id}/files/{message_id}GET&&POST/api/users/{user_id}/chats/{chat_id}/sharesread | createPOST/api/users/{user_id}/chats/{chat_id}/shares/{share_id}/whitelist-entriesGET/api/shared/chats/{uuid}
Collection Routes
GET/api/shared/collectionsGET/api/shared/collections/{uuid}GET/api/users/{user_id}/collectionsPOST/api/users/{user_id}/collectionsPATCH&&DELETE/api/users/{user_id}/collections/{collection_id}update | deletePOST/api/users/{user_id}/collections/{collection_id}/templatesGET&&PATCH&&DELETE/api/users/{user_id}/collections/{collection_id}/templates/{template_id}read | update | delete
Installation Routes
GET/api/users/{user_id}/installationsDELETE/api/users/{user_id}/installations/{installation_id}GET/api/users/{user_id}/installations/{installation_id}/imports
Project Routes
POST/api/users/{user_id}/projectsGET/api/users/{user_id}/projects?project_type=xxx&programming_language=xxxGET/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}/chatsread | 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/importsGET/api/users/{user_id}/projects/{project_id}/resources/imports?import_source_type=xxxPUT/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/filesGET/api/users/{user_id}/projects/{project_id}/resources/files?context_file_category=xxx&context_file_type=xxxPUT/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-filesGET/api/github/app/accounts/{github_account_id}/repositories/{github_repository_id}/configuration-filesGET/api/users/{user_id}/projects/{project_id}/resources/github-repositories
Project Context Routes
GET/api/users/{user_id}/projects/{project_id}/contextPOST/api/users/{user_id}/projects/{project_id}/contextGET/api/users/{user_id}/projects/{project_id}/context/markdown
Model Routes
GET/models