Architecture
Every edition shares the same core architecture. The diagram below is written
as a fenced ```d2 block in this file — it is rendered to SVG at build time,
so there is no diagramming JavaScript shipped to the browser, and it recolours
itself in dark mode.
Gateway
The gateway terminates TLS, authenticates the request against your API key and places the job on the dispatch queue.
Workers
Workers pull jobs, execute them and write output to the object store. They are stateless — scaling out means running more of them.