Anchorage API reference
    Preparing search index...

    Org-level policy bindings enforced by the connector's execute wrapper.

    Index

    Properties

    audit?: AuditLogger

    Optional audit logger for connector decisions and failures.

    evaluators?: readonly ToolPolicyEvaluator[]

    Custom tool-boundary evaluators, run pre-execute after the built-in network-egress gate, in registration order.

    Base fetch the per-call egress guard wraps before handing it to execute as ConnectorRuntime.fetch (tests inject the vendor mock here). Defaults to the runtime's global fetch.

    idempotencyStore?: IdempotencyStore

    Store used when the manifest requires an idempotency key.

    networkEgress?: NetworkEgressOptions

    Organization allowlist applied to the manifest's declared hosts.

    rateLimitStore?: RateLimitStore

    Required when the manifest declares rateLimit.

    writePermissions?: WritePermissionsPolicy

    Organization approval rules for write-class connector IDs.