Q-Routed logoQ-Routed
Quantum algorithm router · Signed end-to-end

Call a quantum algorithm from any shell — get a signed, deterministic answer.

Q-Routed exposes seventeen quantum algorithms as classical HTTPS endpoints — routed through the Gödel Task Router, pre-compressed by EpochOSCL, encapsulated in EdgeCapsule, and sealed end-to-end with hybrid Ed25519 + ML-DSA-65 (NIST FIPS-204). Invisible to the caller, verifiable by any auditor.

Ed25519 + ML-DSA-65 (FIPS-204) · Gödel Task Router · EpochOSCL 92.8x · EdgeCapsule · RAS root 40668c787c463ca5
One key · seventeen primitives

The 17-algorithm surface.

NIST-aligned and EpochCore-proprietary algorithms, each a single HTTPS call. Click any to run it live against the public tenant — the response comes back deterministic, cached per-tenant, and wrapped in the D-KaP seal.

Default tenant is public when no x-tenant header is set. Browse the live catalog at /algorithms.

Three layers, one HTTP call

Every response is composed and sealed on the way out.

Compute runs on the worker; state lives in a per-tenant Durable Object. Around each answer, three optional layers compose — pre-compression, encapsulation, and signature — then the whole envelope chains back to a single published root.

Signature

D-KaP envelope

Hybrid Ed25519 + ML-DSA-65 (FIPS-204). Every 2xx response is sealed in x-epoch-dkap-* headers — the caller never asks, auditors verify against /seal/pubkeys.

Routing

Gödel Task Router

Deterministic φ-attractor: bumps cycles, emits the matrix watermark, optionally simulates dynamics over six steps. Per-tenant cycles persist in the Durable Object.

Compression

EpochOSCL pre-compression

92.8x PHI^10 six-tranche circuit fold on circuit-bearing algorithms. The compressed circuit plus proof seal is attached to the response. Skipped on Shor, BV, Simon, QMC.

Encapsulation

EdgeCapsule envelope

The result is wrapped in a KV-backed signed capsule with a 7-day TTL. The capsule ID returns alongside the payload — re-fetchable by tenant.

State

QRoutedDO

Per-tenant Durable Object: cycles counter, deterministic-algorithm cache (24h TTL), 60 req/min rate limit, and a last-100 call log with payload hashes for the audit trail.

Provenance

RAS anchor

Every response chains to RAS root 40668c787c463ca5 and matrix watermark epoch26matrix2025 — single-root provenance across the EpochCore agent fleet.

Quickstart

Try it from any shell.

No SDK, no proprietary tool. Any HTTPS client gets a deterministic, signed answer. Same args plus same tenant returns cached: true within 24 hours.

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. One API key works across q-routed.com, qpc.q-routed.com, and qtp.q-routed.com.

Two-witness audit

The WORM auto-fix ledger.

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. Track auto-applied 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, every surface.

One key works across q-routed.com, qpc.q-routed.com, and qtp.q-routed.com. The 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"}'

PayPal checkout is available at /checkout/paypal with the same payload. Check usage anytime with GET /usage and your x-api-key.

Why this exists

The post-quantum migration is already standard here.

What the Federal Reserve, SEC, FDA, and EU AI Act are asking for by 2030 ships on every Q-Routed call today.

Classical access to quantum primitives. Insurers, auditors, partner PLCs — anyone with an HTTPS client can call a quantum algorithm and get a deterministic, signed answer.
NIST FIPS-204 post-quantum signature on every response. The migration regulators want by 2030 is already standard on every Q-Routed call today.
Provable chain back to a single RAS root. 40668c787c463ca5 is published; every seal verifies offline; no proprietary tool required.
Stack composability. EpochOSCL compresses your circuits 92.8x; EdgeCapsule envelopes the result; D-KaP signs the envelope. Three layers, one HTTP call.
Q-Routed™ · EpochCore LLC · All Rights Reserved · Patent Pending · Trademark Pending · RAS root 40668c787c463ca5 · matrix watermark epoch26matrix2025. Every response sealed Ed25519 + ML-DSA-65 (FIPS-204); verify offline against /seal/pubkeys.