For developers · OpenAI & Anthropic compatible · Self-hostable
Point the SDK you already use — OpenAI, Anthropic, or Claude Code itself — at the Pulse Gateway. Personal data is masked before egress, the right model is picked per call, and every completion ships a signed certificate an auditor can verify offline.
Prompts carry customer names, emails from fixtures, snippets of production data — straight to third-party clouds, with no register of what left or when.
When compliance, a customer or an auditor asks what your AI did and on what basis, logs you wrote yourself prove nothing. You have no opposable record.
Every fix that requires touching application code dies in the backlog. The only integration budget that always exists: one config line.
Names, emails, IBANs, phone numbers are swapped for consistent neutral tokens before anything leaves — and restored in the answer. Medical mode covers HIPAA Safe Harbor identifiers.
Cheap model for simple asks, full model for complex work and agent loops, local model when forced sensitive. You never hardcode a provider again.
The model field is an address: agent:cfo runs your workspace agent, +cortex grounds the call in your knowledge base, +sensitive forces local. Composable, opt-in, never imposed.
Every completion appends an Ed25519-signed, hash-chained attestation: request, redacted egress, grounding sources and response — committed by sha256, never by content. Verifiable offline.
Claude Code runs entirely through the gateway — every turn of the agent loop masked, routed and attested — with two environment variables. Agent frameworks and automation tools plug in through their standard base-URL setting.
The gateway ships as a standalone service (Docker or bare Node). Run it on your own infrastructure — the same binary that powers our cloud.
Each install generates its own Ed25519 signing pair. Your proof chain is yours: nobody — including us — can mint or alter a certificate for your traffic.
Route sensitive traffic to Ollama on your own hardware. The certificate then proves the data never left the machine — cryptographically, not contractually.
Get started
Five minutes from an API key to a signed, offline-verifiable certificate — with the SDK you already have installed.