Documentation Index
Fetch the complete documentation index at: https://houseofdragon-079a8546.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All SDK-facing endpoints use API key authentication via thex-api-key header:
Rate Limit Check Endpoint
This is the primary endpoint the SDK calls internally.Error Format
All errors follow this shape:| HTTP Status | Meaning |
|---|---|
400 | Missing or invalid request fields |
401 | Missing or invalid API key |
404 | Rule not found |
429 | Rate limit exceeded |
500 | Internal server error |