OrbiSearch authenticates every request using an API key that you pass in theDocumentation Index
Fetch the complete documentation index at: https://orbisearch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
X-API-Key HTTP header. There are no OAuth flows or session tokens — just include your key on every request.
Get your API key
- Sign in to your OrbiSearch account.
- Go to Dashboard → API.
- Create a new key and copy it immediately — it will not be shown again.
Pass your key in requests
Include your API key in theX-API-Key header on every request:
YOUR_API_KEY with your actual key.
Authentication errors
If your key is missing or invalid, the API returns a401 Unauthorized response:
- The
X-API-Keyheader is present on every request - The key value is correct and has not been revoked
- There are no leading or trailing spaces in the key value
Rate limits
Each API key is rate-limited to 20 requests per second. If you exceed this limit, the API returns a429 Too Many Requests response. Contact OrbiSearch if you need higher throughput.