globeRegions & Endpoints

Amigo provides region-specific API endpoints to support data residency and latency requirements. If your organization is provisioned in a specific region, use the corresponding base URL. For organizations on dedicated clusters, you can also target your cluster explicitly via the x-mongo-cluster-name header.

Regional Base URLs

Region
Location
Base URL

US

N. Virginia (us-east-1)

https://api.amigo.ai

CA

Montreal (ca-central-1)

https://api-ca-central-1.amigo.ai

EU

Frankfurt (eu-central-1)

https://api-eu-central-1.amigo.ai

AU

Sydney (ap-southeast-2)

https://api-ap-southeast-2.amigo.ai

circle-info

Coming Soon Additional regions (India, Middle East, Japan) are in development. Contact your Amigo representative to request access or discuss timelines.

circle-exclamation

LLM Regional Availability

Not all LLMs are deployed in every region due to infrastructure constraints. When selecting version set presets, ensure the preset's LLMs are available in your target region.

LLM
US
CA
EU
AU

GPT-4.1, GPT-4.1-mini

GPT-5, GPT-5-mini, GPT-5-nano

GPT-5.1

Claude Sonnet 4.5 (Google/AWS)

Gemini 2.5 Pro/Flash

circle-exclamation

Global Deployment Map

spinner

cURL example

SDK configuration

Specify the regional base URL via the SDK base_url/baseUrl setting.

Environment variables

You can also set the regional endpoint via environment variables.

Dedicated Clusters

Some enterprises run on dedicated, isolated clusters. In these cases, include x-mongo-cluster-name to direct requests to your assigned cluster.

circle-info

Cluster Name Your Amigo team will provide the exact cluster name if your tenant uses a dedicated cluster. Do not guess this value.

Header: x-mongo-cluster-name: <cluster-name>

When to use:

  • Required: Organization provisioning (Create Organization)

  • Recommended: Early provisioning flows when the organization may not yet be discoverable via the global config

  • Optional: Normal operations for established organizations — most endpoints do not require it once your org is fully set up

cURL Example (Dedicated Cluster)

SDK examples (dedicated cluster)

Recommendations

circle-check
circle-exclamation

Last updated

Was this helpful?