An AI employee environment for one-person companies.
An AI employee environment for one-person companies. It handles coding, prototyping, decks, video creation, legal services, e-contracts and e-evidence preservation, with local model support for safer data.
Start with a guided path
TUI in 5 minutes
Install, log in and send your first instruction.
8 minGet started with the GUI
Install, open a repo, replay your first run.
10 minConfigure model routing
Route by task type, with self-hosted model examples.
30 minPrivate deployment checklist
Self-host with rollout, backup and monitoring.
Understand the core systems
Workspaces & indexing
How crabcode reads a repo: tree, symbols, incremental index, vector cache.
Tool system
Built-in tools and how to register your own.
Context & memory
Trade-offs between short-term chat, long-term memory and replay.
Custom instructions
Inject instructions at repo, user and org levels.
Integrating MCP
Expose external data and tools to crabcode via Model Context Protocol.
Hooks & commands
Run your own scripts before merge or around tests.
Sub-agents
Fan out to concurrent agents with budget caps.
Automations
Create one-time, recurring and manually triggered jobs with the cron daemon and desktop GUI.
Sandbox & permissions
Constrain disk, network and command execution.
Model routing
Route by cost, context length and task type.
Team collaboration
Shared sessions, approval replays, tenant isolation.
Offline / private models
vLLM, TGI and Triton integration examples.
Audit & observability
Pipe sessions, calls and token usage into your SIEM.
Hand real work to agents
From stack trace to merged PR.
FlowCross-repo refactorParallel sub-agents migrate 12 repos' interface signatures.
FlowDebug a failing CIFeed GitHub Actions logs in, let it locate and PR a fix.
FlowGenerate a DB migrationDiff schemas, emit forward + backward migrations.
FlowBackfill a legal RAGSemantically chunk thousands of contracts into Bench KB.
FlowWire up approvalsRequire at least one human review before merge.
FlowTest your agentReplays + golden answers for regression.
FlowWrite a crabcode pluginExpose your in-house tool via the Plugin SDK.