v1
latestOpenAPI 3.0.02026-07-26242779.3 KBList available regions
Retrieve a list of all regions available for deploying agents and storing secrets. This endpoint can be accessed using either Clerk authentication or a Private API key.
get/regions
Response
List of available regions
Example response
{
"regions": [
{
"code": "us-west",
"display_name": "US West (Oregon)"
}
]
}