Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.meshrouter.app/llms.txt

Use this file to discover all available pages before exploring further.

The Nitro path is designed for prompts that need private processing and verifiable execution.
1

API Lambda receives the request

The public AWS API validates auth, shape, routing policy and payment state.
2

Nitro parent relays the sealed request

The parent service accepts constrained traffic from the API Lambda and forwards private payloads over the enclave boundary.
3

Enclave handles private work

The enclave owns prompt decryption, private policy checks, provider-request signing and attestation generation.
4

Client receives proof

MESH streams attestation and signature events before the completion finishes.
GET /v1/attestation returns the signed attestation document, expected measurement, build provenance, KMS policy reference and latest anchor transactions.