For AI agents: the complete documentation index is available at /examples/kitchen-sink/llms.txt, the full documentation bundle is available at /examples/kitchen-sink/llms-full.txt, and this page is available as Markdown at /examples/kitchen-sink/references/api/endpoints.md.

Endpoints

Users

MethodPathDescription
GET/usersList all users
GET/users/:idGet user by ID
POST/usersCreate a user
PATCH/users/:idUpdate a user
DELETE/users/:idDelete a user

Projects

MethodPathDescription
GET/projectsList all projects
GET/projects/:idGet project by ID
POST/projectsCreate a project