Q-Routed is an enterprise quantum-algorithm dispatch layer. Seventeen NIST-aligned + EpochCore-proprietary algorithms exposed as classical HTTPS endpoints, routed through the Gödel Task Router, pre-compressed by EpochOSCL's 92.8× PHI^10 6-tranche circuit folder, encapsulated in EdgeCapsule envelopes, and sealed end-to-end with hybrid Ed25519 + ML-DSA-65 (NIST FIPS-204) signatures — invisible to the caller, verifiable by any auditor.
Hybrid Ed25519 + ML-DSA-65 (FIPS-204). Every 2xx response sealed in x-epoch-dkap-* headers. Caller doesn't ask; auditors verify against /seal/pubkeys.
Deterministic φ-attractor. Bumps cycles, emits watermark, optionally simulates dynamics over 6 steps. Per-tenant cycles persisted in the Durable Object.
92.8× PHI^10 6-tranche circuit fold on supported algorithms. Compressed circuit + proof seal attached to the response. Skip on no-circuit algorithms (Shor, BV, Simon, QMC).
Result wrapped in a KV-backed signed capsule with 7-day TTL. Capsule ID returned alongside the algorithm payload — re-fetchable by tenant.
Per-tenant state: cycles counter, deterministic-algo cache (24h TTL), 60 req/min rate limit, last-100 call log with payload hashes for audit trail.
Every response chains to RAS root 40668c787c463ca5 + matrix watermark epoch26matrix2025. Single-root provenance across the EpochCore agent fleet.
curl https://q-routed.com/q/shor?N=15
curl https://q-routed.com/q/qpe?qubits=4&phase=0.25
curl 'https://q-routed.com/q/qaoa?qubits=4&layers=2&risk_aversion=0.8'
curl -X POST https://q-routed.com/q/qfeat \
-H "x-tenant: my-tenant" \
-H "content-type: application/json" \
-d '{"qubits":4,"samples":128}'
Default tenant is public if no x-tenant header is set. Caching is per-tenant; same args + same tenant returns cached: true within 24 h.