Documentation

Get Started

Everything you need to set up and use your KOOMPI Claw. Whether you have the hardware or use the managed service.

Prerequisites

For Hardware

  • KOOMPI Claw Mini (obviously)
  • Power adapter (included in box)
  • Internet connection (WiFi or Ethernet)
  • Smartphone with camera (for QR setup)
  • Telegram account (recommended)

For Managed

  • Telegram account (required)
  • Email address
  • Payment method (credit card, PayPal, or crypto)
  • 5 minutes of your time

API Overview

Connect your AI assistant to apps, automate workflows, and build custom integrations.

AI Gateway API

Access multiple LLM providers through a single, unified API. Pay per token, no subscriptions.

Memory API

Store and retrieve long-term memories with vector search. Your AI remembers context across sessions.

Skills API

Install and create custom skills. Extend your AI's capabilities with community plugins.

Quick Example — Chat Completion
Python
from openclaw import ClawClient

# Initialize client with your API key
client = ClawClient(api_key="your-api-key")

# Send a chat completion request
response = client.chat.complete(
    model="glm-5-turbo",
    messages=[
        {"role": "user", "content": "Hello, KOOMPI Claw!"}
    ],
    memory=True  # Enable long-term memory
)

print(response.message)
# Output: Hello! I'm your KOOMPI Claw assistant. How can I help you today?

Quick Start — Hardware

1

Unbox and Power On

Connect the power adapter and press the power button. OpenClaw starts automatically. Wait ~60 seconds for full initialization.

~60 seconds Auto-start
2

Scan the QR Code

A QR code will be displayed on the screen. Scan it with your phone camera — this opens the onboarding page.

Camera app Auto-redirect
3

Create a Koompi Cloud Account

Register with your email or phone number. This gives you access to the AI Gateway, KConsole, and KStorage.

Email or phone Instant verification
4

Purchase AI Credits

Add credits to your AI Gateway account. You can start with as little as $1. These credits power your AI conversations.

From $1 Pay-per-use No subscription
5

Set Up Telegram Bot

The onboarding wizard guides you through creating a Telegram bot via @BotFather. Just follow the steps — takes 2 minutes.

@BotFather ~2 minutes

Done! Start Chatting

Open Telegram and send a message to your bot. Your AI assistant is ready.

Ready to use

Pro Tip: Connect Multiple Channels

Once your bot is working on Telegram, you can easily add WhatsApp, Discord, iMessage, and 16+ other channels through the OpenClaw dashboard. All conversations share the same memory and AI.

Quick Start — Managed

1

Contact Us

Email claw@koompi.cloud or reach out via Telegram. Tell us your requirements — number of users, expected usage, any special needs.

claw@koompi.cloud @koompiclaw
2

We Set Up Everything

Our team deploys your OpenClaw instance, configures the Telegram bot, sets up memory and monitoring. Usually done within 24 hours.

~24 hours Full setup

Start Using It

We send you the Telegram bot link. Start chatting. We handle updates, monitoring, backups, and scaling.

Fully managed

Auto Updates

Always running the latest OpenClaw version

Backups

Daily backups with 30-day retention

Monitoring

24/7 uptime monitoring and alerts

Supported AI Models

GLM-5 Turbo

Fastest

Optimized for speed. Best for quick questions and casual conversations. Lowest cost per token.

~$0.0003 per 1K tokens

GLM-5

Balanced

Balanced performance. Good for most tasks. Recommended for general use.

~$0.0006 per 1K tokens

Gemini 2.5 Flash

Multimodal

Fast and capable. Supports text and images. Great for visual tasks.

~$0.0004 per 1K tokens

Gemini 3.1 Pro

Most Powerful

Most capable model. Best for complex reasoning, code, and analysis.

~$0.002 per 1K tokens

Frequently Asked Questions

OpenClaw supports 20+ channels including:

• Telegram • WhatsApp • Discord • iMessage • Signal • LINE • WeChat • Zalo • Slack • Google Chat • Microsoft Teams • Matrix

You can connect multiple channels simultaneously and your AI will work across all of them with shared memory.

Yes! The AI Gateway supports GLM-5 Turbo, GLM-5, Gemini 2.5 Flash, Gemini 2.5 Pro, Gemini 3 Flash, and Gemini 3.1 Pro. You can switch models at any time through the OpenClaw config. Different models are better for different tasks — use GLM-5 Turbo for quick chats and Gemini 3.1 Pro for complex analysis.

OpenClaw uses a vector database to store long-term memories. It automatically captures important information from conversations (preferences, facts, decisions) and recalls them when relevant.

Your AI remembers your preferences, past conversations, and context. The more you use it, the smarter it gets. All memory is stored locally on your hardware — we never have access to it.

Absolutely! OpenClaw has a skill system (AgentSkills) that lets you install custom capabilities.

  • • Browse skills at clawhub.ai
  • • Install with one click through the dashboard
  • • Create your own skills using Python
  • • Share skills with the community

The AI needs internet to call the LLM APIs, so it won't respond without a connection.

However, your configuration, memory, and data are safe on your Mini. Once internet returns, everything resumes normally. The system will automatically reconnect and continue working.

Yes! KOOMPI Claw is built on OpenClaw, which is fully open source.

Repository: github.com/openclaw/openclaw
Documentation: docs.openclaw.ai
Community: discord.com/invite/clawd

For hardware users, you only pay for AI credits (pay-per-use):

  • • Light usage (100 messages/day): ~$2-3/month
  • • Medium usage (500 messages/day): ~$10-15/month
  • • Heavy usage (2000+ messages/day): ~$30-50/month

No subscription required. Add credits when you need them. Credits never expire.

Yes! OpenClaw is open source and can run on any Linux server or even a Raspberry Pi.

  • • Minimum: 2GB RAM, 20GB storage
  • • Recommended: 4GB+ RAM, 50GB+ storage
  • • Works on VPS, home server, or Raspberry Pi 4

However, buying a KOOMPI Mini supports development and gives you a plug-and-play experience with guaranteed compatibility.

Resources & Links

Need Help?

Our support team is here to help. Choose your preferred way to reach us:

Support Hours

Monday - Friday: 9AM - 6PM (ICT)
Weekend: Limited support via Discord

Response Time

Hardware users: Within 24 hours
Managed users: Within 4 hours

Languages

English, Khmer, Vietnamese

Ready to Get Started?

Choose your path and start chatting with your personal AI assistant today.