Connection methods
Choose how to send telemetry from your environment.
Comparison
| Method | Best for | Setup |
|---|---|---|
| Python SDK pattern | FastAPI, Django, scripts | Copy-paste client + env |
| Node / TypeScript | Next.js, Express, workers | Fetch wrapper |
| Webhook | Event buses, log forwarders | HTTPS POST + signing (optional) |
| OpenAI-compatible | Drop-in base URL swap | Gateway-style proxy |
| Anthropic-compatible | Claude API traffic | Same as OpenAI path |
Dashboard setup
Use Dashboard → Connectors for method-specific snippets and the onboarding wizard for API key creation and test connection.