# Static IP Addresses

Synqly Mesh provides static egress IP addresses for end users who need to allowlist
our services in their firewall rules.

## How it works

Static IPs are supported by default on all standard Synqly Mesh API URLs:

- **North America**: `api.synqly.com`
- **Europe**: `api-eu.synqly.com`


All traffic sent through these endpoints will originate from the static IP addresses listed below.

## Static IP addresses

### North America (NA)

- `16.144.203.154`
- `16.145.198.166`
- `52.25.92.108`
- `3.18.242.205`
- `3.130.46.80`
- `3.13.130.144`


Location: US Central region

### Europe (EU)

- `35.156.85.64`
- `18.158.56.149`
- `18.194.248.43`


## Limitations

- **Europe limitations**: Static IPs are hosted in a single EU Central region without
multi-region failover
- **No rate limit differences**: Same rate limits and throughput as standard endpoints


## Implementation

Integrators need to:

1. Configure integrations to use a Synqly Mesh URL (`api.synqly.com`|`api-eu.synqly.com`)
2. Provide the IP addresses to end users for firewall allowlisting
3. All API traffic through Synqly Mesh will originate from these IPs


## Alternative: Bridge

[Bridge](https://docs.synqly.com/bridge/agent-setup) is an agent that runs within your network and
initiates connections to Synqly. Consider Bridge if you:

- Can run an agent in your environment
- Need lower latency


Static IPs are simpler when you cannot install additional software or your policies only permit
specific IP allowlisting.