/api/v1 web API surface.
Scope
Included:- The Next.js web app under
src/app. - Web route orchestration under
src/server/app-api. - Browser-safe contracts under
src/shared. - Feature containers under
src/features. - Convex workflow where it affects the web app.
- Public
/api/v1request, query, and form schemas.
- Mobile, desktop, and Chrome extension implementation details.
- Internal audit reports and design exploration assets.
- Private security notes.
Source of truth
The API reference is generated fromsrc/shared/schemas/api-boundary.ts. Prose pages explain workflows, deployment, and maintenance expectations that cannot be captured cleanly in OpenAPI.
Run this before publishing docs changes:
Audience
- Developers and operators — this documentation covers setup, runtime config, deployment, and the API reference.
- End users — see the Help Center for chat, memory, files, projects, automations, settings, and FAQ.