Token API
All token API endpoints are handled by the Cloudflare Worker at cubecommons.org.
Token Claim
Section titled “Token Claim”GET /?t=<token>Validates the token, sets cc_access cookie, redirects to home.cubecommons.org.
Token Precheck
Section titled “Token Precheck”GET /?t=<token> (without POST)Shows a claim preview page with token name and scope before consuming.
Founder Dashboard
Section titled “Founder Dashboard”GET /api/founder/tokensPOST /api/founder/mintPOST /api/founder/revokeFounder-only endpoints for token management. Requires founder-role token + TOTP session.