{% extends "base.html" %} {% block title %}Integration{% endblock %} {% block page_title %}Integration{% endblock %} {% block page_subtitle %}Connect your proxy · verify ingest · embed dashboard{% endblock %} {% block content %}
Connection Status
Live ingest health
Checking status…
Last ingest:
Traces today:
Ingest rate:
Ingest Endpoint
POST events to this URL
http://localhost:17888/v1/telemetry/ingest
Test Ingest (curl)
Smoke test your pipeline
curl -X POST http://localhost:17888/v1/telemetry/ingest \
  -H "Content-Type: application/json" \
  -d '{
    "trace_id": "test-123",
    "timestamp": "2026-02-27T12:00:00Z",
    "provider": "anthropic",
    "model": "claude-sonnet-4",
    "final_input_tokens": 1000,
    "output_tokens": 500,
    "status": "success"
  }'
Proxy Configuration
Environment + config file options
TELEMETRY_ENDPOINT=http://localhost:17888/v1/telemetry/ingest

telemetry_endpoint: "http://localhost:17888/v1/telemetry/ingest"
Restart the proxy after updating config.
Pricing Catalog
Current model pricing metadata
View Catalog
Version:
Models:
Source: embedded
Capture Settings
Privacy-sensitive toggles
Store prompts
Store payloads
Debug mode
Sampling rate100%
⚠ Enabling prompt storage may expose sensitive data. Use with caution.
Changes may require a restart.
API Authentication
Optional when auth is enabled
API Key: Auth disabled
Enable auth to generate keys.
Embed Dashboard
Share telemetry internally
Web component

iframe
Troubleshooting
Common integration fixes
{% endblock %}