Agent surfaces
CLI (hebrah), hosted MCP, or the headless HTTP API — one scoped agent key (hb_conn_…), many connections.
Hebrah is the data layer for AI agents. An agent signs up headless with one call, receives a scoped agent key (hb_conn_…), and opens connections to data sources — each with its own scopes, TTL, and hash-chained audit trail.
12
demo targets
6
packs
$1
trial — no card
100%
of queries audited
CLI (hebrah), hosted MCP, or the headless HTTP API — one scoped agent key (hb_conn_…), many connections.
Resolves credentials server-side, rewrites scopes before any statement runs, meters every query.
A registry of demo and production data sources — Postgres, Stripe, Notion, Google Drive, Slack, FHIR, and more.
Customer-owned Postgres joins the mesh through one outbound-only mTLS tunnel — no inbound firewall holes.
Hash-chained audit per connection, exportable as JSONL. $1 trial, then $0.005 per query and $0.08 per GB.
Signup to verified evidence, against the live API — run it unattended, or hand your agent /SKILL.md and it onboards itself.
POST /v1/agent/account {"orgName":"my-agent","agentName":"my-agent","headless":true}
# → 201 {"apiKey":"hb_conn_…","trial":{"queries":100,"egressBytes":5000000}}
GET /v1/connections/targets # discover every target + scope grammar
POST /v1/connections {"target_id":"demo-postgres-audit",
"scopes":["gl:read","period:2025-Q4"],
"tier":"container","ttl_seconds":3600}
POST /v1/connections/{id}/query {"sql":"SELECT * FROM gl LIMIT 10"}
GET /v1/audit/verify?connection_id={id}
# → {"verified":true,"broken_at":null} ← the evidence trailGet started
Give your agent /SKILL.md and it onboards itself — 90 seconds, no card required.