OpenRouter (Built-in)
The built-in HTTP agent that connects directly to the OpenRouter API. No CLI tools or external processes required.
Setup
- Get an API key — Sign up at
openrouter.aiand create an API key from your dashboard. - Open Project Settings — In the Unreal Editor, go to
Edit > Project Settings > Plugins > Blueprint AI. - Enter your API key — Paste your key into the
OpenRouter API Keyfield under the BAI Agents section. - Select a model — Use the model dropdown in the chat UI to pick from 200+ available models. The default is
anthropic/claude-sonnet-4.
Key Details
| Type | HTTP (direct API calls) |
| ACP Adapter | N/A |
| Default Model | anthropic/claude-sonnet-4 |
| Fab-compliant | Yes (no external processes) |
Notes
- Manages its own conversation history and tool-calling loop internally.
- Uses SSE (Server-Sent Events) for streaming responses.
- Supports model switching mid-session via the chat UI dropdown.