Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gateways.app/llms.txt

Use this file to discover all available pages before exploring further.

On the canvas

  • A runtime is a normal card. You can move it like any other resource.
  • Undo/redo applies to card positions like other resources.

Connecting runtime → server

  • Draw a connection from the runtime card to a server (instance) or scalable server card when the platform allows that pair.
  • On connect, the backend typically installs the selected runtime on the target instance using SSH and OS-specific install scripts for the chosen version.
  • On disconnect, a remove script may run, depending on resource connection rules and state.
Exact allowed pairs and lifecycle behavior are defined by your deployment’s resource connections rules. Invalid connections are rejected or surfaced as errors.

Metadata on the resource

Runtime resources store identifiers such as runtimeId, runtimeName, runtimeVersion, runtimeDisplayName, and optionally applicationServer, in resource metadata for use by deploy and install flows.

APIs

TopicWhere to read
Runtime catalogGET /api/runtimes, GET /api/runtimes/servers
Create/update runtime resourcePOST/GET/PATCH/DELETE .../:projectSlug/:environmentSlug/runtimes
ConnectionsResource connections API and docs
Start from API documentationRuntimes (/api/28-runtimes) and Resource connections (/api/07-resource-connections). ← Runtime overview · Resource types hub