Q-Routed

Quantum Algorithm Router · v1.0 · q-routed.com
17 algorithms D-KaP signed EpochCore™ proprietary

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.

The 17-algorithm surface

Architecture

D-KaP envelope

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.

Gödel Task Router

Deterministic φ-attractor. Bumps cycles, emits watermark, optionally simulates dynamics over 6 steps. Per-tenant cycles persisted in the Durable Object.

EpochOSCL pre-compression

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).

EdgeCapsule envelope

Result wrapped in a KV-backed signed capsule with 7-day TTL. Capsule ID returned alongside the algorithm payload — re-fetchable by tenant.

QRoutedDO (Durable Object)

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.

RAS anchor

Every response chains to RAS root 40668c787c463ca5 + matrix watermark epoch26matrix2025. Single-root provenance across the EpochCore agent fleet.

Try it from any shell

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.

WORM auto-fix ledger (two-witness audit)

Every algorithm response carries the sealed envelope chain (what was answered). The WORM ledger is the second witness: a propose → apply → verify → propagate state machine where each entry is sha256-keyed, immutable once written, and stamped with the same Ed25519 + ML-DSA-65 envelope. Use it to track auto-applied security fixes across repositories with cryptographic provenance.

POST /worm/propose    {repo, file, fix_type, description, diff}
POST /worm/apply      {entry_id, pr_url}
POST /worm/verify     {entry_id, passed}
POST /worm/propagate  {source_entry_id, target_repos}
GET  /worm/list       ?repo=optional

Pricing & access

One API key works across q-routed.com, qpc.q-routed.com, and qtp.q-routed.com. Public path (no key) is free for landing-page demos. Paid tiers via Stripe or PayPal.

TierMonthlyIncludedOverage
Freemium$01 commit / mo
Basic$100100 commits / mo$1.00 / commit
Enterprise$5001,000 commits / mo$0.50 / commit
Compliance$2,000unlimited$0.25 / commit
curl -X POST https://q-routed.com/checkout/stripe \
  -H "content-type: application/json" \
  -d '{"email":"you@co.com","tier":"enterprise"}'

Why this exists