AIOps Rail

AIエージェントに
壊されない開発を。

Genspark・Claude・Cursor などの AI エージェントが
あなたのコードベースを勝手に変更・削除する前に止める、
MCP 対応のガードレールサービスです。

AIOps Rail

Build with AI agents.
Without the breakage.

Before Genspark, Claude, or Cursor make
unauthorized changes to your codebase — Rail stops them.
MCP-native guardrails for AI agents.

実際に起きたこと

AI が利用規約を削除した日

あるプロジェクトで、開発者が AI エージェントに「不要なファイルを整理して」と依頼した結果、法務文書まで削除対象になりました。

翌朝、利用規約とプライバシーポリシーの両方が消えていたことが判明。Git には履歴があっても、本番復旧と確認には多大な時間がかかりました。

原因は、AI に「どこまで触ってよいか」「何を絶対に壊してはいけないか」を先に与えていなかったことです。

AIOps Rail なら check_scope と Constitutional Constraints により、この種の事故を実行前に止められます。

A real incident

The day an AI deleted the Terms of Service

A developer asked an AI agent to clean up unnecessary files. The agent complied — too literally.

By the next morning, the Terms of Service and Privacy Policy were both gone. Even with git history, restoring and revalidating production took significant time.

The root cause was simple: the AI had never been told what it must never touch.

With AIOps Rail, check_scope and Constitutional Constraints block this class of failure before execution.

6つのMCPツール

Rail の仕組み

AI エージェントは MCP 経由で Rail に接続し、全ての操作前に許可確認を行います。

6 MCP tools

How Rail works

AI agents connect through MCP and request permission before every sensitive operation.

📋
declare_task

許可するパスを宣言し、作業範囲を先に固定します。

Declare the task and define allowed paths up front.

🛡️
check_scope

各操作の直前に ALLOWED / BLOCKED / CONSTITUTIONAL BLOCK を返します。

Returns ALLOWED, BLOCKED, or CONSTITUTIONAL BLOCK.

📸
take_snapshot

変更前の状態を Cloudflare R2 に保存し、復旧可能性を高めます。

Stores pre-change snapshots in Cloudflare R2 for fast recovery.

📂
list_snapshots

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

Lists snapshots available in the current session.

↩️
restore_snapshot

問題発生時に、指定したスナップショットから即時復元します。

Restores from a chosen snapshot when something goes wrong.

close_session

作業完了時にセッションをクローズし、記録を締めます。

Closes the session and finalizes the operation record.

絶対禁止操作

Constitutional Constraints

Constitutional Constraints は、ユーザーや AI の追加指示があっても解除できない恒久的な制約です。

現在の Constitutional Block 対象(例)

  • /etc/passwd, /etc/shadow
  • /.ssh/
  • /root/
  • 利用規約 / プライバシーポリシー / .env / secrets

Absolute prohibitions

Constitutional Constraints

Constitutional Constraints are permanent restrictions that cannot be overridden — even with explicit user permission.

Current Constitutional Block targets (examples)

  • /etc/passwd, /etc/shadow
  • /.ssh/
  • /root/
  • Terms / Privacy / .env / secrets

導入手順

3ステップで始める

Getting started

3 steps to get started

1

メール登録

フォームにメールアドレスを入力すると API キーが発行されます。

Register your email

Enter your email and receive your API key instantly.

2

APIキー取得

発行された API キーを MCP 設定で使用します。

Copy your API key

Use the issued API key in your MCP configuration.

3

MCP設定に追加

以下の設定を貼り付けるだけで、Rail が操作を見張ります。

Add to MCP config

Paste the config below and Rail starts guarding operations.

mcp-config.json

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

料金

シンプルな料金体系

Pricing

Simple pricing

Free

¥0

メール登録のみで開始

  • MCP ツール全6種
  • 30日スナップショット保持
  • 50回の無償トライアル
  • 超過後はアップグレード

Free

$0

Start with email only

  • All 6 MCP tools
  • 30-day snapshot retention
  • 50 free trial calls
  • Upgrade after limit
おすすめRecommended

AIOps Live 有償プラン

無制限

AIOps Live の有償プランに含まれます

  • Rail 呼び出し回数無制限
  • AIOps Live も利用可
  • 優先サポート
アップグレード →

AIOps Live Paid Plan

Unlimited

Included with AIOps Live paid plans

  • Unlimited Rail calls
  • AIOps Live included
  • Priority support
Upgrade →

よくある質問

Frequently Asked Questions

Genspark 以外でも使えますか?Does it work beyond Genspark?

はい。MCP 対応クライアントであれば Claude Desktop、Cursor などでも利用できます。

Yes. Rail works with MCP-capable clients including Claude Desktop and Cursor.

ファイルの中身は保存されますか?Are file contents stored?

take_snapshot 実行時のみ暗号化保存されます。通常の read/write 判定のために本文は保持しません。

Only when take_snapshot is explicitly called. Normal permission checks do not require storing file contents.

50回カウントはいつ増えますか?When does the 50-call count increment?

MCP エンドポイント /mcp への認証済みリクエストごとに増えます。登録や system prompt 取得は含みません。

It increments on authenticated requests to /mcp. Registration and system prompt fetches do not count.

Constitutional Constraints はカスタマイズできますか?Can Constitutional Constraints be customized?

現在は標準ブロックリストを適用しています。拡張要件はオーナー相談の前提です。

The current version uses a default block list. Enterprise customization should be discussed with the owner.

AIOps Rail と AIOps Live の違いは?What’s the difference between Rail and Live?

Live は死活監視と AI ガバナンス診断、Rail は AI エージェントの操作ガードです。補完関係にあります。

Live focuses on uptime monitoring and AI governance diagnostics, while Rail guards AI agent operations in real time.

無料で始める

メールアドレスを登録

登録すると即座に API キーが発行されます。クレジットカード不要。

Get started free

Register your email

Your API key is issued instantly. No credit card required.