Guides
Guides
End-to-end implementation playbooks for auth, apps, notifications, and operational workflows.
Use guides when you want an implementation sequence, not just API surface details.
Guide flow diagram
Pick track -> Implement baseline -> Validate contracts -> Add ops hardening
| | | |
| | | +-- retries
| | | +-- idempotency
| | | +-- observability
| | +-- frontend-api/backend-api refs
| +-- sandbox deployment
+-- API auth / OAuth / webhooks / notifications / integration playbooksCore tracks
Full-stack integration playbooks
How to use this section
- Start from the guide matching your deployment shape.
- Implement the baseline happy path in a sandbox deployment.
- Add retries, idempotency, and observability before production rollout.