Compare the deployed software.
Recompute RTMR1 and RTMR2 from the matching release and compare them with the measurements in its TDX quote. Verification tools are available in our public repository.
A verifiable TEE gateway for developers who want evidence of what runs between their app and a model provider. Accounts are open. Model calls and live attestation are coming soon.
from openai import OpenAI
client = OpenAI(
base_url="https://gw.zeroseal.cc/v1",
api_key="YOUR_ZEROSEAL_API_KEY",
)
# Inside the Intel TDX guest
req := receive(tls_in_td)
key := authenticate(req)
up := route(req.model)
resp := stream(up, req.body)
# No prompt or response storage
# Verify measurements + TLS binding
Our gateway design combines reproducible measurements, Intel TDX attestation and TLS channel binding. Live evidence for the Singapore deployment will be available when model access opens.
Recompute RTMR1 and RTMR2 from the matching release and compare them with the measurements in its TDX quote. Verification tools are available in our public repository.
Bind attestation evidence to the exported keying material of your TLS session. A proxy that terminates TLS creates a different session and cannot match your client's value.
The gateway will terminate TLS inside the TD and forward model requests without storing prompts or completions. The selected upstream model provider receives the request to run inference; its own data handling remains outside this TEE boundary.
The website and console manage accounts, API keys, balances and usage records. They run outside the TEE and do not carry model prompts.
No. The intended check compares a matching release with hardware-signed attestation evidence and binds that evidence to your connection.
Not yet. The Singapore gateway and its live verification flow will be delivered together with model access. The website being online does not mean that gateway attestation is available.
Measurements change with a release. Verification must use the corresponding release artifacts.
An OpenAI-compatible interface is planned for the overseas gateway. The model catalog and USD pricing will be published when calls are available.
Sign in with an email code, create API keys and view your USD balance. Overseas accounts, keys and credits are separate from zeroseal.cn.
Initial model access will use manually granted test credits. There is no checkout or paid plan during this test. Contact us to discuss access.
Registration is open. Model calls are not available yet.
https://gw.zeroseal.cc/v1 with your key and a model from the published catalog.