This guide helps end users get started with Serverless OpenClaw after the system has been deployed. You can interact with the AI agent via the Web UI or Telegram.
You need the following from your administrator:
| Item | Example |
|---|---|
| Web UI URL | https://d1234abcdef.cloudfront.net |
| Telegram Bot name (optional) | @MyOpenClawBot |
- Open the Web UI URL in your browser
- Click Sign Up
- Enter your email and a password (minimum 8 characters)
- Check your email for a 6-digit verification code
- Enter the code and click Verify
- You will be signed in automatically
- After signing in, you will see the chat interface
- Type a message and press Enter (or click Send)
- On your first message, the agent status will show "Waking up agent..." — this is the cold start and typically takes 30-60 seconds
- Once the status changes to "Running", the agent will respond to your message
- Continue the conversation as needed
| Status | Meaning |
|---|---|
| Idle | No agent running. Your next message will start one |
| Starting | Agent container is booting up (cold start). Messages are queued and will be delivered automatically |
| Running | Agent is active and responding |
| Stopping | Agent is shutting down after inactivity |
Click the Logout button in the top-right corner of the chat interface.
- Open Telegram and search for the bot name provided by your administrator
- Start a conversation by sending
/startor any message
- Send any text message to the bot
- If the agent is not running, you will receive a reply: "Waking up agent... please wait a moment."
- After 30-60 seconds, the agent will respond to your message
- Continue the conversation normally
- Cold start delay: The first message after a period of inactivity may trigger a startup delay. With Lambda runtime (default): ~1-2 seconds. With Fargate runtime: ~40-60 seconds (first-time container startup). Subsequent messages are instant while the agent is running.
- Predictive pre-warming: If your administrator has enabled pre-warming, the agent container starts automatically at scheduled times (e.g., the start of your work hours). During pre-warmed periods, your first message gets an instant response with no cold start delay.
- Auto shutdown: The agent automatically shuts down after a period of inactivity to minimize costs. Your next message will wake it up again.
- Message queuing: Messages sent during cold start are not lost. They are queued and delivered to the agent once it is ready.
- Multiple interfaces: You can use both Web UI and Telegram. They connect to the same agent but maintain separate conversation contexts.
| Issue | Solution |
|---|---|
| "Waking up agent..." but no response after 2 minutes | The container may have failed to start. Try sending another message. If it persists, contact your administrator |
| Cannot sign up (Web UI) | Ensure your password is at least 8 characters and contains uppercase, lowercase, and a number |
| Verification code not received | Check your spam folder. The email is sent from AWS Cognito (no-reply@verificationemail.com) |
| Web UI shows "Offline" | Your WebSocket connection was lost. Refresh the page to reconnect |
| Telegram bot not responding at all | The webhook may not be configured. Contact your administrator |