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.
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)
Step 1 β Log in & explore
- 1
Open your tenant URL
Navigate to your company's MegaClaw URL and log in with your username and password. Demo:
demo / demo123 - 2
Choose your language
MegaClaw supports English π¬π§, German π©πͺ, Arabic πΈπ¦, and French π«π· β select from the top navigation bar.
- 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:
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:
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:
# 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":{}}'
# 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":{}}
# 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
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:
π¦ 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.
π¬ 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.
π§ RAG AI Agent NEW
Stop searching through documents manually. Start asking questions β and getting real answers. Transform your documents into an intelligent knowledge base.
β‘ How it works:
β 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
π Webhook Support (n8n Integration) NEW
One endpoint. Unlimited automation. Trigger any MegaClaw task directly from n8n, Zapier, Make, or any HTTP client.
{ "service_id": 1, "task_id": "node_status", "inputs": {} }
{ "success": true, "output": "CPU: 4.47% Β· RAM: 61.6%" }
π 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
β° Flexible Scheduler NEW
Schedule tasks the way you need:
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.
X-API-Key: mc_your_api_key_here
drx cannot access data from sva.Rate Limits
Endpoints
Returns all connected services for the authenticated tenant.
Execute a task on a connected service. AI generates and runs the code automatically.
curl https://api.megaclaw.de/task/run -X POST -H "X-API-Key: mc_xxxx" -d '{"service_id":1,"task_id":"node_status"}'
Webhook endpoint for n8n, Zapier, Make, or any HTTP client. Same payload as /task/run. NEW
Get audit logs for your tenant (admin only). Filter by action type, date range, and user. NEW
Check current token balance for the authenticated tenant.
Get transaction history for token usage and recharge events.
Step 1 of the AI pipeline. Analyze a natural language request and get an execution plan.
Health check. Returns platform status and version. No auth required.
MCP Server Endpoint
Model Context Protocol endpoint for Claude Desktop, Claude Code, and MCP-compatible AI clients.
{ "mcpServers": { "megaclaw": { "url": "mcp://mcp.megaclaw.de/mcp", "headers": { "X-API-Key": "mc_your_api_key" } } } }
Error Codes
| Status | Meaning |
|---|---|
| 401 | Missing X-API-Key header |
| 403 | Invalid or inactive API key |
| 404 | Service or session not found |
| 429 | Rate limit exceeded (60/min per key or 100/min per IP) |
| 402 | Insufficient tokens β recharge required |
| 500 | Internal execution error |
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.
π₯οΈ Proxmox VE
Manage VMs, containers, storage, and nodes via the Proxmox REST API with API Token authentication.
Required credentials
| Field | Description |
|---|---|
| proxmox_host | IP of your Proxmox node |
| proxmox_port | Always 8006 |
| api_token_id | Format: user@realm!tokenname |
| api_token_secret | Token secret UUID |
| node | Node name e.g. pve |
Available tasks
| task_id | Description |
|---|---|
| node_status | CPU, RAM, disk, uptime |
| list_vms | List all virtual machines |
| list_containers | List all LXC containers |
| start_vm / stop_vm | Start or stop a VM by VMID |
| restart_vm | Restart a VM |
| clone_vm | Clone a VM to new VMID |
| snapshot_vm | Create a snapshot |
| list_storage | List storage pools |
| next_vmid | Get next available VMID |
π΅ SAP BTP / HANA
Connect to SAP BTP APIs, SAP HANA on-premise via Cloud Connector, and SAP S/4HANA OData services.
π n8n
Trigger and manage n8n workflows. List, execute, and monitor workflow status via REST API or Webhook.
π PostgreSQL
Execute SQL queries, manage tables, and retrieve data from PostgreSQL databases.
π SSH / Shell
Execute shell commands on remote Linux servers via SSH. Supports password and key-based auth.
π LinkUp Search
Real-time web search. Returns structured results with titles, URLs, and summaries.
π« ServiceNow
Manage incidents, problems, change requests, and CMDB via natural language.
π Atlassian / Jira
Manage Jira issues and Confluence pages using natural language.
π¬ Slack
Send messages, create channels, and manage Slack notifications directly from MegaClaw.
ποΈ Qdrant Vector DB
Perform semantic search, manage collections, and query vectors for AI-powered RAG applications.
π OAuth2 Connect β One Click NEW
Connect any OAuth2 service in one click. No server configuration. No IT tickets. Customers connect themselves.
Supported out of the box:
How it works:
- 1
Settings β Connected Services
Customer opens settings and clicks "Connect New Service"
- 2
Enter Client ID + Secret
Credentials are stored encrypted with AES-256, per-tenant isolated
- 3
Click Connect
Browser OAuth2 login β customer approves access
- 4
Token saved β auto-refreshed forever
MegaClaw handles token refresh automatically. Always authenticated.
Then just type:
β "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.
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
if/else on every step
auto-stop when conditions fail
reshape data between steps
wait before continuing
define and reuse values
iterate over full lists
halt at the right moment
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.
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
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.
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
- 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)
- 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
- 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
- Unlimited tokens
- Unlimited integrations
- Dedicated infrastructure
- On-premise deployment
- Custom integrations
- Unlimited audit log retention
- SLA + dedicated support
- Ollama private AI included
Token consumption
Tokens are consumed on each AI task execution. Viewing integrations or listing services is free.
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
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:
| Role | Permissions |
|---|---|
| Superadmin | Full system access, manage tenants, add tokens, view all data |
| Admin | Manage integrations, API keys, users within tenant |
| User | Execute tasks, view integrations, personal settings |
| Demo | Read-only access, cannot modify integrations or execute tasks |
Managing tokens (Admin)
Super Admins can add tokens from the 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.