Cloud/コネクタ/設定
設定
コネクタ自身の設定タブ: 名前と説明、DLPとFinOps Guardのコネクタ単位のオーバーライド、そしてAIが見るツールのグルーピング。
Settingsはコネクタ自身の設定タブで、そのサブタイトルが境界を描いています: "Configure connector name, security, and cost controls." Connector Policyがアカウント全体のデフォルトを決めるのに対し、このタブは1つのコネクタに対してそれを上書きします。

Settings
Configure connector name, security, and cost controls.
General Settings
This helps AI agents understand when to use them.
DLP Protection
Prevent sensitive data from being sent to the AI client.
4 protected · glob-style matching (e.g. *.email, *.password)
Tool grouping override
FinOps Guard
Set response limits and compression for cost control.
Toon Compression
Compress tool descriptions to reduce token overhead from schema definitions.
モックアップは本物のエディタです。DLPのパターンを削除したり、自分のパターンを追加したり、Max array itemsのスライダーを動かしてSaveを押してみてください。
一般設定
Server Name、コネクタの表示名、そしてDescription。ヘルプ行がその重要性を説明します: "This helps AI agents understand when to use them." 説明は人間向けのドキュメントではありません。エージェントがこのコネクタがタスクに合うかを判断する際に読むものの一部です。
DLP Protection、コネクタ単位
ワークスペースがグローバルに設定するのと同じZero-Trust Data Loss Preventionを、ここに限定して適用します。Protected Fieldsはglob形式のパターンで(".email, .password"、items[*].credit_cardのようなより深いパスも)、それぞれ削除可能で、新しいものは*.patternの入力で追加され、保護されたフィールドの数がリアルタイムで表示されます。これはDLP Protectionのコネクタ単位の版です。
Tool grouping override
コネクタのエンドポイントがどのようにAIツールになるか: Flat("Each endpoint becomes an individual AI tool. Best for small APIs")、Grouped by tag("Related endpoints share one AI tool with an action discriminator. Reduces token usage")、またはAuto(しきい値を超えると自動でグループ化)。Use global settingsはConnector Settingsでのアカウント全体の選択に従います。AI Capabilitiesタブが結果を示します: この設定がそれを形作ります。
FinOps Guard、コネクタ単位
リクエストが予算に届く前のレスポンス制限と圧縮: Max array itemsスライダーは大きな配列レスポンスを切り詰め、Toon Compressionは "Compress tool descriptions to reduce token overhead from schema definitions." 同じコントロールがアカウント全体ではFinOps Guardにあります。これがコネクタ単位のオーバーライドです。
このタブが存在する理由
コネクタはそれぞれ違います: 内部のERPには独自のマスキングパターンが、巨大なAPIにはグルーピングが、おしゃべりなツールには切り詰めが必要かもしれません。このタブは、グローバルポリシーが個別の例外と出会う場所です。最後にはSaveと緑の "Settings saved successfully." があります。