set_outbound_allowlist
Narrow the project's outbound host allowlist — the hosts a target may point at. The current list is on get_project as outboundHostAllowlist (empty means any public host). This tool may only narrow it: patterns must be a strict subset of, or equal to, the current list, compared as exact strings — submitting a wildcard that would cover an existing exact host, or clearing to empty, is refused as a widen. Widening the list is web-only, in the panel. Refused when the project already has a target (inactive lines included) outside the submitted list. Requires edit access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patterns | Yes | The full replacement list of allowed hosts, e.g. ["api.stripe.com", "*.internal.example.com"]. Must be a subset of the current outboundHostAllowlist. |