Skip to content

Commit 3cfcefc

Browse files
dvdksnclaude
andcommitted
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>
1 parent 69f9aae commit 3cfcefc

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

  • content/manuals/ai/sandboxes/customize

content/manuals/ai/sandboxes/customize/kits.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ missing or the field is absent.
551551
```yaml
552552
network:
553553
allowedDomains: [<domain>, ...]
554+
deniedDomains: [<domain>, ...]
554555
serviceDomains:
555556
<domain>: <service-id>
556557
serviceAuth:
@@ -559,12 +560,13 @@ network:
559560
valueFormat: <format>
560561
```
561562

562-
| Field | Description |
563-
| ------------------------- | ---------------------------------------------------------------- |
564-
| `allowedDomains` | Domains the sandbox can reach. Wildcards supported. |
565-
| `serviceDomains` | Map of domain to service identifier from `credentials.sources`. |
566-
| `serviceAuth.headerName` | HTTP header the proxy sets (for example, `Authorization`). |
567-
| `serviceAuth.valueFormat` | Format string for the header value (for example, `"Bearer %s"`). |
563+
| Field | Description |
564+
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
565+
| `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"`). |
568570

569571
### Environment
570572

0 commit comments

Comments
 (0)