Workspaces for
AI Agents

Run multiple AI agents in parallel. Each gets isolated git branches, databases, and ports. No conflicts, no waiting.

npm install -g hyve-cli 📋
auth-feature
Claude
Branches
server feature/auth
webapp feature/auth
Database
postgres :5500
billing-api
Cursor
Branches
server feature/billing
payments feature/billing
Database
postgres :5501
ui-refactor
Aider
Branches
webapp feature/ui
design feature/ui
Database
postgres :5502
main shared codebase
What Hyve Does
🌿

Git Worktrees

Each workspace is a separate git worktree on its own feature branch

🗄️

Database Cloning

Instant PostgreSQL snapshots via Docker on unique ports

🔌

Port Isolation

Automatic port allocation so services never conflict

🤖

Agent Agnostic

Works with Claude, Cursor, Aider, or any AI coding tool