Quantlix Documentation
Workflows, evals, retrieval, observability, and governance for production AI.
Core Sections
Getting Started
Deploy in under 10 minutes. Onboarding flow, first deployment, and runtime activation.
Read more →Workflows
Build multi-step flows with tools, retrieval, retries, fallbacks, and human approvals.
Read more →Observability
Traces, spans, latency, cost, errors. Inspect every run and grounding.
Read more →Evals
Golden datasets, regression testing, version comparisons. Score groundedness and citation correctness.
Read more →Contracts
Schema and feature contracts. Versioned, strict by default.
Read more →Creating Policies
Violation actions, budget policies, preprocess integrity. Enforcement packs, CLI, API.
Read more →Policy Engine
Retry limits, rate control, validation rules, behavioral constraints.
Read more →Budget Controls
Real-time compute enforcement, request ceilings, budget tiers.
Read more →Audit & Exports
Structured violations, decision logs, exportable enforcement events.
Read more →CLI
quantlix deploy, run, status. Full command reference with options and examples.
Read more →API Reference
REST API documentation. OpenAPI spec. Deploy, run, status, usage.
Open API docs →Platform
Student Privacy
Block or flag when student PII (name+ID, personnummer, email) is detected. Education and privacy compliance.
Read more →Teams
Org → Team → Project → Deployment. Create teams, add members, assign roles (team_admin, developer, viewer).
Read more →Provider Integrations
OpenAI, Anthropic, Voyage AI, Azure. Add providers, set credentials, bind deployments to models.
Read more →Retrieval Integrations
Vector backends (pgvector, Pinecone, Weaviate, Qdrant). RAG API: semantic search, answer generation with citations.
Read more →Knowledge Source Configuration
Chunking, embedding, vector index, sources. Ingestion pipeline: upload, S3, web. RAG setup.
Read more →Quick Start
Deploy with a contract, run inference, and see the platform in action.
1. Deploy with enforcement
Use the dashboard onboarding or CLI. Contract enforcement is enabled by default.
2. Run inference
Valid requests pass. Invalid requests are blocked at the boundary.
curl -X POST https://api.quantlix.ai//run \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"deployment_id": "YOUR_DEPLOYMENT_ID", "input": {"prompt": "Hello, world!"}}'Workflows, evals, retrieval, and governance in one platform.