Skip to Content
FrameworksPlatform Overview

Platform Overview

Hatcher hosts OpenClaw and Hermes agents in isolated Docker containers. You configure the agent from the dashboard, Hatcher writes the native framework config, and the runtime runs with persistent storage, logs, integrations, and lifecycle management.

Runtime Flow

  1. You create an agent in Chat-to-Hatch.
  2. Hatcher generates the framework files (openclaw.json, config.yaml, SOUL.md, .env, integration config).
  3. Hosted model calls route through the Hatcher LLM proxy, or BYOK keys are injected directly into the container.
  4. The agent runs in an isolated Docker network with CPU, RAM, workspace, and restart limits.
  5. Hatcher tracks status, logs, files, billing, AI Credit usage, and integrations.

Frameworks

OpenClawHermes
Best forAutomation, multi-channel routing, ClawHub skillsConversational agents, persistent memory, tool-heavy workflows
Configopenclaw.json + SOUL.mdconfig.yaml + .env + SOUL.md
Runtime port187898642
Skills/toolsClawHub and built-in toolsBuilt-in toolsets and skills
MemoryMarkdown memory files and vector searchMEMORY.md, USER.md, session memory
IntegrationsTelegram, Discord, WhatsApp, Slack, X/Twitter, webhooks, and moreTelegram, Discord, WhatsApp, Slack, X/Twitter, webhooks, and more

Resource Limits

PlanCPURAMWorkspaceAuto-sleep
Free1 CPU1 GB2 GB12h idle
Starter1 CPU1.5 GB10 GBAlways-on
Pro1.5 CPU4 GB25 GBAlways-on
Business4 CPU6 GB50 GBAlways-on
Founding Member4 CPU6 GB40 GBAlways-on

Workspace values are quotas. Hatcher does not reserve the full quota upfront for every agent; storage is enforced as the workspace grows.

Hosted Models And BYOK

Hosted usage routes through UsePod first with OpenRouter fallback and spends AI Credits. The agent config UI uses the same provider/model selector for OpenClaw and Hermes.

Hosted provider coverage includes DeepSeek, OpenAI, Anthropic, Google, Qwen, Moonshot AI, xAI, Mistral, Z.ai, NVIDIA, Meta, and OpenRouter fallback.

BYOK supports OpenAI, Anthropic, Google, Groq, xAI, OpenRouter, and Venice AI. BYOK usage goes to your provider account and does not spend Hatcher AI Credits.

Included Platform Features

Included on every tier:

  • File Manager
  • Full Logs
  • Skills and plugins
  • Platform integrations
  • Knowledge files
  • Web search capability through hosted AI Credits or BYOK provider keys
  • Developer workflows: terminal sessions, GitHub runtime access, A2A, and My Agents orchestration view

Business is the highest monthly capacity tier. Founding Member is a lifetime community plan with Founding Member Discord role and Telegram tag.

Security Gates

  • Containers run without Docker socket access and without host filesystem access.
  • Agent workspaces are isolated per agent.
  • Hosted AI usage is authorized through Hatcher’s LLM proxy and account AI Credit balance.
  • BYOK keys are encrypted at rest and injected only into the owning agent runtime.
  • Free agents auto-sleep after idle time; paid agents remain always-on.

Next Steps

Last updated on