OmniRoute/docs
Diego Rodrigues de Sa e Souza d728bfbb1e
Fase 8 · Bloco D — injection-guard em todas as rotas LLM + red-team (#3857)
Integrated into release/v3.8.25 — Fase 8 Bloco D (injection-guard em todas as rotas LLM + red-team).
2026-06-14 18:02:18 -03:00
..
architecture Fase 8 · Bloco C — resiliência runtime (chaos + heap-growth + k6 soak) (#3854) 2026-06-14 18:02:08 -03:00
bdd Release v3.8.24 (#3747) 2026-06-13 17:27:40 -03:00
comparison Release v3.8.2 (#2503) 2026-05-23 01:46:59 -03:00
compression Release v3.8.24 (#3747) 2026-06-13 17:27:40 -03:00
dev Release v3.8.2 (#2503) 2026-05-23 01:46:59 -03:00
diagrams docs(mcp): regenerate mcp-tools diagram for 43 tools (+ notion); fix count in CLAUDE.md 2026-06-01 00:15:20 -03:00
frameworks Release v3.8.24 (#3747) 2026-06-13 17:27:40 -03:00
getting-started Release v3.8.24 (#3747) 2026-06-13 17:27:40 -03:00
guides Consolidate email privacy control into Settings (#3822) 2026-06-14 09:37:19 -03:00
i18n chore(release): open v3.8.25 development cycle 2026-06-13 22:06:01 -03:00
marketing Release v3.8.2 (#2503) 2026-05-23 01:46:59 -03:00
ops Release v3.8.24 (#3747) 2026-06-13 17:27:40 -03:00
plugins Release v3.8.18 (#3482) 2026-06-09 15:56:24 -03:00
providers Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
reference Expose Arena ELO sync in feature flags (#3821) 2026-06-14 08:45:02 -03:00
releases Release v3.8.2 (#2503) 2026-05-23 01:46:59 -03:00
research Release v3.8.21 (#3593) 2026-06-11 04:01:24 -03:00
routing Release v3.8.22 (#3623) 2026-06-11 18:52:29 -03:00
screenshots docs(free-tiers): richer budget-card image (28 models + first-month strip) + soften ToS framing to caution (#3284) 2026-06-06 03:22:54 -03:00
security Fase 8 · Bloco D — injection-guard em todas as rotas LLM + red-team (#3857) 2026-06-14 18:02:18 -03:00
AGENTROUTER.md Release v3.8.24 (#3747) 2026-06-13 17:27:40 -03:00
DOCUMENTATION_OVERHAUL_PLAN.md docs: close critical documentation gaps (ACP, router strategies, APIs, compression) (#3438) 2026-06-08 18:44:48 -03:00
fix-opencode-context.md fix(catalog): make combos auto-compute context_length for any provider id form (#3417) 2026-06-08 18:50:21 -03:00
meta.json fix(docs): add ACP.md frontmatter and flatten docs/meta.json pages format 2026-06-09 02:48:41 -03:00
PROVIDERS.md feat(claude-web): implement session-based executor with auto-refresh (#2283) 2026-05-15 12:51:07 -03:00
README.md Release v3.8.24 (#3747) 2026-06-13 17:27:40 -03:00
SUBMIT_PR.md Release v3.8.24 (#3747) 2026-06-13 17:27:40 -03:00

title version lastUpdated
OmniRoute Documentation 3.8.24 2026-06-13

OmniRoute Documentation

Navigable index of the OmniRoute documentation set. Topics are grouped by intent so you can find what you need quickly.

Looking for the project overview, install steps, or release notes? See the root README.md, CHANGELOG.md, and CONTRIBUTING.md.


architecture/

How the system is put together — read these to understand the runtime, code layout, and resilience model.

For Non-Tech Users

Simple guides for using OmniRoute — no technical background needed.

getting-started/

guides/

For Tech Users

Technical documentation for developers and contributors.

reference/

Lookup material — API surface, environment variables, CLI flags, provider catalog.

frameworks/

Pluggable subsystems exposed to clients, agents, and operators.

routing/

Combo routing, scoring, and replay.

security/

Guardrails, compliance, stealth, and the mandatory patterns for handling public credentials and error messages.

  • GUARDRAILS.md — PII, prompt injection, vision guardrails.
  • COMPLIANCE.md — audit trails and compliance.
  • STEALTH_GUIDE.md — TLS / fingerprint stealth.
  • PUBLIC_CREDS.mdmandatory pattern for embedding public upstream OAuth client_id/secret + Firebase Web keys without tripping secret scanners.
  • ERROR_SANITIZATION.mdmandatory pattern for routing every error response through sanitizeErrorMessage to prevent stack-trace exposure.

compression/

Prompt compression engines, rules, and language packs.

ops/

Release, deployment, proxies, tunnels, coverage.

diagrams/

Mermaid sources and exported SVG/PNG diagrams referenced from the docs above. Populated incrementally — see diagrams/README.md.

i18n/

Translated mirrors of the documentation in 40 locales. See i18n/README.md for the supported language list.

screenshots/

Static screenshots used by the dashboard and the README. Not part of the doc body.


Auto-generated artifacts

  • reference/PROVIDER_REFERENCE.md is generated by scripts/docs/gen-provider-reference.ts from src/shared/constants/providers.ts. Do not edit by hand.
  • The /docs UI is backed by Fumadocs MDX source generation from the subfolders above.