@squidcloud/client
    Preparing search index...

    Interface AiChatRequestCredentials

    Credentials a caller sends with one chat request. The client sends them in the x-squid-integration-access-tokens request header rather than with the options, so they reach only the tools that run with them and are never stored with the agent.

    interface AiChatRequestCredentials {
        integrationAccessTokens?: Record<string, string>;
    }
    Index
    integrationAccessTokens?: Record<string, string>

    Access tokens keyed by integration ID. The integration's tools run with its token for this request when the integration type supports it; other types ignore it.