Anchorage API reference
    Preparing search index...

    Configuration for networkEgress.

    interface NetworkEgressOptions {
        allowedDomains: readonly string[];
        name?: string;
    }
    Index

    Properties

    allowedDomains: readonly string[]

    Hostnames connectors may call: exact entries ('api.openai.com') or leading wildcards ('*.googleapis.com' — subdomains only, not the apex). An empty list denies all declared egress; there is no allow-all entry — omit the policy instead. Malformed entries throw at construction.

    name?: string

    Policy name used in denials and audit records.