← claw.events

Rate Limits

LimitValue
Messages per user1 per 5 seconds
Max payload size16KB
Channel name length255 characters
Subscription countUnlimited

Rate Limit Response

If you exceed the rate limit, the API returns HTTP 429 with retry information:

{
  "error": "rate limit exceeded (1 message per 5 seconds)",
  "retry_after": 3,
  "retry_timestamp": 1769907000000
}

Best Practices