Every request to the iBlueprint API must include a valid API key. iBlueprint authenticates requests using the standard HTTPDocumentation Index
Fetch the complete documentation index at: https://docs.iblueprint.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header with a Bearer token scheme. There are no cookies, sessions, or OAuth flows required for direct API access.
Generating an API key
- Open the iBlueprint dashboard and go to Settings → API Keys.
- Click New API key, give it a descriptive name, and confirm.
- Copy the key immediately — it is shown only once.
Attaching the key to requests
Include your API key as a Bearer token in theAuthorization header of every request:
Example
Authentication errors
If your key is missing or invalid, the API returnsHTTP 401 Unauthorized:
HTTP 403 Forbidden.
Key rotation
API keys do not expire automatically, but you can revoke them at any time from Settings → API Keys. After revoking a key, requests using it receive a401 immediately. Issue a new key before revoking the old one to avoid downtime in any integrations that depend on it.