AIOps Claw

あなたのAIエージェントに、
ガバナンスを。

AIOps Claw は、自分で立ち上げた AI エージェントにポリシー、監査ログ、Constitutional Constraints、スナップショット復元を組み込むための制御プレーンです。Rail が既成エージェントの安全利用を支えるのに対し、Claw は開発者自身のエージェント基盤へガバナンスを持ち込みます。

AIOps Claw

Govern your
AI agents.

AIOps Claw is the control plane for self-built AI agents. Add policies, audit logs, Constitutional Constraints, and recoverable snapshots to the agents you develop yourself. Rail protects the use of prebuilt agents; Claw governs the agents you own.

Claw の MCP ツール

Rail 共通の 6 ツールに、Claw 専用の 4 ツールを追加しました。セッション宣言からポリシー定義、実行前検証、監査までを一貫して扱えます。

Claw MCP tools

Claw includes the 6 shared Rail tools plus 4 Claw-specific tools for policy definition, preflight validation, and full action auditing.

declare_task

タスクマニフェストを宣言し、許可された操作スコープをセッションに固定します。

Declare a task manifest and lock the session into explicitly allowed paths.

check_scope

操作対象が許可パス内か、Constitutional Constraints に触れていないかを検証します。

Check whether an action is in scope and not blocked by constitutional rules.

take_snapshot

変更前のファイル内容を R2 に保存し、復元可能な状態を作ります。

Store pre-change content in R2 so you can recover instantly.

list_snapshots

セッション内のスナップショット一覧を取得します。

List snapshots captured inside the session.

restore_snapshot

任意のスナップショットを読み戻し、ロールバックに使えます。

Restore any snapshot payload for rollback workflows.

close_session

セッションを閉じ、作業境界を明示的に終了します。

Close the scoped session when the task is done.

define_policy

YAML / JSON でエージェント行動ポリシーを登録します。

Register an agent policy from YAML or JSON.

validate_action

エージェント実行前に、対象アクションがポリシーに適合するかを判定します。

Validate an intended action against the active policy before execution.

list_policies

登録済みポリシーを一覧化し、運用中ルールを確認できます。

List the registered policies and inspect their summaries.

audit_log

すべてのツール呼び出しとポリシー判定履歴を確認できます。

Review the full trail of tool calls and policy validation events.

Constitutional Constraints

Claw はユーザーの許可があっても解除できない恒久制約を持ちます。ポリシーよりも先に評価され、秘密情報・危険領域・本番破壊操作を常にブロックします。

Constitutional Constraints

Claw enforces permanent restrictions that cannot be overridden, even by explicit user approval. These checks run before session scope and before policy evaluation.

Always-on guardrails
  • /etc/passwd, /etc/shadow, /.ssh, /root などの危険領域を恒久ブロック
  • .env / secrets / payment 系の自律変更を恒久ブロック
  • 本番への破壊的 delete を恒久ブロック
  • ポリシー validation と snapshot 要件を重ねて適用

導入手順

Rail と同じ認証基盤を使い、メール登録 → API キー取得 → MCP 設定追加の 3 ステップで開始できます。

Getting started

Use the shared Rail auth flow: register your email, receive an API key, and add Claw to your MCP configuration.

メール登録

Register email

下部フォームからメールアドレスを送信します。

Submit your email using the form below.

API キー取得

Receive API key

Rail / Claw 共通の API キーを発行します。

Receive the shared API key used by both Rail and Claw.

MCP 設定に追加

Add MCP config

エージェントの MCP 設定に claw.aiops.services/mcp を追加します。

Add claw.aiops.services/mcp to your agent MCP config.

{
  "mcpServers": {
    "aiops-claw": {
      "url": "https://claw.aiops.services/mcp",
      "transport": "http",
      "headers": {
        "X-Rail-Key": "YOUR_API_KEY"
      }
    }
  }
}

料金

Rail と同じ料金体系です。Free は 50 回まで、AIOps Live の有償プランでは無制限です。

Pricing

The pricing model is shared with Rail: 50 free calls, then unlimited access through paid AIOps Live plans.

Free

50

検証・試用向けの無料枠

Free trial allowance for evaluation.

  • 50 MCP tool calls
  • Policy registration
  • Snapshots and audit logs

AIOps Live Paid

AIOps Live の有償プラン利用者は Rail / Claw を無制限利用

Paid AIOps Live plans unlock unlimited Rail / Claw usage.

  • Unlimited MCP calls
  • Shared API key
  • Production agent governance

API キー登録

メールアドレスを登録すると、Rail / Claw 共通 API キーを即時発行します。

Register for an API key

Register your email address to issue a shared Rail / Claw API key instantly.