Cloud/AI Governance/コネクタポリシー

コネクタポリシー

VinkiusについてAIに質問

The control tower of your fleet: how connectors behave globally, from four eyes deployment approval to tool exposition modes, response presenters and the Global Emergency Halt that shuts everything down in one confirmed action.

8つの Reports 画面は何が起きたかを示します。Settings グループは何が起きてもよいかを決め、その最初の画面が Connector Policy です。アカウント全体のコネクタの振る舞いを統制します。誰がデプロイを承認するか、ツールをAIクライアントにどう公開するか、レスポンスをどう整形するか、そしてすべてをオフにするたった1つのスイッチ。コンソールはこの画面を1行で説明しています: "Configure how your connectors behave globally."

R

Deployment approval

When enabled, new deployments remain in pending status until a different team member explicitly approves them.

Tool exposition

Controls how tools are exposed to AI clients. Grouping reduces context window usage for large APIs.

Connectors above this tool count are grouped automatically. Connectors at or below it stay flat.

tools

Response presenters

Automatically generates View schemas from OpenAPI response definitions. Requires a Swagger spec.

Global Emergency Halt
All active Connectors will be deactivated, all tokens will be revoked, and all running sessions will be terminated across your account. AI agents will immediately lose access to all Connectors. Use only in an emergency.

Configure how your connectors behave globally.

Connector Policy, live. The real settings editor: flip the switches, switch the tool exposition mode and try the Global Emergency Halt with its typed HALT ALL confirmation, then restore the fleet.

モックアップは動作します。スイッチを切り替え、公開モードを変更し、halt確認を開いて HALT ALL と入力するとフリートの停止状態が表示されます。その後、復元してください。このページから何も外に出ません。

デプロイ承認: すべてのデプロイに4アイズを

1つのスイッチに明確なルールがあります: "When enabled, new deployments remain in pending status until a different team member explicitly approves them." 誰でもよいわけではありません。別のメンバーであること。デプロイする人が承認する人になることは決してなく、コネクタが1組の目だけで本番環境に到達することはありません。

ツール公開: Flat、Grouped、Auto

このセクションは、コネクタのエンドポイントがどのようにAIツールになるかを制御します。セキュリティの判断であると同時に、トークン予算の判断でもあります:

  • Flat. "Each endpoint becomes an individual AI tool. Best for small APIs (< 20 tools)." すべてのエンドポイントが見え、何も隠されず、コンテキストコストはAPIとともに増えていきます。
  • Grouped. "Related endpoints share one AI tool with an action discriminator. Reduces token usage." モデルのコンテキスト内のツール数が減り、同じ機能がディスクリミネータの背後にあります。
  • Auto はコンソールで recommended と示されています: "Automatically groups when a server exceeds the threshold below." しきい値の入力欄(5〜200、デフォルトは20)が基準を決めます: "Connectors above this tool count are grouped automatically. Connectors at or below it stay flat."

コンソールはセクション全体を1文でまとめています: "Controls how tools are exposed to AI clients. Grouping reduces context window usage for large APIs."

Response presenters

"Automatically generates View schemas from OpenAPI response definitions. Requires a Swagger spec." のためのスイッチです。有効にすると、Swagger spec を持つコネクタはレスポンスに対して型付きの View schemas を受け取ります。AIクライアントは推測ではなく構造を見ることができます。

Global Emergency Halt

下部の赤いブロックはアカウント全体のkill switchであり、コンソールはその動作を正確に説明しています: "All active Connectors will be deactivated, all tokens will be revoked, and all running sessions will be terminated across your account. AI agents will immediately lose access to all Connectors. Use only in an emergency."

誤って押されないように設計されています。ボタンを押すと "Halt all active connectors?" というタイトルのダイアログが開き、"This action cannot be undone" と表示され、破壊的なボタンは文字どおり HALT ALL と入力するまで無効のままです。

halt後、ブロックは緑になり、復旧について正直に伝えます: "Previously revoked tokens remain invalid. New tokens must be issued for each server." Restore all connectors でフリートはオンラインに戻りますが、古いキーは意図的に無効のままです。各コネクタの Connection Tokens タブで再発行してください。停止したフリートは新しいIDのセットとともに戻ります。インシデント後にはまさにそれが望ましいのです。

保存ボタンは "Configure how your connectors behave globally." の横の固定フッターにあり、Saving...Saved の状態を持ちます。