Supervin Core Backend

Project Index

Entry page for the backend runtime. Use the links below to reach the GraphQL endpoint, open Apollo Sandbox for schema exploration, or read the llms.txt index that frontend agents and tooling can consume directly.

GraphQL Endpoint

Primary API endpoint. Send POST requests with GraphQL operations to this path.

${appBaseUrl}/graphql

Apollo Sandbox

Interactive schema docs and request explorer backed by the live GraphQL schema.

${appBaseUrl}/sandbox

llms.txt

LLM-facing documentation index with curated links to deeper backend documentation.

${appBaseUrl}/llms.txt

LLM Documentation

Curated backend documentation pages linked from the llms index. These are served directly over HTTP and can be opened individually.

System overview Architecture, tech stack, module boundaries, and deployment model. Authentication User creation, OAuth login, session handling, and auth edge cases. GraphQL API Queries, mutations, schema conventions, filtering, and pagination. RBAC and permissions Role model, permission keys, Superadmin behavior, and authorization rules. Audit log What is logged, what fields exist, and how audit lookups work. Error handling Common error shapes, permission failures, auth errors, and validation errors. Testing guide Test strategy, local execution, database setup, and test helpers.
Apollo Sandbox is available in non-production environments. The docs panel is powered by GraphQL SDL descriptions in the schema.