Integrations
Lunos exposes two HTTP surfaces on the same host and API key: OpenAI-compatible endpoints (for example chat completions and embeddings under /v1/...) and the Anthropic Messages API at POST /v1/messages for clients that expect Anthropic request and response shapes. Use whichever your stack already supports—workflow automation, OpenAI SDKs, Anthropic SDKs, or custom backends—with shared model IDs and billing.
What you can connect
- OpenAI-style clients — set the base URL to Lunos and send
Authorization: Bearer; use n8n OpenAI nodes, OpenAI SDKs, or tools that assume the OpenAI schema.
- Anthropic-style clients — call Lunos with Anthropic-compatible paths (for example
/v1/messages) so integrations built for Anthropic’s API can use your Lunos key and model IDs.
- Automation & orchestration — chain LLM steps in n8n and similar products using OpenAI credential nodes and a custom base URL.
- IDE & agent tooling — assistants that support either OpenAI-compatible or Anthropic-compatible endpoints can route traffic through Lunos.
Integration guides
Use the cards below for step-by-step setup where we publish detailed guides. Other tools work too when they target one of these API shapes on a configurable base URL.