Quick Start What's New API Integrations Pricing Workflow
πŸ” Search ⌘K
Platform β†’
Getting Started

Quick Start Guide

Get up and running with MegaClaw V5 in under 5 minutes. Connect your first service and execute your first task via UI, REST API, Webhook, or MCP Server.

ℹ️
MegaClaw is multi-tenant. Each company has its own isolated database, credentials, and API key. Your admin will provide your login URL.

Prerequisites

Before you begin, make sure you have:

  • βœ“  A MegaClaw account (contact your Super Admin)
  • βœ“  Your tenant URL (e.g. drx.megaclaw.de)
  • βœ“  Your API key if using REST (format: mc_xxxx)
πŸ€–πŸ”Œ
New: Multi-AI Provider Support β€” Choose from Claude, Ollama, OpenRouter, or Azure OpenAI. Bring your own API key for zero token deduction. Change anytime from Settings.

Step 1 β€” Log in & explore

  1. 1

    Open your tenant URL

    Navigate to your company's MegaClaw URL and log in with your username and password. Demo: demo / demo123

  2. 2

    Choose your language

    MegaClaw supports English πŸ‡¬πŸ‡§, German πŸ‡©πŸ‡ͺ, Arabic πŸ‡ΈπŸ‡¦, and French πŸ‡«πŸ‡· β€” select from the top navigation bar.

  3. 3

    Go to Integrations or Service Catalog

    Click Integrations in the sidebar. Or open Service Catalog for pre-built integrations β€” connect in 30 seconds with zero tokens.

Step 2 β€” Add an integration

Option A: Use Service Catalog (Recommended) β€” Pre-built integrations, no AI generation needed:

Service Catalog
Open Service Catalog β†’ Search for "Proxmox" β†’ Click Connect β†’ Enter credentials β†’ Done in 30 seconds

Option B: Describe with AI β€” Click + New Integration and describe what you want to connect:

Example prompt
Connect to Proxmox VE API using API Token authentication
Host: 192.168.1.50
Port: 8006
Node: pve

Step 3 β€” Run a task

Select your integration from the list, choose a task, and hit Run β–Ά. Or use REST API, Webhook, or MCP Server:

bash (REST API)
# Run node_status on Proxmox
curl https://api.megaclaw.de/task/run \
  -X POST \
  -H "X-API-Key: mc_your_key" \
  -H "Content-Type: application/json" \
  -d '{"service_id":1,"task_id":"node_status","inputs":{}}'
Webhook (n8n)
# Same endpoint works from n8n, Zapier, Make, or any HTTP client
POST https://api.megaclaw.de/webhook/trigger
Header: X-API-Key: mc_your_key
Body: {"service_id":1,"task_id":"node_status","inputs":{}}
MCP Server (Claude)
# Configure Claude Desktop with:
{
  "mcpServers": {
    "megaclaw": {
      "url": "mcp://mcp.megaclaw.de/mcp",
      "headers": { "X-API-Key": "mc_your_key" }
    }
  }
}
# Then ask Claude: "Show me Proxmox node status"

What's next?

β†’ Explore all new features (AI Providers, RAG Chat, Webhook, Audit Logs)
β†’ Full API Reference
β†’ Browse available integrations
β†’ Pricing & token system

Next β†’What's New
πŸš€ What's New

Major Updates. Live Today.

Multi-AI Provider Support, Service Catalog, RAG Chat, Webhook, Audit Logs, and Flexible Scheduler.

πŸ€– Multi-AI Provider Support NEW

You now choose your AI engine β€” MegaClaw supports 4 providers:

☁️
Claude (Anthropic)
Default β€” powered by MegaClaw
Included
πŸ–₯️
Ollama
Local models β€” full privacy
Zero tokens
🌐
OpenRouter
100+ models β€” GPT-4o, Gemini, Llama, DeepSeek
BYOK
πŸ”·
Azure OpenAI
Enterprise β€” Microsoft infrastructure
BYOK
πŸ”‘
Bring Your Own API Key (BYOK): Connect your own Anthropic, OpenRouter, or Azure key β€” no tokens deducted from your MegaClaw balance. Pay directly to your provider. Full flexibility, zero lock-in. Change your AI provider anytime from Settings.

πŸ“¦ Service Catalog NEW

