> ## Documentation Index
> Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Server runtime

> How server runtimes host app routes and agent runtime services.

A server runtime is long-running compute for deployed environments.

It hosts app routes.

It can also host services that execute agent runs.

## Use this for

| Work                  | Runs on                 |
| --------------------- | ----------------------- |
| App routes            | Deployed environments   |
| Hosted agent services | Server runtime capacity |
| Runtime services      | Server runtime capacity |

## How it fits

Environments configure deployment targets.

Server runtimes provide the compute behind those targets.

Deployments assign releases to environments that run on server runtime capacity.

## Related concepts

| Concept                                                       | Explains                                                                 |
| ------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [Projects and environments](/cloud/projects-and-environments) | How projects group resources and environments configure runtime targets. |
| [Deployment lifecycle](/cloud/deployment-lifecycle)           | How a project change becomes a running deployment.                       |
| [Connected runtime](/cloud/concepts/connected-runtime)        | How registered services and workers execute agent runs.                  |
