OmniRoute/docs
Diego Rodrigues de Sa e Souza 91b6983564
Release v3.8.1 (#2441)
Release v3.8.1 — feature flags settings page, bracketed combo names, security hardening, multi-driver SQLite
2026-05-21 01:29:12 -03:00
..
architecture Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
comparison Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
compression Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
dev feat(cli): fase 9.4 — plugin system (omniroute-cmd-*) 2026-05-15 05:11:18 -03:00
diagrams Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
frameworks Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
guides Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
i18n Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
marketing Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
ops Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
providers Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
reference Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
releases chore(docs): remove all competitor references from branch 2026-05-15 02:14:58 -03:00
routing Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
screenshots README SEO/AEO/GEO + Competitive Marketing (#2091) 2026-05-10 01:29:02 -03:00
security Release v3.8.1 (#2441) 2026-05-21 01:29:12 -03:00
specs fix: remove implicit API key request caps (#2289) 2026-05-16 12:12:53 -03:00
AGENTROUTER.md docs(agentrouter): recommend native provider as the simple path (#2429) 2026-05-20 08:36:01 -03:00
AUTO-COMBO.md feat: CLI Integration Suite for issue #2016 2026-05-14 17:26:30 +07: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.1 (#2441) 2026-05-21 01:29:12 -03:00

title version lastUpdated
OmniRoute Documentation 3.8.1 2026-05-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.

guides/

Task-focused walkthroughs for operators and end users.

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/gen-provider-reference.ts from src/shared/constants/providers.ts. Do not edit by hand.
  • The dashboard sidebar (/docs UI) is generated by scripts/generate-docs-index.mjs, which walks the subfolders above.