Five first-party integrations cover the edge, identity, productivity, and incident-response surfaces most of our customers run. Configure once and Lens, Prism, and Playbooks all light up.
Henneth is built to plug into infrastructure you already operate, not to replace it. The integrations below cover the four surfaces we touch most often: the CDN edge (Cloudflare, Akamai), identity and document access (Google Suite), and the channels your team already uses to act on what we surface (Slack, Microsoft Teams).
Every integration installs the same way: enable it from the connector library in app.henneth.ai, complete the OAuth or token exchange, and Lens, Prism, and Playbooks become aware of the connection automatically.
Read AI-agent traffic into Agent Analytics via the Analytics API or an edge Worker.
Stream CDN logs into Agent Analytics with Akamai DataStream 2.
Run Playbooks across Sheets, Docs, Gmail, GA4, and Search Console.
Deliver Lens insights and Playbook results to Slack channels.
Deliver Playbook results to Teams as Adaptive Cards via Power Automate.
All integrations authenticate through the Henneth OAuth broker. You will not need to manage refresh tokens by hand, the broker handles rotation and exposes a stable token reference your Playbooks can call.
The Cloudflare integration brings your AI-agent (bot) traffic into Agent Analytics. There are two ways to connect, and you can run either one or both. Neither method sends human visitor traffic or request bodies to Henneth.
The fastest path, and the one we recommend to start. In Cloudflare, create a read-only API token scoped to a single zone, then add the token and Zone ID under Settings → Integrations in Henneth. Henneth pulls the data on a schedule; nothing is pushed from your side.
For complete, unsampled, real-time data, deploy a small Cloudflare Worker on your zone. Create a webhook API key under Settings → Agent Analytics, paste it into the template, and deploy on your route (for example example.com/*). This method needs no Cloudflare permissions; the Worker authenticates to Henneth, not the other way around.
The Henneth app gives you the full template under Settings → Agent Analytics. The core logic:
Endpoint security. The webhook authenticates with your hk_ API key, and requests without a valid key are rejected. Henneth stores only a SHA-256 hash of the key, request bodies are size-capped, and stale or future-dated events are dropped.
On the Enterprise plan you can skip the Worker and stream Cloudflare Logpush straight into Henneth over HTTPS, giving per-request coverage without edge code.
For enterprise customers running Akamai, Henneth ingests AI-agent (bot) traffic through Akamai DataStream 2. Akamai pushes CDN request logs to Henneth over HTTPS, and Henneth filters them for known bots. Your property configuration and content are not touched.
In Henneth, open Settings → Integrations, and under Akamai click Generate Webhook Credentials. You receive an endpoint URL, a username, and a password; the password is shown once. In Akamai Control Center, create a DataStream 2 stream pointing at that endpoint.
Security. The webhook password is stored AES-256-GCM encrypted and shown only once; if lost, disconnect and regenerate. All traffic runs over HTTPS, and only Henneth’s ingest service, which runs on a separate instance from the main application, receives the logs.
Connect your Google account to put Henneth Playbooks to work across Google Sheets, Docs, Gmail, Google Analytics 4, and Search Console. Write Lens results into a Sheet, draft a report in Docs, email a summary, or pull GA4 and Search Console data into a workflow.
In Settings → Integrations, click Connect Google Account and grant the requested scopes on Google’s consent screen. The connection is per user and can be disconnected at any time.
Drive access. Henneth requests drive.metadata.readonly, which lists file names so you can pick a target Sheet or Doc. It does not grant access to the contents of your Drive files.
Deliver Lens insights and Playbook results to your Slack channels. A Playbook step posts a formatted message to a Slack channel through an incoming webhook you control.
In Slack, create an Incoming Webhook for the target channel. In Henneth, add it under Settings → Integrations as a Slack connection, then select it from the Send to Slack step in your Playbook.
Security. The webhook URL is the only credential. Henneth uses it to post outbound messages to that one channel, and requests no OAuth scopes or read access to your workspace.
Deliver Lens insights and Playbook results to Microsoft Teams as Adaptive Cards. A Playbook step posts a card to a Power Automate or Azure Logic Apps webhook you control.
In Power Automate or Azure Logic Apps, create a flow with a When a HTTP request is received trigger and copy its URL. In Henneth, add it under Settings → Integrations as a Teams connection, then select it from the Send to Teams step in your Playbook.
Security. The webhook URL is the only credential. Henneth sends outbound cards to that flow and requests no Microsoft Graph permissions, directory access, or Entra sign-in.
More integrations on the roadmap, HubSpot, Snowflake, and Datadog next. Need something not listed? Talk to us.