# Integrations overview

> Connect Badge to your agent frameworks and push events into your own systems.

The [Integrations page](/integrations) carries drop-in adapters for connecting your agent to badgeIA from the popular agent frameworks.

Frameworks [#frameworks]

Drop-in adapters for the major agent frameworks. Each integration page has the install command, code snippet, and a working "hello world" you can paste into your existing project.

LangChain
LlamaIndex
AutoGen
CrewAI
Anthropic
OpenAI Assistants

The OpenAI Assistants integration is unrelated to the retired `openai_assistant` agent connection mode — it only records that your own endpoint uses the OpenAI Assistants API.

Don't see your framework? Use the raw REST API or SDK — see the API Integration and SDK sections.

Webhooks [#webhooks]

Subscribe to `run.completed`, `run.failed`, `agent.score_updated`, and `regression.detected` events to push badgeIA data into your own systems. Configure subscriptions in [Settings → Webhooks](/settings). Add a signing secret to verify each delivery via its `X-Badge-Signature` header — see the [REST API reference](/docs/reference/rest-api) for the HMAC recipe.
