Open Source · MIT License

Secure Gateway for AI Agent Actions

Connect your AI agents to Gmail, Calendar, Drive, and 14+ services — with encrypted token vault, rules engine, and full audit trails.

Free tier — 3 accounts, 500 actions/day. No credit card needed.

14+
Supported Providers
AES-256
Token Encryption
MCP
Native Protocol
MIT
Open Source License

How It Works

The gateway sits between your AI agents and the accounts they act on.

🤖
Your AI Agent
OpenClaw, LangChain, etc.
🛡️
CloudGentic Gateway
Rules · Vault · Audit
☁️
External Services
Gmail, Calendar, Drive...

Built for Security

Every feature designed to keep your accounts safe while agents work.

🔒

Encrypted Token Vault

AES-256-GCM with per-user HKDF key derivation. OAuth tokens never leave the vault unencrypted. Zero-knowledge architecture.

📋

Rules Engine

Rate limits, whitelists, blacklists, time windows, approval workflows, and action chains. Full control over agent behavior.

🔌

MCP Server

Streamable HTTP + SSE for real-time tool discovery. Works with any MCP-compatible agent framework natively.

📊

Audit Log

Append-only, queryable trail of every action. IP tracking, request summaries, CSV export. Full compliance-ready logging.

🔑

Scoped API Keys

Issue keys with fine-grained scopes per agent, per provider. Expiration, revocation, and usage tracking built in.

🛑

Kill Switch

Instantly revoke all agent access with one click. Emergency stop with automatic audit logging and alerts.

Simple API

One API call to execute any action through the gateway.

agent-execute.sh
# Execute an action through the gateway
curl -X POST https://gateway.cloudgenticai.com/api/v1/agent/execute \
  -H "Authorization: Bearer cgw_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "google",
    "service": "gmail",
    "action": "send",
    "params": {
      "to": "user@example.com",
      "subject": "Meeting notes",
      "body": "Here are the notes from today..."
    }
  }'

# Response
{
  "status": "success",
  "data": { "messageId": "18e3f..." }
}

Simple Pricing

Start free. Unlock unlimited with any CloudGentic subscription.

Free Tier
$0
forever — no credit card
  • 3 connected accounts
  • 500 actions per day
  • 2 API keys
  • 30-day audit retention
  • Basic rule templates
  • MCP server access
Get Started Free

Open Source. Self-Hostable.

CloudGentic Gateway is MIT-licensed. Run it on your own server with Docker Compose in under 5 minutes. Full feature parity.