For the agent-readable index of this site, see /llms.txt.
Customer API
acme/customer-apiREST + GraphQL gateway for partner integrations and webhook delivery. Migrated to Fastify in February.
Health
Last 24 hours.
About
What this service does and where it lives.
The Customer API is the gateway every external partner talks to. It fronts the billing, identity, and provisioning services behind a single authenticated surface — REST for legacy clients, GraphQL for the partner portal and the mobile apps.
We migrated from the old Express stack to Fastify in February to cut p95 latency on the webhook delivery path. The migration came with a switch to native streams for large payloads and a rewrite of the retry queue around BullMQ.
Deploys are gated by the green-build policy in CI — passing contract tests against the partner sandbox is required before production promotion. Runbooks for incident response live in the team wiki; on-call alerting paths are documented under Quick actions on the right.
Recent activity
Past 7 days.
Today
- SC
Sarah Chen merged PR #284 — bump fastify to 4.26
- TO
Theo Ostrowski deployed v3.2.1 to production
- MV
Marcus Vega opened issue #312 — webhook retries dropping
Yesterday
- PR
Priya Raman commented on PR #283 — partner auth refactor
- LT
Linh Tran invited Devon Park to the project
- TO
Theo Ostrowski rolled back v3.2.0-rc.7 in staging