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.

Privacy mode is enabled per request:
{
  "model": "auto",
  "privacy": {
    "mode": "nitro",
    "encryptedPrompt": "sealed:..."
  },
  "messages": [{ "role": "user", "content": "private request" }]
}
Use privacy mode for prompts that require sealed handling, private policy checks, and attestation.