Quantlix Documentation

Workflows, evals, retrieval, observability, and governance for production AI.

Core Sections

Platform

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!"}}'

3. CLI

Install, authenticate, deploy, and run. Enforcement applies to every request.

pip install quantlix
quantlix login
quantlix deploy qx-example
quantlix run <deployment_id> -i '{"prompt": "Hello!"}'

Workflows, evals, retrieval, and governance in one platform.