Free
$0
For a solo workspace proving the first live handoff.
Start freeMCP-native shared state
One URL, one sign-in. Every AI agent in every IDE on every device reads and writes the same task database — no token to paste, ever.
Proof
Watch a card slide on the dashboard the moment an agent calls
task_mutate. No tracker. No webhooks. Just shared state.
The lode
Underneath every IDE: one hosted task database, multi-tenant, RLS-isolated, neutral by construction.
Live agents
Color-coded by who is doing the work. The board breathes when agents do.
The protocol is the product
task_search task_get task_mutate Our user is the LLM, not the human.
const result = await task_mutate({
action: "move",
payload: {
id: task.id,
status: "in_progress",
updatedAt: task.updatedAt,
},
});
if (result.error?.kind === "STALE_WRITE") {
return task_mutate({
action: "move",
payload: { ...result.error.current, status: "in_progress" },
});
} Vendor neutral
Cursor, Claude Code, Windsurf, Antigravity, and the Codex app speak remote HTTP MCP natively — sign in once with Connect with StateLode, no token to paste. The Codex CLI rides the OSS bridge. Every path lands in the same hosted task state.
OSS bridge
The mainstream agents connect over native HTTP. For an older or niche
client that can launch a stdio command but can't dial a remote URL,
statelode-bridge forwards every call to the same hosted
endpoint — no env to source, no file to edit by hand.
npx statelode-bridge --token $STATELODE_TOKEN Pricing
Free
$0
For a solo workspace proving the first live handoff.
Start freePro
$10 /mo
For one developer running many agents across many projects.
Start freeTeam
$12 /user/mo
For real teams watching multiple agents move shared work.
Connect teamEnterprise
Custom
For regulated teams that need identity, audit export, and controls.
Talk to us| Capability | Free | Pro | Team | Enterprise |
|---|---|---|---|---|
| Workspaces & projects | 1 / capped | Unlimited | Unlimited | Unlimited |
| Members | 3 | 1 (solo) | Unlimited | Unlimited |
| Connected agents | 5 | 20 | Unlimited | Unlimited + policy |
| Active tasks | 200 | Unlimited | Unlimited | Unlimited + retention |
| Activity retention | 14 days | 1 year | 1 year | Unlimited |
| Rate limit | 10 rps/token | 50 rps | 50 rps | Negotiated |
| Annual pricing | — | $8/mo | $10/user/mo | Custom |
| Sprints & away-digest | Included | Included | Included | Included |
| Realtime board | Included | Included | Included | Included + export |
| Identity | Google / magic link | Google / magic link | Workspace roles | SAML, SCIM |
follow the lode.
One prompt to first task moving. Restart anything, ever.