Under Integrations → Allowlist, the page heading is Connector Allowlist. It is the set of hosts outbound connectors are permitted to call. Connectors cannot reach any host that is not allowlisted — this is enforced at runtime, not just validated at save time:
InfoEnterprise licence required. Integrations is gated on an active enterprise licence. Without one the section does not appear in the admin sidebar, regardless of the signed-in user’s role.
Connector Allowlist
Each entry has a Host pattern, a Scope (Global or a specific organization), an optional Note, and an Internal badge when it targets a private-network address.

Entries are curated by the platform operator:
- A Global entry applies to every organization.
- A per-organization entry applies to that organization only.
- The effective allowlist for an organization is the union of global and its own entries.
Empty list (manage) — No hosts allowlisted yet / Add a host to permit outbound connectors to call it. Until then, connectors cannot reach any external host. CTA: Add host.
Empty list (read-only org admin) — No hosts allowlisted / No hosts are currently allowlisted for your organization. Contact your platform operator to request access.
Click Add host to create an entry:
Add allowlist host
Choose a Scope (No organization = global, or pick a specific organization), a Host pattern (exact host or single-label wildcard, e.g. *.github.com), and an optional Note.

The Internal / local network target toggle marks an entry as pointing at a private-network address (Docker containers, k8s pods, on-premise hosts). Marking it here is necessary but not sufficient — the platform-wide Allow connectors to reach internal/local network targets switch on the Configuration page must also be on, or the entry is still blocked at runtime with ip_not_allowed.
- Configuration — the platform-wide internal/local targets switch this interacts with.
- Connectors — a connector’s Base URL host must be on this allowlist.
- Connector Execution — whether connectors can run at all.
- Connector Audit.