Attesta
Confidential containers · hardware-isolated inference
// Private AI you can prove

Inference that attests itself.

Attesta runs models inside confidential containers — hardware-encrypted enclaves where inference is sealed from the host. Every response returns a signed attestation you can verify yourself.

Memory-encrypted TEEs
Zero data retention
OpenAI-compatible API
attesta-verify — enclave sessionATTESTED
1curl api.attesta.sh/v1/chat/completions \
2 -H "Authorization: Bearer sk-attesta-..." \
3 -d '{"model":"attesta-qwen2.5-1.5b","messages":[...]}'
4enclave amd-sev-snp · vcek-signed
5measurement sha384:9f2c…a17e
6receipt trustee-ear · es256 · key-pinned
7✓ ear.status = affirming
8
ear.status affirming · bound to this response

Built on hardware roots of trust

AMD SEV-SNPAzure Confidential VMConfidential Containers (CoCo)SEV-SNP attestedOpenAI-compatible
// How it works

From request to proof in three guarantees.

Every inference call passes through a chain of hardware-enforced controls. Nothing runs until the environment proves what it is.

01

Confidential containers

Your model runs inside a hardware-isolated TEE. RAM is encrypted with a key held only by the CPU — the host OS, hypervisor, and our own operators can never read it.

isolation: memory-encrypted · host: blind
02

Remote attestation

Before a single byte flows, the enclave produces a signed quote — proving its identity and the exact code measurement, attested all the way down to the silicon vendor's root key.

quote: vcek-signed · measured boot
03

Verifiable inference

Every response ships with an attestation token bound to that exact request. Verify the environment cryptographically — in your own client, on every call, with no trust in us required.

token: per-response · independently verifiable
// Platform

Drop-in private inference, without the trade-offs.

The performance and ergonomics of a hosted API — with guarantees you usually only get on your own hardware.

OpenAI-compatible

Point your existing SDK at our endpoint and ship. Same request shape, same streaming — plus an attestation header on every response.

Zero data retention

Prompts, completions, and embeddings live only in encrypted memory for the life of the request. Nothing is logged, cached, or used for training. Ever.

Open & frontier models

Llama, Mistral, Qwen, DeepSeek and more — or bring your own weights into a sealed container we never inspect.

Hardware root of trust

Trust chains terminate at Intel and AMD signing keys — not at a TLS cert or a promise. Verification is rooted in silicon.

Zero chat retention

Conversations are encrypted in your browser with a device-bound key and never stored on our servers. Prompts are processed in the enclave, not warehoused.

Audit-ready logs

Export tamper-evident attestation records for every call — the compliance evidence your security team actually asks for.

// Drop-in API

Change the base URL.
Keep your stack.

If you can call OpenAI, you can call Attesta. The difference arrives in the response — a verifiable attestation, attached automatically.

One-line migration

Swap the base URL and key. No SDK changes, no new client.

Verify in-band

Pull response.attestation and check it against the silicon root — in three lines.

from openai import OpenAI
from attesta import verify
 
client = OpenAI(
base_url="https://api.attesta.sh/v1",
api_key="sk-att-…",
)
 
resp = client.chat.completions.create(
model="llama-3.3-70b",
messages=[{"role": "user", "content": "Summarize…"}],
)
 
# prove the environment that produced it
verify(resp.attestation) # → AttestationValid ✓
// Verifiable, not trust-me

Don't trust the platform.
Verify the silicon.

Most “private” APIs ask for your trust. Attesta hands you a cryptographic proof instead — one your own code can check, independent of us.

  • Measured environment. The exact container image and runtime are hashed and signed at boot.
  • Rooted in hardware. Signatures chain to Intel/AMD vendor keys — not a certificate we control.
  • Bound per response. Each token ties the proof to one specific request, so it can't be replayed.
attesta verify — remote attestation
Fetch enclave quotesev-snp
Measure container imagesha384
Check signature → AMD root keyvcek
Match against published policyv2.4.1
Confirm memory encryption · host deniedtee
Idle — run a verification to see the proof.
// Trust

Built for teams that can't afford to trust.

Finally, AI inference I can show to legal.

Head of Engineering

FinTech startup

FinTech

We passed our SOC 2 audit specifically because of Attesta’s attestation receipts.

CISO

Healthcare SaaS

Healthcare

Dropped in as an OpenAI replacement in 2 hours. The attestation just works.

Staff Engineer

AI Platform team

AI Platform
// Security & compliance

A threat model that assumes the worst.

Attesta is designed so that even a fully compromised host — or a malicious insider at Attesta — still cannot read your data.

SOC 2 Type II

Independently audited controls across security, availability, and confidentiality.

HIPAA-ready

Process PHI with BAAs in place and no plaintext ever leaving the enclave.

GDPR & data residency

Pin inference to EU regions; no cross-border movement of prompts or outputs.

Open verification

Published build measurements and an open-source verifier — audit us yourself.

// Pricing

Private inference, predictably priced.

Every plan runs in confidential containers with full attestation. No data retention on any tier.

Free
Build and test against the attested API.
$0/forever
No card required
Start free
  • 100K tokens / month
  • 10 requests / minute
  • Per-response attestation receipts
  • Community support
Most popular
Pro
For developers shipping private AI to production.
$20/month
Billed monthly
Get started
  • Unlimited attested requests
  • Frontier + open models
  • Bring-your-own-weights into sealed containers
  • GPU-accelerated inference (NVIDIA A10)
  • Audit-ready attestation logs
  • Priority support
Enterprise
Compliance, residency, and dedicated enclaves.
Custom
Annual contract
Contact sales
  • Dedicated single-tenant enclaves
  • EU / US data residency pinning
  • SOC 2, HIPAA BAAs, custom DPAs
  • SSO, SLAs & dedicated support
// Ship private AI

Start with 100K free tokens. No credit card.

Every request is attested. Every response is provable. Drop in and see.

Free forever · Attestation on every request · OpenAI-compatible