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.

When you choose Application in Create, you pick a source: how code or an image gets into the deployment. Each option still creates an application resource; the choice is stored as uploadType / application type (for example upload-app, github-repo, docker-image).
Menu labelInternal idTypical purpose
Upload appupload-appShip a zip or folder artifact; best when code is not in a connected Git repo.
GitHub repogithub-repoDeploy from GitHub (branch, path, build commands). Requires Git account linkage as your deployment configures.
GitLab repogitlab-repoSame for GitLab.com or compatible GitLab.
Bitbucket repobitbucket-repoSame for Bitbucket.
Docker imagedocker-imageRun a container image from a registry, or upload a Docker image archive where supported.
API: Every source uses the application resource type for catalog and plan checks. The backend tells flows apart with applicationType / uploadType on the resource. Next steps ← Application overview