Connections
Connected sources
26 sources connected — business apps, AI-vendor telemetry, the agent-ingest endpoint, and native OSINT. Each is encrypted and polled per-tenant; the rest of the catalog is one click away.
Business apps
Slack
Gmail
Google Drive
GitHub
HubSpot
Salesforce
Notion
Linear
Jira
Google Workspace
S● Connected
SharePoint
C● Connected
Confluence
S● Connected
ServiceNow
N● Connected
NetSuite (ERP)
L● Connected
Lever (ATS)
W+ Connect
Workday (HRIS)
AI vendors
Anthropic (Claude)
OpenAI / ChatGPT
GitHub Copilot
M● Connected
Microsoft 365 Copilot
Google Gemini
Perplexity
A● Connected
Amazon Bedrock
AI agents & signals
A● Connected
AI Agent Ingest
D● Connected
Datadog
S● Connected
Sentry
A● Connected
AIDE OSINT
F+ Connect
Fireflies
Instrument your AI agents
Code drop-ins for AI agents
Every production agent reports to AIDE through one of these copy-paste drop-ins — a few lines that send the agent’s config once and an event each time it acts. Pick your platform; the snippet is ready to paste (the generic API and n8n drop-ins are static, no SDK required).
Platform
curl -X POST "https://auditron.aideinstitute.com/api/agents/ingest" \
-H "Authorization: Bearer aide_ingest_demo_9f3c…b21a" \
-H "Content-Type: application/json" \
-d '{
"agent": { "externalId": "support-bot", "name": "Support Bot", "platform": "custom",
"systemInstructions": "You are a support agent…", "tools": ["search","crm"] },
"event": { "type": "run", "input": "user question", "output": "agent answer",
"operator": "alice@yourco.com", "inputTokens": 320, "outputTokens": 110 }
}'Next in the tour → AIDE Score: how these roll into the number.
