Runnable, self-contained demos and setups for Praxis.
Each demo lives under demos/<name>/ with its own README and bring-up script.
| Demo | Description |
|---|---|
| cpex | End-to-end CPEX policy enforcement for MCP traffic: multi-source JWT identity, APL routes with a Cedar or CEL PDP, RFC 8693 token exchange, on-the-wire redaction, PII scanning, audit, and Valkey-backed session taint. Keycloak IdP, a mock MCP server, curl scenarios, and an LLM chat client. |
| openai-responses-stateless | Stateless passthrough for OpenAI /v1/responses with store: false. Praxis classifies the request, detects stateless mode, and proxies directly to vLLM — no buffering, no persistence, no transformation. |
demos/
<name>/
README.md # what it shows and how to run it
... # configs, scripts, and any services
Each demo is independent. Start from its README.