Skip to Content
TemplatesOverview

Templates

Ready-to-deploy starter configurations for LobsterCage.

Available templates

TemplateDescriptionTypical cost
Telegram Chat BotDeploy an AI chat bot on Telegram. Hibernates when idle, wakes on message.~$2/mo (light use)

You can also create a blank cage — a raw container with SSH, Node.js, Python, and dev tools where you bring your own agent framework.

How it works

  1. Create a cagelobster create <name> --template openclaw-chatbot provisions an isolated container with the chatbot runtime
  2. Configure — Set env vars (ANTHROPIC_API_KEY, TELEGRAM_BOT_TOKEN) and the template auto-configures your bot
  3. Set up lifecycle — Webhooks handle wake/hibernate automatically
  4. Pay only for compute — Cages hibernate when idle, billing stops until the next wake

Persistent storage at /workspace survives hibernation — your tools, configs, and caches stay put.

Last updated on