Documentation Index
Fetch the complete documentation index at: https://docs.euri.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
Every request to the EURI API must include your API key in theAuthorization header:
Getting your API key
- Sign in at euron.one/euri.
- Go to Billing & API Keys.
- Click Create API Key.
- Copy and store the key securely — it won’t be shown again.
Example request
Using with OpenAI SDKs
Set theapi_key and base_url parameters:
Security best practices
- Never expose your API key in client-side code (browser, mobile app).
- Store keys in environment variables or a secrets manager.
- Rotate keys periodically from the dashboard.
- Use separate keys for development and production.