The external surface — every third party, in one place
Neon Law Navigator's whole external surface is six services, in two kinds — platform services (the cloud the stack runs on) and feature vendors (each lights up one capability and stubs out cleanly when unconfigured):
| Service | What it gives you | Kind | At boot |
|---|---|---|---|
| Google Cloud | Storage, Cloud SQL, OIDC, archive | platform | required — provisioned by navigator gcp setup |
| Restate Cloud | Durable workflow execution (workflows-service) | platform | required — the workflow broker |
| Vertex AI | The A2A agent-router LLM (Gemini Flash in prod) | platform | optional — NullRouter until configured |
| DocuSign | E-signature | feature | stubs until DOCUSIGN_* is set |
| Xero | Accounting / billing (ACCREC invoices) | feature | stubs until XERO_* is set |
| SendGrid | Outbound + inbound email | feature | stubs until SENDGRID_* is set |