Digital Tap AI

Platform

One agent fabric across your whole data stack

6 platforms, one control plane. A signed webhook API you drop into your stack.

Coverage

One agent fabric across your whole data stack

  • Databrickslive in production
  • Snowflakeready
  • AWS EMRready
  • Azure Synapseready
  • GCP Dataprocready
  • Kubernetesready

Live on Databricks today; Snowflake, EMR, Synapse, Dataproc and Kubernetes connectors are built and ready to activate.

API & webhooks

Wire savings events into anything

A signed webhook API you drop into your stack — POST to your endpoint, verify the signature, done.

Signed webhooks for every event that matters — actions executed, savings verified, idle clusters detected, pre-warm predictions. Stripe-style HMAC signatures, automatic retries, full delivery logs.

Delivery · savings.recordedHTTP
POST https://your-endpoint.example.com/digitaltap
X-DigitalTap-Signature: t=1751830920,v1=5f8a…c21e

{
  "event": "savings.recorded",
  "data": {
    "cluster_id": "prod-etl-04",
    "action": "hibernate",
    "savings_dollars": 412.50
  }
}
Verify on your sideJS
const [t, v1] = header.split(",");
const expected = hmacSHA256(
  secret, `${t}.${rawBody}`
);
if (v1 === expected) {
  // signature valid — process the event
  ledger.record(event.data);
}
Review the webhook pattern →

See the waste before you change a thing.

Connect read-only in minutes. Get a verified waste map in days. Turn on governed action only when the evidence is worth it.

Get the read-only assessment