Documentation Index
Fetch the complete documentation index at: https://docs.dolfinai.co/llms.txt
Use this file to discover all available pages before exploring further.
API Key Authentication
All API requests are authenticated using thex-dolfin-api-key header. Your API key is distributed when your organisation is onboarded to the Dolfin platform.
Required Headers
| Header | Description | Required |
|---|---|---|
x-dolfin-api-key | Your API key | Yes (for all authenticated endpoints) |
x-dolfin-organisation-id | The organisation ID to scope requests to | Yes (for most endpoints) |
Some endpoints like creating organisations and creating users are exempt from the
x-dolfin-organisation-id header requirement, as they operate across organisations.Bearer Token Authentication
End users (e.g. SMB users provisioned by your platform) authenticate using Bearer JWTs. These tokens are obtained by exchanging a short-lived auth code via thePOST /auth/exchange endpoint.
Client integration guide
See the full flow for provisioning users and generating bearer tokens.