When you choose Application in Create, you pick a source: how code or an image gets into the deployment. Each option still creates anDocumentation Index
Fetch the complete documentation index at: https://docs.gateways.app/llms.txt
Use this file to discover all available pages before exploring further.
application resource; the choice is stored as uploadType / application type (for example upload-app, github-repo, docker-image).
| Menu label | Internal id | Typical purpose |
|---|---|---|
| Upload app | upload-app | Ship a zip or folder artifact; best when code is not in a connected Git repo. |
| GitHub repo | github-repo | Deploy from GitHub (branch, path, build commands). Requires Git account linkage as your deployment configures. |
| GitLab repo | gitlab-repo | Same for GitLab.com or compatible GitLab. |
| Bitbucket repo | bitbucket-repo | Same for Bitbucket. |
| Docker image | docker-image | Run a container image from a registry, or upload a Docker image archive where supported. |
application resource type for catalog and plan checks. The backend tells flows apart with applicationType / uploadType on the resource.
Next steps
← Application overview