
API workflow
Break down what happens inside an API request from auth to validation, persistence, and async side effects. Great for backend design and debugging.
Use this templateWhat you get
- Linear request pipeline with error branches
- Async event path for retries and downstream actions
- Helps document success and failure responses together


