driftinsight/DriftInsight Collector
Collect AI usage data from OpenAI and Anthropic, sync to DriftInsight for cost monitoring and drift detection
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| providers | Comma-separated list of providers to collect from (openai, anthropic) | no | openai,anthropic |
| openai_admin_key | OpenAI Admin API Key (sk-admin-...). Required if collecting from OpenAI. Pass via secrets. | no | — |
| anthropic_admin_key | Anthropic Admin API Key (sk-ant-admin-...). Required if collecting from Anthropic. Pass via secrets. | no | — |
| driftinsight_token | DriftInsight API token (di_...). Get from your DriftInsight account page. Pass via secrets. | yes | — |
| days_back | Days back to collect (1 = yesterday, 2 = two days ago). Range: 1-30. | no | 1 |
Outputs
| name | description |
|---|---|
| providers_synced | Number of providers successfully synced |
| total_cost_usd | Total cost synced across all providers (USD) |
| total_requests | Total requests synced across all providers |