Skip to main content
Clawup deploys autonomous OpenClaw AI agents on your own cloud infrastructure — AWS or Hetzner. Each agent is defined by a composable identity that packages personality, skills, model preferences, and tool configuration into a self-contained, reusable unit. Agents run 24/7 on dedicated servers, coordinating through integrations like Linear, GitHub, and Slack.

Why Clawup?

You define what your agents do through identities. Clawup handles where and how they run — provisioning servers, installing tools, configuring networking, and keeping agents operational. Each agent has a specific role, persistent memory, and the tools to do its job. Use the built-in identities to get started, or create your own for any role you need.

Built-in Team

Clawup ships with three built-in identities that form a complete software development team:

Juno

Product Manager — Breaks down Linear tickets into actionable sub-tasks, researches requirements, sequences work, and keeps the team unblocked.

Titus

Engineer — Picks up tickets, writes code with Claude Code, opens PRs on GitHub, and responds to review feedback.

Scout

QA Tester — Reviews PRs, tests changes against acceptance criteria, files bugs back to Linear, and verifies fixes.
These are standard identities hosted in a Git repo — the same format as any custom identity you’d create.

How It Works

  1. Configure — Run clawup init to set up your cloud provider, select identities (built-in, Git repo, or local), and connect integrations
  2. Deploy — Run clawup deploy to provision your agents on dedicated servers
  3. Assign work — Move tickets through your Linear workflow and agents pick them up automatically. The Linear plugin watches for ticket state changes and routes them into per-agent queues — each agent’s queue handler processes tickets end-to-end
  4. Monitor — Use clawup status, ssh, and validate to check on your agents

Key Features

One-Command Deploy

Interactive wizard configures everything. Deploy your entire fleet with clawup deploy.

Composable Identities

Use built-in identities, create your own, or mix both. Each identity is a self-contained package with personality, skills, and configuration.

Integration-Native Workflow

Agents work with Linear, GitHub, and Slack out of the box. Plugin-driven architecture supports new integrations.

Persistent & Autonomous

Agents run on dedicated servers with persistent storage. They keep working through your backlog around the clock.

Next Steps