DEMO ENVIRONMENT · sample data for “Northwind Global” · restart tour
Dana Whitfield

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
412 channels · last pull 1h ago
● Connected
Gmail
41,800 mailboxes · directory
● Connected
Google Drive
186,400 docs indexed
● Connected
GitHub
640 repos · 3,900 contributors
● Connected
HubSpot
CRM + Marketing Hub
● Connected
Salesforce
11,200 accounts · pipeline
● Connected
Notion
Wiki + specs
● Connected
Linear
Cycle metrics
● Connected
Jira
58 projects
● Connected
Google Workspace
Directory + Gemini reports
● Connected
S
SharePoint
Policy + board docs
● Connected
C
Confluence
Engineering wiki
● Connected
S
ServiceNow
ITSM · incidents · CMDB
● Connected
N
NetSuite (ERP)
Cost centers · vendor spend
● Connected
L
Lever (ATS)
Reqs · pipeline · hires
● Connected
W
Workday (HRIS)
Available in catalog
+ Connect

AI vendors

Anthropic (Claude)
9,400 seats · per-person hook
● Connected
OpenAI / ChatGPT
Enterprise usage + cost
● Connected
GitHub Copilot
3,100 active seats
● Connected
M
Microsoft 365 Copilot
12,600 licensed
● Connected
Google Gemini
Workspace admin reports
● Connected
Perplexity
Enterprise usage
● Connected
A
Amazon Bedrock
In-tenant model endpoints
● Connected

AI agents & signals

A
AI Agent Ingest
182 agents · 2.1M runs
● Connected
D
Datadog
Service usage · deployed models
● Connected
S
Sentry
Releases · error rates
● Connected
A
AIDE OSINT
Jobs · news · web · GitHub
● Connected
F
Fireflies
Meeting transcripts (catalog)
+ Connect

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.