You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(sandboxes): document deniedDomains in kit network spec reference
The deniedDomains field was missing from the network spec table despite
being a supported field. Deny rules take precedence over allow rules,
including those contributed by other composed kits.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| `allowedDomains` | Domains the sandbox can reach. Wildcards supported. |
566
+
| `deniedDomains` | Domains the sandbox is blocked from reaching. Deny rules take precedence over allow rules, including those from other composed kits. |
567
+
| `serviceDomains` | Map of domain to service identifier from `credentials.sources`. |
568
+
| `serviceAuth.headerName` | HTTP header the proxy sets (for example, `Authorization`). |
569
+
| `serviceAuth.valueFormat` | Format string for the header value (for example, `"Bearer %s"`). |
0 commit comments