A curated library of pre-built integrations β€” ready to connect in seconds. No AI generation needed. No tokens consumed. Done in under 30 seconds.

πŸ—οΈ
Proxmox VE
25+ tasks
πŸ”’
SSH Server
10+ tasks
🎫
ServiceNow
45 tasks
🐘
PostgreSQL
15+ tasks
πŸ—„οΈ
MySQL
12+ tasks
πŸ”
Qdrant Vector DB
8 tasks
πŸ“‹
Jira
12 tasks
πŸ“˜
Confluence
8 tasks
πŸ’¬
Slack
5 tasks
πŸ“§
Telegram Bot
6 tasks
πŸ”„
n8n
Trigger workflows
πŸ”
LinkUp Search
Web search
πŸ”œ
Coming soon β€” 35+ more services: Docker, Kubernetes, GitHub, GitLab, AWS, Azure, Google Cloud, HubSpot, Salesforce, Stripe, Dropbox, Notion, Microsoft Teams, Discord, Zendesk.

πŸ’¬ RAG Chat NEW

Most AI chatbots answer general questions. MegaClaw RAG Chat answers questions about YOUR systems. It reads your connected integrations in real time, then suggests exactly what to run β€” and executes it on your approval.

πŸ—£οΈ "How is my server doing?"
🎯 Suggested: Run node_status on Proxmox VE
β†’ Shows CPU, RAM, disk usage live [▢️ Run this task]
πŸ—£οΈ "Show me all open P1 incidents"
🎯 Suggested: Run list_open_incidents on ServiceNow
β†’ Returns filtered incident list in seconds [▢️ Run this task]
πŸ—£οΈ "Search our knowledge base for deployment errors"
🎯 Suggested: Run search on Qdrant
β†’ Semantic search across your vector database [▢️ Run this task]

🧠 RAG AI Agent NEW

🧠
RAG AI Agent β€” Document Intelligence
service_type: rag | vector_db: qdrant | embedder: ollama

Stop searching through documents manually. Start asking questions β€” and getting real answers. Transform your documents into an intelligent knowledge base.

⚑ How it works:

πŸ“„
Step 1 β€” Ingest
Upload any PDF or TXT directly from the interface β†’ Auto-chunked into semantic pieces β†’ Embedded via Ollama (nomic-embed-text) β†’ Stored in your private Qdrant Vector DB
🧠
Step 2 β€” Query
Ask any question in any language β†’ Finds the 15 most relevant chunks β†’ Sends them to your AI provider β†’ Returns a structured, grounded analysis

βœ… What makes it different:

  • πŸ€– Works with Claude, OpenRouter, Ollama, or Azure β€” your choice
  • πŸ”’ 100% self-hosted β€” your data never leaves your infrastructure
  • 🏒 Multi-tenant architecture β€” each client has isolated data
  • 🎯 No hallucinations β€” AI answers only from YOUR documents
  • πŸ“Š Tested on specialized medical & legal documents β€” accuracy is impressive
  • πŸ†” UUID accumulation β€” never overwrites old data, complete history
πŸš€
MegaClaw is no longer just an integration platform β€” it's the AI brain for your enterprise data.

πŸ”— Webhook Support (n8n Integration) NEW

One endpoint. Unlimited automation. Trigger any MegaClaw task directly from n8n, Zapier, Make, or any HTTP client.

POST https://api.megaclaw.de/webhook/trigger
Request
{ "service_id": 1, "task_id": "node_status", "inputs": {} }
Response
{ "success": true, "output": "CPU: 4.47% Β· RAM: 61.6%" }
πŸ”„
Real workflow examples: Every morning at 8AM β€” n8n triggers β†’ MegaClaw runs node_status β†’ Telegram alert. New email β†’ n8n detects β†’ MegaClaw creates ServiceNow incident β†’ Team notified.

πŸ“‹ Audit Logs NEW

Every action. Every user. Every timestamp. Nothing happens on MegaClaw without being recorded.

πŸ” Security

  • Login & Logout
  • Password changes
  • Role changes
  • User activation/deactivation

⚑ Operations

  • Connect service
  • Delete integration
  • Run task (with result & duration)
  • Failed events filter

⏰ Scheduling

  • Scheduled task added
  • Scheduled task executed
  • Schedule modified/deleted
