Loading fleet status…
Agents active:
Events today:
Total events:
Integrations

Connect Agent OS to every tool in your stack

Native integrations with the tools your team already uses. Any system with a webhook endpoint connects in minutes. No custom code required.

18+
Native integrations
4
Event types
<5 min
Average setup time
REST + WS
Protocol support
OpenAPI 3.0
API spec available
Filter by category
Native
Slack
Alerting · Productivity
Deliver INTERRUPT alerts and DEBRIEF summaries directly to Slack channels. Agents post human-readable summaries with context and approval links. Already live in the Vantage AI deployment.
INTERRUPT DEBRIEF CONSCIENCE
Native
PagerDuty
Alerting · Incident management
Automatically trigger PagerDuty incidents from high-urgency INTERRUPT_EVENTs. Agent OS sends structured payloads with severity, agent ID, decision question, and context. Resolves automatically when OVERRIDE_EVENT fires.
INTERRUPT OVERRIDE
Native
Zapier
Automation · No-code
Connect Agent OS to 6,000+ apps without writing code. Trigger Zaps from any agent event type. Use webhooks to push INTERRUPT decisions into Zapier workflows — auto-create Jira tickets, send emails, update spreadsheets.
All event types
Native
Datadog
Monitoring · Observability
Forward agent events as Datadog custom metrics and logs. Plot conscience event frequency on dashboards. Alert on anomalies alongside your infrastructure metrics. Full event payload available in Datadog log explorer.
CONSCIENCE DEBRIEF INTERRUPT
Native
Grafana
Monitoring · Dashboards
Use the Agent OS REST API as a Grafana data source. Visualise agent activity trends, SLA scores, and event volumes alongside infrastructure metrics. Pre-built dashboard template available.
All event types
Webhook
GitHub
Dev Tools · Version control
Post INTERRUPT decisions as GitHub issue comments. Auto-create issues from high-severity incidents. Link OVERRIDE_EVENTs to PR reviews for audit trail continuity. Use the Agent OS export API for commit-tied governance records.
INTERRUPT OVERRIDE DEBRIEF
Webhook
Jira
Dev Tools · Project management
Auto-create Jira issues from INTERRUPT_EVENTs. Map urgency levels to Jira priorities. Close tickets automatically when OVERRIDE_EVENT resolves the decision. Track agent-generated work alongside human-generated tickets.
INTERRUPT OVERRIDE
Webhook
Microsoft Teams
Productivity · Alerting
Deliver INTERRUPT alerts and DEBRIEF summaries to Teams channels via Incoming Webhooks. Adaptive Cards format gives recipients full decision context with one-click approval links. Works with Microsoft 365 compliance controls.
INTERRUPT DEBRIEF
Webhook
Make (Integromat)
Automation · No-code
Advanced multi-step automations triggered by Agent OS events. Build complex workflows: INTERRUPT fires → fetch enrichment data → post to Slack + create Jira → wait for override → update CRM record. Visual workflow builder.
All event types
API
OpsGenie
Monitoring · On-call management
Route INTERRUPT_EVENTs to on-call engineers via OpsGenie. Respects on-call schedules — no waking the wrong person. Auto-close alerts when Agent OS logs an OVERRIDE_EVENT resolution.
INTERRUPT OVERRIDE
API
Google Sheets
Data · Reporting
Export Agent OS event data directly to Google Sheets via the CSV/JSON export API. Schedule recurring exports for board reporting. Use Sheets as a lightweight data warehouse for custom governance dashboards.
All event types
API
BigQuery / Snowflake
Data · Analytics warehouse
Stream agent event data into your data warehouse for long-term analytics. Use the full JSON export API to load events into BigQuery or Snowflake. Build custom BI dashboards in Looker, Tableau, or Power BI.
All event types
Webhook
Salesforce
CRM · Sales
Log agent decisions and governance events as Salesforce activity records. Connect Lead Qualifier agent INTERRUPT decisions to opportunity records. Auto-update account health fields from Customer Health Monitor DEBRIEF events.
INTERRUPT DEBRIEF
Webhook
HubSpot
CRM · Marketing
Forward INTERRUPT and DEBRIEF events to HubSpot as timeline events on contact or company records. Useful for Customer Health Monitor deployments — churn risk signals appear directly in the CRM.
INTERRUPT DEBRIEF
API
Docker / Kubernetes
Dev Tools · Infrastructure
Deploy Agent OS as a Docker container or Kubernetes workload. The Node.js server runs on any container runtime. Emit conscience events from any pod using the REST API or the Node.js SDK snippet from the quickstart.
All event types
API
Discord
Automation · Alerting
Post agent governance updates to Discord channels. Agent OS already uses Discord internally for the Vantage AI agent org — every INTERRUPT fires a notification to #gm-log with full context. Native bot support via webhook.
INTERRUPT DEBRIEF CONSCIENCE
Webhook
Notion
Productivity · Documentation
Log agent DEBRIEF summaries as Notion database entries. Build a searchable governance log in Notion for non-technical stakeholders. Auto-populate a decision log page from every OVERRIDE_EVENT via Zapier or Make.
DEBRIEF OVERRIDE
Coming soon
LangSmith
Monitoring · LLM tracing
Native bridge between LangSmith LLM traces and Agent OS conscience events. Map LangChain chain runs to agent conscience states. Surface governance decisions alongside raw LLM trace data in the same dashboard.
CONSCIENCE INTERRUPT

Any endpoint, any system

Agent OS delivers structured JSON payloads to any URL. If it accepts a POST request, it works with Agent OS.

Webhook payload — INTERRUPT_EVENT
{ "event_type": "INTERRUPT_EVENT", "agent_id": "alan", "timestamp": "2026-05-07T10:15:00Z", "payload": { "question": "Which API should we use?", "options": ["REST", "GraphQL"], "urgency": "high", "context": "Agent blocked on architecture decision", "task_id": "api-integration-v2" }, "event_id": "evt_abc123", "org_id": "vantage-ai" }
Register a webhook via API
POST /agent-auth-api/webhooks Authorization: Bearer sk-aos-your-api-key { "label": "Slack #alerts", "url": "https://hooks.slack.com/services/...", "event_types": [ "INTERRUPT_EVENT", "DEBRIEF_EVENT" ], "description": "Alert on decisions + completions", "secret": "optional-hmac-secret" } // Returns: { ok, webhook_id, active: true }

How integrations work

Three integration patterns — choose the one that fits your stack.

🪝
Outbound Webhooks

Register any HTTPS endpoint. Agent OS delivers a signed JSON payload within 200ms of every matching event. Retry logic with exponential back-off ensures delivery. Test payloads via the Webhook Test page.

🔑
REST API + API Keys

Query Agent OS from any external system using a scoped API key. Read event history, agent profiles, decisions, and knowledge base entries. Write events via POST /agents/ping. Full OpenAPI 3.0 spec at /agent-os/api-docs/.

WebSocket Stream

Subscribe to real-time event streams at wss://vantageaiadvisory.com/agent-auth-ws/. Used by the Presence and Events pages for live updates. Any WebSocket-capable client can subscribe — no polling required.

📦
Export / Import Bundles

Download a portable JSON bundle of your entire agent configuration — capabilities, goals, schedules, rules — and import it into any Agent OS instance. Enables multi-org replication, backup/restore, and due diligence data rooms.

Request an integration

Need a native integration with a tool not listed here? Submit a request and we'll prioritise based on demand. Enterprise customers get integration development included.

✅ Request received — we'll follow up at your email within 48 hours. Enterprise requests are prioritised.

Return to overview →