Rate limits
| Endpoint group | Default |
|---|---|
| Auth login | Per IP, configurable |
| Go link create | Per user |
| General API | Fair use |
When limited, responses return 429 with Retry-After guidance in the error message.
Configure Go limits via:
RATE_LIMIT_MAX=20
RATE_LIMIT_WINDOW_MS=60000
Use exponential backoff in clients and webhooks.