🏒
For admins & enterprise teams: Filter by action type, filter failed events only, view up to 500 recent entries. Compliance. Security. Accountability. All in one place.

⏰ Flexible Scheduler NEW

Schedule tasks the way you need:

⏱️
Every X minutes
5, 15, 30, 45...
πŸ•
Every X hours
1, 2, 4, 6, 12...
πŸ“…
Every X days
Daily, weekly, custom
⏰
Daily at specific time
08:00, 14:00, 22:00...
← PreviousQuick Start
Next β†’API Reference
Developer

API Reference

Full REST API + Webhook + MCP Server documentation. Base URL: https://api.megaclaw.de Β· Webhook: /webhook/trigger Β· MCP: mcp://mcp.megaclaw.de/mcp

Authentication

All requests must include your API key in the X-API-Key header.

Header
X-API-Key: mc_your_api_key_here
⚠️
API keys are scoped to a single tenant. A key for drx cannot access data from sva.

Rate Limits

60
requests/min per API key
100
requests/min per IP

Endpoints

GET/integrations

Returns all connected services for the authenticated tenant.

POST/task/run

Execute a task on a connected service. AI generates and runs the code automatically.

bash
curl https://api.megaclaw.de/task/run -X POST -H "X-API-Key: mc_xxxx" -d '{"service_id":1,"task_id":"node_status"}'
POST/webhook/trigger

Webhook endpoint for n8n, Zapier, Make, or any HTTP client. Same payload as /task/run. NEW

GET/audit/logs

Get audit logs for your tenant (admin only). Filter by action type, date range, and user. NEW

GET/tokens/balance

Check current token balance for the authenticated tenant.

GET/tokens/history

Get transaction history for token usage and recharge events.

POST/analyze

Step 1 of the AI pipeline. Analyze a natural language request and get an execution plan.

GET/

Health check. Returns platform status and version. No auth required.

MCP Server Endpoint

MCPmcp://mcp.megaclaw.de/mcp

Model Context Protocol endpoint for Claude Desktop, Claude Code, and MCP-compatible AI clients.

Claude Desktop Config
{ "mcpServers": { "megaclaw": { "url": "mcp://mcp.megaclaw.de/mcp", "headers": { "X-API-Key": "mc_your_api_key" } } } }

Error Codes

StatusMeaning
401Missing X-API-Key header
403Invalid or inactive API key
404Service or session not found
429Rate limit exceeded (60/min per key or 100/min per IP)
402Insufficient tokens β€” recharge required
500Internal execution error
← PreviousWhat's New
Next β†’Integrations
Integrations

Integrations Guide

Connect MegaClaw to your existing services. Each integration is added once and reused for unlimited tasks. All credentials are encrypted with AES-256.

πŸ”’
Credentials are encrypted with Fernet AES-256 and never exposed in API responses, logs, or the UI.

πŸ–₯️ Proxmox VE

πŸ–₯️
Proxmox VE API
service_type: proxmox

Manage VMs, containers, storage, and nodes via the Proxmox REST API with API Token authentication.

Required credentials

FieldDescription
proxmox_hostIP of your Proxmox node
proxmox_portAlways 8006
api_token_idFormat: user@realm!tokenname
api_token_secretToken secret UUID
nodeNode name e.g. pve

Available tasks

task_idDescription
node_statusCPU, RAM, disk, uptime
list_vmsList all virtual machines
list_containersList all LXC containers
start_vm / stop_vmStart or stop a VM by VMID
restart_vmRestart a VM
clone_vmClone a VM to new VMID
snapshot_vmCreate a snapshot
list_storageList storage pools
next_vmidGet next available VMID

πŸ”΅ SAP BTP / HANA

πŸ”΅
SAP Integration
service_type: http_api

Connect to SAP BTP APIs, SAP HANA on-premise via Cloud Connector, and SAP S/4HANA OData services.

πŸ”„ n8n

πŸ”„
n8n Workflows
service_type: http_api

Trigger and manage n8n workflows. List, execute, and monitor workflow status via REST API or Webhook.

🐘 PostgreSQL

🐘
PostgreSQL
service_type: sql

Execute SQL queries, manage tables, and retrieve data from PostgreSQL databases.

