OmniRoute/docs
diegosouzapw a3ae2c422d fix(docker): restore cliproxyapi sidecar profile
The cliproxyapi sidecar (service + named volume + DOCKER_GUIDE.md docs)
was accidentally dropped in 3ff3e3dd1, a commit whose message only
mentioned a ChatPlayground guard. Restore the pre-removal version of
docker-compose.yml and docs/guides/DOCKER_GUIDE.md from 49fe356b9 —
re-adds the `cliproxyapi` profile on port 8317 and the cliproxyapi-data
volume while preserving the docs YAML frontmatter.
2026-05-20 09:47:53 -03:00
..
architecture Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
comparison chore(docs): remove all competitor references from branch 2026-05-15 02:14:58 -03:00
compression docs: fill documentation gaps for v3.8.0 features 2026-05-15 03:26:55 -03:00
dev feat(cli): fase 9.4 — plugin system (omniroute-cmd-*) 2026-05-15 05:11:18 -03:00
diagrams feat(docs): add YAML frontmatter to all docs (title/version/lastUpdated) 2026-05-13 18:46:05 -03:00
frameworks feat: gamification & leaderboard system (#2405) 2026-05-19 09:46:20 -03:00
guides fix(docker): restore cliproxyapi sidecar profile 2026-05-20 09:47:53 -03:00
i18n fix(model): resolve gpt-4o fallback ambiguity and prefer openai provider 2026-05-20 03:00:38 -03:00
marketing docs/ux(release): tier marketing, onboarding tour, comparison, and v3.8.0 changelog 2026-05-15 01:04:15 -03:00
ops Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -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.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
releases chore(docs): remove all competitor references from branch 2026-05-15 02:14:58 -03:00
routing Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -03:00
screenshots README SEO/AEO/GEO + Competitive Marketing (#2091) 2026-05-10 01:29:02 -03:00
security Release/v3.8.0 — full changelog with 660+ commits (#2419) 2026-05-20 02:05:50 -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 fix(security): close remaining CodeQL alerts + document mandatory patterns 2026-05-14 11:12:14 -03:00

title version lastUpdated
OmniRoute Documentation 3.8.0 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.