Command Palette
Search for a command to run

Launch a gateway

Deploy a new Pingora proxy gateway in a namespace

POST
/auth/v1/seed/{namespace}/proxies

Deploy a new Pingora-based reverse proxy gateway. The gateway provides a stable endpoint that persists across service redeployments and distributes traffic across healthy replicas.

Path parameters

namespace type: string (required)
The namespace (user or organization) to deploy the gateway in.

Body parameters

name type: string (required)
A unique name for the gateway within the namespace.
cloud type: string

Cloud provider to deploy on. One of aws, azure, gcp, do, local, kubernetes, ssh.

region type: string
Cloud region to deploy in (e.g., `us-east-1`, `westus2`).
cpus type: string
CPU count for the proxy instance (e.g., `"2"` or `"2+"`).
memory type: string
Memory in GB for the proxy instance (e.g., `"4"`).
deploy_mode type: string

Deployment mode. One of docker, binary, or source.

env type: object
Environment variables passed to the proxy process, as key-value pairs.