@runloop/api-client - v1.4.0
    Preparing search index...

    The egress rules for this policy.

    interface Egress {
        allow_all: boolean;
        allow_devbox_to_devbox: boolean;
        allowed_hostnames: string[];
    }
    Index

    Properties

    allow_all: boolean

    If true, all egress traffic is allowed and other fields are ignored. Used for ALLOW_ALL policies.

    allow_devbox_to_devbox: boolean

    If true, allows traffic between the account's own devboxes via tunnels.

    allowed_hostnames: string[]

    DNS-based allow list with wildcard support. Examples: ['github.com', '*.npmjs.org', 'api.openai.com']. Empty list with allow_all=false means no network access (DENY_ALL behavior).