When you’d need it
The question is not what components exist; it is who talks to whom, in what order, and what happens when the happy path fails. A sequence diagram makes time the organizing axis.
The question is not what components exist; it is who talks to whom, in what order, and what happens when the happy path fails. A sequence diagram makes time the organizing axis.
Use this for API flows, auth, checkout, webhook delivery, or any interaction where order matters. Use ERD when you need data structure instead.
Same structure, your scenario — pick a starting prompt.
It shows how participants exchange messages over time, including calls, responses, and branches.
Use it when order and interaction are the main story, such as APIs, auth flows, checkout, or event handling.
Yes. Include error cases or alternate paths in the prompt and Toft can add them to the diagram.
Describe what you need. Toft returns the finished, editable artifact.