Overview
IP allowlisting lets you restrict API access to a set of trusted IP addresses or CIDR ranges. When enabled, requests from unlisted IPs are rejected with403 Forbidden.
How It Works
- Add IP addresses or CIDR ranges to your workspace allowlist from Settings > Security in the dashboard.
- Once the allowlist is non-empty, only requests from listed IPs are permitted.
- Requests from unlisted IPs receive a
403response.
CIDR Notation
IP allowlisting supports both individual addresses and CIDR ranges:Scope
The allowlist applies to all API keys in the workspace. There is no per-key allowlisting — if you need different access restrictions, use separate workspaces.Leave the allowlist empty to permit requests from any IP address. IP allowlisting is optional.