Prerequisites
- An Auriko account with an API key
1. Get an API Key
Sign Up
Create your account and get an API key from the dashboard
Base URL: Use
https://api.auriko.ai/v1 as your base URL with the OpenAI SDK, Auriko SDK, or cURL. The Anthropic SDK and Claude Code append /v1 on their own, so use https://api.auriko.ai instead.2. Install
3. Make Your First Request
4. Enable Routing Features (Optional)
Next Steps
API Reference
Full API documentation
Routing Options
Configure cost/latency optimization
Streaming
Real-time streaming responses
Tool Calling
Let LLMs call your functions
Vision
Analyze images with chat completions
Structured Output
Get JSON responses matching a schema
LangChain
Use with LangChain
Machine-readable sources
You can access Auriko’s documentation in machine-readable formats for AI agents and programmatic use.- llms.txt — Index of all documentation sections in plaintext, following the llms.txt standard
- llms-full.txt — Complete documentation in a single file
- OpenAPI spec — OpenAPI 3.1 specification for all API endpoints