Integrations

Connect anything that talks to humans.

Eight connectors live today, more in flight. One REST endpoint for everything else.

Thin adapters · the engine is the product
Plug it in. We handle the rest.
01 / 02

The connector ecosystem.

Connectors are thin adapters for ingestion. They normalize whatever a deployment emits into one event schema, then the engine takes over. No logo wall, no marketplace dance.

Anthropic Logs

sdk
live

OpenAI Conversations

sdk
live

Intercom

support
live

Zendesk

support
live

Slack Bot

workspace
live

Teams Bot

workspace
live

REST API

custom
live

Webhook

custom
live

Vercel

sdk
beta

Drift

support
soon

Front

support
soon

Discord

workspace
soon

YouTube

audience
soon

Instagram

audience
soon
Not on the list?
02 / 02

Build it in ten minutes.

One POST per turn. Bearer token. Send whatever shape you have; the standard event schema normalizes it. Mark which turns are the model's, and we score the human ones. Your eval stack grades the answer, we measure what it did to the person who got it.

POST /api/v1/ingestbearer
Authorization: Bearer ${BIE_API_KEY}

{
  "deployment_id": "...",
  "events": [ /* one object per turn; full schema in the docs */ ]
}
Already got conversations?

Skip the connector.

Upload up to 10,000 conversations as CSV or JSONL. No login, no connector. You get the report back.

Run a free audit Read the docs