πŸ”’ SSH / Shell

πŸ”’
SSH Remote Shell
service_type: shell

Execute shell commands on remote Linux servers via SSH. Supports password and key-based auth.

πŸ” LinkUp Search

πŸ”
LinkUp Web Search
service_type: linkup

Real-time web search. Returns structured results with titles, URLs, and summaries.

🎫 ServiceNow

🎫
ServiceNow
service_type: http_api

Manage incidents, problems, change requests, and CMDB via natural language.

πŸ“‹ Atlassian / Jira

πŸ“‹
Atlassian Jira
service_type: http_api

Manage Jira issues and Confluence pages using natural language.

πŸ’¬ Slack

πŸ’¬
Slack
service_type: http_api

Send messages, create channels, and manage Slack notifications directly from MegaClaw.

πŸ—„οΈ Qdrant Vector DB

πŸ—„οΈ
Qdrant Vector Database
service_type: http_api

Perform semantic search, manage collections, and query vectors for AI-powered RAG applications.

πŸ” OAuth2 Connect β€” One Click NEW

πŸ”
OAuth2 Universal Connector
service_type: oauth2

Connect any OAuth2 service in one click. No server configuration. No IT tickets. Customers connect themselves.

Supported out of the box:

πŸ”΅ Google β€” Calendar, Gmail, Drive, Tasks
🟦 Microsoft 365 β€” Outlook, Teams, OneDrive
⚫ GitHub β€” Repos, Issues, Actions
🟣 Slack β€” Messages, Channels, Files

How it works:

  1. 1

    Settings β†’ Connected Services

    Customer opens settings and clicks "Connect New Service"

  2. 2

    Enter Client ID + Secret

    Credentials are stored encrypted with AES-256, per-tenant isolated

  3. 3

    Click Connect

    Browser OAuth2 login β€” customer approves access

  4. 4

    Token saved β€” auto-refreshed forever

    MegaClaw handles token refresh automatically. Always authenticated.

Then just type:

Natural language commands
β†’ "Show my Google Calendar for today"
β†’ "List my GitHub repos"
β†’ "Send a Slack message to #general"
β†’ "Create a new email draft in Gmail"

Why this matters:

Every enterprise SaaS supports OAuth2. That means MegaClaw can now connect to virtually any business tool in existence β€” controlled entirely by the customer, without touching the server. This is self-service enterprise integration.

βœ…
Zero server changes per customer Β· Credentials never leave the tenant DB Β· Auto token refresh Β· Works via UI, REST API & MCP Server
← PreviousAPI Reference
Next β†’Pricing & Tokens
βš™οΈ Workflow Engine

Full Automation Engine

Build complex automations with zero code. AI-native at every step. Competes with n8n and Zapier.

β‘  Visual Workflow Builder

Build complex automations with zero code. Drag, drop, connect β€” no technical knowledge required.

β‘‘ Full Control Flow

πŸ”€ Condition

if/else on every step

πŸ” Filter

auto-stop when conditions fail

πŸ”„ Transform

reshape data between steps

⏳ Delay

wait before continuing

πŸ“Œ Variable

define and reuse values

πŸ” Real Loop

iterate over full lists

πŸ›‘ Stop

halt at the right moment

⚠️ Error Handler

fail gracefully with retry

β‘’ AI Agent inside every Workflow

Every step can use Claude, OpenRouter, Ollama, or Azure. The AI reads the previous step's output and acts on it intelligently.

Example β€” AI in action
Step 1: HTTP Request β†’ Fetch weather data
Step 2: AI Agent (Claude) β†’ "Write a professional Arabic weather report"
Step 3: Telegram β†’ Send the report

β‘£ Real Example β€” Running Today

Weather + AI + Telegram
Set cities β†’ Loop Damascus, Berlin, Paris
β†’ Fetch weather for each
β†’ Claude writes a professional Arabic report
β†’ Telegram delivers it
β†’ Every morning at 8AM automatically β˜€οΈ

β‘€ Import / Export JSON

Share workflows across tenants in one file. The AI Chat builds the JSON for you β€” just ask.

β‘₯ Professional Run Logs

  • Real duration β€” see exactly how long each run took
  • Filter by status β€” success, failed, running
  • Export CSV β€” download logs for analysis
  • Delete old runs β€” keep your log clean

