Reference
Documentation
Learn how to integrate the Fornax AI platform into your infrastructure.
Getting Started
Fornax acts as a high-performance proxy layer in front of your self-hosted LLMs, bridging isolated local compute and structured developer applications.
Authentication
All endpoints are protected using header-based auth. Missing or invalid keys receive an instant 401 rejection.
// Required Headers x-api-key: d9f2...8cx1 Content-Type: application/json
Inference API /agent
The core intelligence router. Send prompts via POST and Fornax maps them to the backing inference engine while logging metadata to PostgreSQL.
{
"prompt": "Write a python function to compute fibonacci."
}