Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
How Veryfront executes app, agent, job, and sandbox work.
| 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. |
| 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. |
| Concept | Explains |
|---|---|
| Deployment lifecycle | How a project change becomes a running deployment. |
| Runs and events | How Veryfront tracks agent, job, and workflow execution. |