# Quantum Entropy-as-a-Service (Q-EaaS) Q-EaaS supplies high-quality entropy from a quantum random number generator (QRNG) that seeds a standards HMAC-DRBG (SP 800-90A). Only DRBG-derived bytes, seeds, and ML-KEM key material are served -- raw QRNG bits are never exposed. The quantum part is the entropy source; post-quantum resistance comes from ML-KEM (FIPS 203). ## What it does - Quantum-seeded random bytes and cryptographic seeds (with signed provenance receipts) - QRNG-seeded ML-KEM-768 (Kyber) keypair generation + encapsulation (post-quantum demo) - Anonymous, rate-limited dice roller - Offline receipt verification via a published Ed25519 public key ## Agent discovery - Agent manifest: https://api.qeaas.eu/.well-known/agent.json - Tool descriptors: https://api.qeaas.eu/v1/agent/tools - Onboarding manifest: https://api.qeaas.eu/v1/agent/manifest - OpenAPI: https://api.qeaas.eu/openapi.json - MCP endpoint (JSON-RPC 2.0, POST): https://api.qeaas.eu/mcp - Human/agent page: https://qeaas.eu/agents - Expanded index: https://qeaas.eu/llms-full.txt Auth: public endpoints need no key; developer endpoints require the header X-API-Key (admin-minted, revocable, quota-metered).