API Docs

APIs for routing production context into model workflows.

The public API starts with context routing and passwordless session primitives. The long-term surface supports public pass-through routing and account-connected workflows where reports, canvases, usage, and artifacts attach to the user's identity.

Available Now

Context Routing

POST /api/v1/context/route assembles a bounded context bundle, checks for hijack and injection indicators, and can execute through the configured LLM gateway.

Passwordless Auth

POST /api/v1/auth/passwordless/start, POST /api/v1/auth/passwordless/verify, GET /api/v1/auth/session, and POST /api/v1/auth/logout power magic-link accounts.

Design Direction

API docs should stay practical: request bodies, response shapes, security behavior, stable IDs, slug rules, rate limits, and account-connected routing. Provider and framework notes belong in reference docs so the API section remains focused on FullStackVibes contracts.