Beck
Docs
Syntax
Playground
API
Docs
Syntax
Playground
API
Examples ▾
Microservices platform
Event-driven orders
AI agent loop
RAG answer pipeline
Streaming analytics
Edge to cluster
Zero-trust access
Incident response
Deploy pipeline
Nested groups
system.beck.yaml
meta: title: Checkout flow direction: TB nodes: - { id: web, title: Storefront, kind: user } - { id: api, title: Checkout API, kind: gateway } - { id: pay, title: Payments } - { id: ledger, title: Ledger, kind: db } edges: - { from: web, to: api } - { from: api, to: pay } - { from: pay, to: ledger, label: record }
preview
live
✓ valid
0 nodes
0 edges
Rendered live by Beck · SVG · PNG