Anchorage API reference
    Preparing search index...

    Trusted host context accepted by invokeConnector.

    interface ConnectorInvocationOptions {
        abortSignal?: AbortSignal;
        observe?: ToolObserve;
        requestContext?: RequestContext<unknown>;
        toolCallId?: string;
    }
    Index

    Properties

    abortSignal?: AbortSignal

    Abort signal forwarded to the connector execution context.

    observe?: ToolObserve

    Mastra observability helper, or the public no-op helper when omitted.

    requestContext?: RequestContext<unknown>

    Request context carrying trusted policy, identity, and grant values.

    toolCallId?: string

    Exact Mastra tool-call identity used to match a tool-call approval grant.