Live sandboxdevelopers / playground
The Playground
Compose a request, watch it sealed and routed through the private network, and stream a verifiable completion back. Nothing here leaves your browser — every byte is simulated.
Request
POST /v1/inference
64 chars
sealed on send
0.70
512
Stream responsetoken-by-token via SSE
⌘↵
Requests are sealed client-side. Sign in to send real inference; otherwise runs are simulated.
Secure pipeline
idle
EncryptingSealing prompt to enclave key
RoutingCiphertext across private mesh
InferenceCompute inside attested TEE
DecryptingRe-sealing completion to you
—awaiting request · nox-1
Response
200 idle
Send a request to see the live response stream in.
model · nox-1 · temp 0.70
cURL
mirrors your request
curl https://api.noxcompute.ai/v1/inference \ -H "Authorization: Bearer $NOX_API_KEY" \ -H "Content-Type: application/json" \ -H "X-Nox-Encryption: sealed" \ -d '{ "model": "nox-1", "messages": [ { "role": "user", "content": "Explain how confidential inference protects a prompt end-to-end." } ], "temperature": 0.7, "max_tokens": 512, "stream": true}'