What this service does. Path: /services/{company-slug}-{service-slug}.
- Owner / team: …
- Repo: …
- Runs on: Cloud Run | GCE | … (region)
- Depends on: databases, queues, other services.
- Exposes: API
- Deploy: how to ship a change.
- Config / secrets: where they live.
- Observability: logs, dashboards, alerts.
- Common failures & fixes: …
flowchart LR
client --> service --> db[(database)]