⑦ Retry + Timeout per step

The platform retries failed API calls automatically. Configure timeout per step for fine-grained control.

βœ…
What sets MegaClaw apart: Self-hosted β€” your data never leaves Β· Multi-tenant β€” isolated environments per client Β· AI-native β€” intelligence at every step Β· DACH-ready β€” DATEV, SAP, Personio coming soon
Billing & Admin

Plans, Tokens & Administration

MegaClaw uses a token-based model. Each AI task execution consumes tokens based on complexity. Bring Your Own Key (BYOK): Zero token deduction when using your own API key.

Plans

Starter
€10
/month
  • 100,000 tokens/month
  • Up to 5 integrations
  • REST API + MCP + Webhook
  • All AI providers + BYOK
  • Service Catalog access
  • RAG Chat
  • Audit Logs (7 days)
Request Access
Basic
€40
/month
  • 500,000 tokens/month
  • Up to 15 integrations
  • REST API + MCP + Webhook
  • All AI providers + BYOK
  • Full Service Catalog
  • RAG Chat + suggestions
  • Audit Logs (30 days)
  • Token dashboard
Request Access
Pro
€70
/month
  • 1,000,000 tokens/month
  • Unlimited integrations
  • REST API + MCP + Webhook
  • All AI providers + BYOK
  • Full Service Catalog
  • RAG Chat + smart suggestions
  • Audit Logs (90 days)
  • Proxmox & SAP support
  • Priority support
  • Email + Telegram alerts
Request Access
Enterprise
€300
/month
  • Unlimited tokens
  • Unlimited integrations
  • Dedicated infrastructure
  • On-premise deployment
  • Custom integrations
  • Unlimited audit log retention
  • SLA + dedicated support
  • Ollama private AI included
Contact sales

Token consumption

Tokens are consumed on each AI task execution. Viewing integrations or listing services is free.

ℹ️
Token costs are estimates. Complex tasks with multi-step execution or auto-retry consume more tokens.
Simple API query~1–3k tokens
Proxmox node status~2–5k tokens
LinkUp web search~3–8k tokens
SSH command~3–10k tokens
Multi-step task~10–30k tokens
SAP Terraform deploy~20–50k tokens

Token Dashboard

Real-time usage tracking available in the Admin Panel:

  • πŸ“Š Current token balance
  • πŸ“ˆ Transaction history with timestamps
  • πŸ“§ Low-balance email alerts (automatically sent at 20%, 10%, and 5%)
  • βœ… Recharge confirmation emails
πŸ“§
Smart Alerts: Automatic emails when balance is low or depleted. Recharge confirmations sent instantly when tokens are added.

API Key Management

Super Admins and Admins can manage API keys from the UI:

  • πŸ”‘ View all tenant API keys
  • πŸ”„ Revoke compromised keys
  • ✨ Generate new API keys
  • πŸ“ Audit logging for key actions

Role-Based Access Control

MegaClaw supports four roles with granular permissions:

RolePermissions
SuperadminFull system access, manage tenants, add tokens, view all data
AdminManage integrations, API keys, users within tenant
UserExecute tasks, view integrations, personal settings
DemoRead-only access, cannot modify integrations or execute tasks

Managing tokens (Admin)

Super Admins can add tokens from the Admin Panel:

Admin panel
Super Admin β†’ Manage Tenants
β†’ Select Company β†’ Add Tokens
β†’ Enter amount + plan β†’ Save

Token history records: amount, plan,
added_by, timestamp

System automatically sends:
- Confirmation email to tenant admin
- Low-balance alerts when threshold reached

FAQ

Can I buy tokens mid-month?

Yes. Contact your administrator or use the Super Admin panel. Unused tokens carry over.

What happens when tokens run out?

Task execution is paused. API calls return 402 Payment Required. Viewing services still works. Email alerts are sent automatically.

Is there a free trial?

New Starter accounts receive 1,000 tokens included. Contact alaa.alswedan@gmail.com to get started.

How do I use MCP with Claude?

Add the MCP server configuration to Claude Desktop. See the API Reference for configuration details.

Can I run AI locally?

Yes! MegaClaw supports Ollama for private, local AI execution with zero token consumption.

← Previous Integrations