Supported Regions
Watchers is available worldwide and runs on Google Cloud Platform (GCP), with infrastructure optimized for key regions to ensure low latency and reliable performance.
We currently support the following deployment regions:
Region | Location | URL |
---|---|---|
Europe (default) | Frankfurt, Germany | watchers.io |
North America | Los Angeles, CA, USA | us.watchers.io |
Asia | Hong Kong, China | hk.watchers.io |
South America | Santiago, Chile | sa.watchers.io |
When interacting with the Watchers backend—whether through WebSocket connections, API requests, or during chat loading—it’s important to take regional deployment into account. Each project is tied to a specific region, and all requests should be directed to the infrastructure endpoint corresponding to that region.
For example, if your project is created in the North America region, all backend and API calls should be routed through the North American endpoints (e.g., wss://us.watchers.io/). Incorrect routing may lead to increased latency, unexpected behavior, or access issues.
Make sure to store the assigned region during project setup and ensure it is used consistently across all integrations.
Updated 2 days ago