Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kanarie.xyz/llms.txt

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

Kanarie API uses Bearer API-key authentication for subscription requests:
Authorization: Bearer YOUR_API_KEY
The x-kanarie-api-key: YOUR_API_KEY header is also supported for current clients. Include the key on every authenticated request.
curl "https://api.kanarie.xyz/api/v1/projects/search?type=name&q=Jupiter" \
  -H "Authorization: Bearer YOUR_API_KEY"
Droyd API keys are no longer accepted by the Kanarie API.

Playground auth

In the API reference, paste your key into the auth field. Mintlify will include the header when you click Send.

Authentication errors

Common authentication failures:
StatusCause
401Missing, malformed, invalid, revoked, or expired API key
402Valid API key without an active or trialing subscription
429Rate limit exceeded
Kanarie has an internal service-key path for trusted backend calls. It is not part of the public API and is intentionally excluded from public docs.