SerenAI

Pay Per Call Agentic Commerce

GeoRoutingConfig

Properties

PropertyTypeRequiredDescription
mode GeoRoutingMode No Routing mode (defaults to `always`).
proxy_region string Yes Proxy region to route through (e.g., "EU")
View JSON Schema
{
  "type": "object",
  "required": [
    "proxy_region"
  ],
  "properties": {
    "mode": {
      "$ref": "#/components/schemas/GeoRoutingMode",
      "description": "Routing mode (defaults to `always`)."
    },
    "proxy_region": {
      "type": "string",
      "description": "Proxy region to route through (e.g., \"EU\")"
    }
  }
}