Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blackbox.dasha.ai/llms.txt

Use this file to discover all available pages before exploring further.

Error format

{
  "type": "error",
  "timestamp": "2025-01-20T10:00:00Z",
  "data": {
    "message": "Invalid token"
  }
}

Error messages

ErrorCause
Missing tokenNo token in query string
Invalid tokenToken invalid or expired
Web integration is not enabledIntegration disabled in dashboard
Origin not allowedDomain not in allowed origins
Init message not receivedDidn’t send initialize message
Multiple init messages receivedSent initialize more than once
Too large messageMessage exceeds size limit

Recovery

  • Token errors: Generate new token, reconnect
  • Config errors: Check settings in dashboard
  • Connection lost: Reconnect with exponential backoff (1s → 2s → 4s, max 30s)