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.
Metadata on the resource
Runtime resources store identifiers such asruntimeId, runtimeName, runtimeVersion, runtimeDisplayName, and optionally applicationServer, in resource metadata for use by deploy and install flows.
APIs
| Topic | Where to read |
|---|---|
| Runtime catalog | GET /api/runtimes, GET /api/runtimes/servers |
| Create/update runtime resource | POST/GET/PATCH/DELETE .../:projectSlug/:environmentSlug/runtimes |
| Connections | Resource connections API and docs |
/api/28-runtimes) and Resource connections (/api/07-resource-connections).
← Runtime overview · Resource types hub