Connections
Configure provider access so suites run against real OpenAI, Anthropic, Gemini, or internal HTTP models
Quick Setup
- 1. Choose or create a connection below.
- 2. Test it with a one-time key (safe for non-technical setup).
- 3. Pick that connection in suite creation and run in live mode.
Existing Connections
OpenAI (Server Key)
openai · Server Env
Default model: gpt-4o
Key env: OPENAI_API_KEY
Anthropic (Server Key)
anthropic · Server Env
Default model: claude-3-5-sonnet-latest
Key env: ANTHROPIC_API_KEY
Gemini (Server Key)
gemini · Server Env
Default model: gemini-1.5-pro
Key env: GEMINI_API_KEY
Internal API (Custom HTTP)
custom-http · Bring Your Own Key
Default model: internal-default
Key env: INTERNAL_MODEL_TOKEN
Endpoint: https://example.com/internal-llm/run
Test Live Connection
Add Connection
PR & Nightly Runs
Manual runs happen in UI. PR and Nightly are automation triggers. Setup guide is in Automations.