Certifying proxy for AI agents
A proxy that sits between your agent and any API. It charges via Stripe, forwards the request, and generates an immutable cryptographic proof. Every single time.
When AI agents pay for services, who proves what happened?
Your agent sends a request to the Trust Layer with a plan identifier and target URL. The Trust Layer processes the Stripe charge. If payment fails, the request is rejected immediately — no forwarding, no proof.
Once the payment succeeds, the Trust Layer forwards your request to the target API exactly as-is. The response from the target API is captured, including status code, headers, and body.
A SHA-256 hash is computed over the entire transaction (request, response, payment, timestamp). Three independent witnesses confirm the proof: Stripe, FreeTSA.org (RFC 3161), and Archive.org.
Distributed trust. No single point of failure.
The payment processor confirms the charge occurred. Transaction ID, amount, currency, and timestamp are embedded in the proof. Stripe's own records serve as independent confirmation.
FreeTSA.org provides a certified timestamp per RFC 3161. This proves the proof existed at a specific moment in time, signed by an independent Time Stamping Authority. Response under 1 second.
The proof's verification page is submitted to the Wayback Machine. This creates a publicly accessible, independently archived copy that anyone can consult at any time.
Three output formats. One immutable truth.
JSON machine-readable proof containing the SHA-256 hash, all witness confirmations, transaction metadata, and timestamps. Designed for API consumers and automated verification pipelines.
GET /trust/v1/proof/{id}
HTTP headers injected into every proxied response. Invisible to humans, readable by machines. Your agent can verify the proof without any additional API call.
X-Trust-Proof-Id: prf_...
HTML human-readable proof page. A shareable link that displays all proof details in a browser. Anyone — auditor, client, regulator — can verify the transaction visually.
| Hash algorithm | SHA-256 |
|---|---|
| Timestamp authority | FreeTSA.org (RFC 3161) |
| Archive | Archive.org Wayback Machine |
| Payment processor | Stripe |
| Proof storage | Write-once, immutable, never deleted |
| API protocol | HTTPS REST |
| Agent identity | X-Agent-Identity header (SHA-256 fingerprint) |
| Latency | < 1 second end-to-end |
| Hosting | France (EU), GDPR-native |
| License | MIT (code), CC BY 4.0 (specification) |
Start with the free plan. 100 proofs per month. No credit card required.