{"service":"Quantum Secure Gateway API","version":"2.0.0","description":"Quantum-derived entropy API with managed reservoir","architecture":"edge-authorization-and-delivery","endpoints":{"public":[{"method":"GET","path":"/health","description":"Health check"},{"method":"GET","path":"/v1/status","description":"Public service status (pool health, tier roster, endpoint inventory)"},{"method":"POST","path":"/v1/access/request","description":"Submit a sandbox access request"},{"method":"POST","path":"/v1/contact","description":"Submit a contact form message"}],"authenticated":[{"method":"POST","path":"/v1/entropy","description":"Draw entropy from managed reservoir","auth":"Bearer token required"},{"method":"GET","path":"/v1/me","description":"Current authenticated client record","auth":"Bearer token required"},{"method":"GET","path":"/v1/usage","description":"Current-month usage rollup from billing consumer","auth":"Bearer token required"},{"method":"POST","path":"/v1/keys/regenerate","description":"Rotate API key — submit a rotation intent at the customer portal","auth":"Bearer token required"}],"verified_plus":[{"method":"POST","path":"/v1/verify","description":"Verify an entropy draw against recorded provenance","auth":"Bearer token required, Verified+ tier"},{"method":"GET","path":"/v1/audit/:id","description":"Look up a single audit record by request id","auth":"Bearer token required, Verified+ tier"},{"method":"GET","path":"/v1/audit","description":"List audit records for a given date (defaults to today)","auth":"Bearer token required, Verified+ tier"}],"internal":[{"method":"GET","path":"/internal/pool-status","description":"Pool status (requires auth)"}]},"authentication":{"type":"Bearer token","header":"Authorization","tiers":["builder","standard","standard_plus","verified","verified_plus","enterprise"]},"documentation":"https://quantumsecuregateway.com/developers","github":"https://github.com/Quantum-Dynamics-927/quantum_secure_gateway"}