GitHub technical reference
These links point into the octafuse-gateway repository. They change with releases—use them for development, operations, and deep troubleshooting. If this site and the repo disagree, trust the repository.
APIs & examples
Section titled “APIs & examples” User-facing APIs OpenAI / Anthropic / Gemini fronts, auth, routing, budgets, errors
Admin HTTP API Automation for providers, routes, keys, and config
Examples & curl Minimal checks such as quick-curl
Operations & deployment (implementation detail)
Section titled “Operations & deployment (implementation detail)”| Doc | What it covers |
|---|---|
| docs/ops/deployment.md | Deployment patterns index |
| docs/ops/deployment-cloudflare.md | Cloudflare: D1, database_id, Workers Builds, troubleshooting |
| docs/ops/deployment-docker.md | Docker / GHCR / split compose |
| docs/ops/local-testing-environments.md | Local dev: D1 / Node + SQL / Docker combos |
| docs/architecture/runtime-data.md | Runtime × database contracts |
| docs/ops/postgres-cutover.md | D1 ↔ Postgres cutover notes |
Migrations & billing semantics
Section titled “Migrations & billing semantics”- Migration folders:
packages/core/migrations-d1/,migrations-postgres/,migrations-mysql/(verify in repo) - Cost fields such as
metered_cost/standard_cost/charged_cost: canonical definitions live with the repository and Admin UI copy.
Conventions, docs hub, security
Section titled “Conventions, docs hub, security” Documentation conventions What must stay in-repo and how to redact secrets
Docs hub Architecture & operations index
Contributing CONTRIBUTING entry point