Choose a runtime
| Runtime | Use it for |
|---|---|
| Server runtime | Long-running compute for app routes and agent runtime services. |
| Job runtime | Durable background execution for tasks, workflows, and cron triggers. |
| Sandbox runtime | Isolated workspace sessions for commands, files, and tools. |
| Connected runtime | Registered service or worker that executes agent runs. |
How they relate
| Runtime | Executes | Boundary |
|---|---|---|
| Server runtime | App routes and hosted agent services. | Runs deployed environments. |
| Job runtime | Tasks, workflows, and scheduled work. | Records durable background execution. |
| Sandbox runtime | Commands, files, and tool work. | Isolates workspace execution. |
| Connected runtime | Agent runs from registered services or workers. | Streams events to the control plane. |
Next
| Concept | Explains |
|---|---|
| Deployment lifecycle | How a project change becomes a running deployment. |
| Runs and events | How Veryfront tracks agent, job, and workflow execution. |