Gateway
Hyphen Gateway is the public front door for SaaS and hybrid deployments.
Base URL: https://apisvr.tryhyphen.com
What it does
- Authenticates API keys and management tokens
- Maps key to tenant and injects
X-Org-Idupstream - Applies request-level rate limiting
- Exposes self-serve signup and tenant management APIs
- Exposes license APIs for on-prem validation
Key routes
Public
GET /healthPOST /gateway/signup
Tenant management (Authorization: Bearer mt-hyp-...)
GET /gateway/accountPOST /gateway/account/regenerate-tokenGET /gateway/orgsPOST /gateway/orgsPUT /gateway/orgs/:orgIdGET /gateway/orgs/:orgId/keysPOST /gateway/orgs/:orgId/keysDELETE /gateway/orgs/:orgId/keys/:keyIdPOST /gateway/orgs/:orgId/keys/:keyId/rotateGET /gateway/orgs/:orgId/usageGET /gateway/licenses
Platform Administration
Admin routes are available for platform operators managing tiers, accounts, licensing, and usage monitoring.
Licensing
POST /licensing/validateGET /licensing/public-key
Runtime proxy calls
For product/runtime API calls, send:
Authorization: Bearer sk-hyp-...
Gateway forwards to engine with tenant headers injected.