Documentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
API keys
All WebSocket connections require an API key passed as a query parameter:pn_live_ key works on hypernode automatically.
Get a key:
- Sign up at polynode.dev to create an account and get an API key
- Free tier gets 1 connection and 1 subscription on both polynode and hypernode
- Growth ($200/mo) and above gets full access to both platforms
Tiers
| Tier | Price | Max Connections | Max Subscriptions |
|---|---|---|---|
| free | $0 | 1 | 1 |
| starter | $50/mo | 5 | 50 |
| growth | $200/mo | 10 | 500 |
| pro | — | 150 | 5,000 |
| enterprise | $750/mo | 500 | 100,000 |
Error responses
Errors are returned as HTTP responses during the WebSocket handshake.| Status | Body | Meaning |
|---|---|---|
| 401 | {"error":"missing API key — use ?key=pn_live_..."} | No key query parameter |
| 401 | {"error":"invalid API key"} | Key not found |
| 403 | {"error":"API key is disabled"} | Key exists but disabled |
| 429 | {"error":"connection limit reached for this key"} | Too many connections for your tier |