Skip to main content
POST
Create gateway

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Body

application/json

Request for CreateGateway

name
string
required

The human readable name of the gateway. Capped at 38 characters so the derived production FQDN (..gw.cwinference.com) fits within the 64-character X.509 Common Name limit.

id
string

The unique identifier of the gateway, UUID format

zones
string[]

The zones to make the gateway available in, limits where deployments associated with the gateway may exist, no zones means all may be used.

coreWeaveAuth
object

CoreWeave IAM

weightsAndBiasesAuth
object

Weights & Biases

endpointConfiguration
object

Additional endpoint configuration options

bodyBasedRouting
object

Body based routing

headerBasedRouting
object

Header based routing

pathBasedRouting
object

Path based routing

Response

OK

Response for CreateGateway

gateway
object

The gateway that was created

Last modified on July 20, 2026