@squidcloud/client
    Preparing search index...

    Interface BuildAgentOptions

    Options for the agent builder.

    interface BuildAgentOptions {
        canManageIntegrations?: boolean;
    }
    Index

    Properties

    canManageIntegrations?: boolean

    Whether the caller has permission to create or update integrations. Defaults to false.