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.

Summary

PurposeA resource connection represents an allowed relationship between two resources: traffic flow, dependency, DNS linkage, runtime installation, database access, etc.
How it appearsNot always a separate top-level Create entry—often created when you draw or link two cards on the canvas.
API / UI typesresource_connection / Connection on cards.

Behavior

  • Validation — The platform applies resource connection rules (which types may connect to which). Invalid pairs are rejected or surfaced as errors in the UI or API.
  • Scope — Connections are scoped to the project and environment (and workspace, if your deployment uses it) like other resources.

Typical patterns

FromToExample intent
HTTP front end (when available)Scalable serverHTTP routing to application tier
FirewallServerRestrict inbound ports
ApplicationDatabaseApp uses DB connection string
Edge cache (when available)Storage bucketCache static objects at the edge
RuntimeServerInstall/manage runtime on host
Exact allowed pairs depend on your deployment’s rules engine.

Operations

  • Delete removes the connection edge without necessarily deleting either endpoint resource.
  • List / sync follow the unified resources and connections APIs.
API: API documentationResource connections, Unified resources. ← Resource types hub