Mar 25, 2025
Templated base URLs

Young-jin Park
Software Engineer
For APIs where the base URL includes dynamic segments like a region subdomain (https://{region}.acme.com)
, you can map client options to them with the server_variable
property in your Stainless config.
This allows your SDK users to set region
directly without constructing custom baseURLs
.