Persistent shared state for agent workflows
Your agents don't
share a brain. Threadron fixes that.
Run Claude on your laptop, Hermes on your desktop, OpenClaw in the cloud — and keep everything on the same thread.
Threadron is persistent, shared state that every agent reads and writes. Cloud by default — because otherwise your system fragments.
The problem
Local state breaks everything.
Local state works fine. Until:
- You switch laptops. Gone.
- You use a second agent. It starts from scratch.
- You come back tomorrow. New session, new amnesia.
- A task runs longer than one sitting. Context evaporates.
The problem isn't intelligence. It's that every agent is an isolated, forgetful silo.
Threadron is persistent, shared state that's always available. Cloud by default — because otherwise your system fragments.
How it works
Three properties. One guarantee.
01
Persistent
State survives sessions, devices, and agent swaps. Come back tomorrow and everything is exactly where you left it. No re-investigation. No lost context.
02
Shared
Every agent reads and writes the same state. Claude sees what Hermes did. Hermes sees what OpenClaw built. No silos. No duplicate work. No collisions.
03
Always available
Cloud-hosted by default. Accessible from any device, any agent, anywhere. Not tied to one machine's filesystem. Your state travels with your workflow.
Dead simple API
Structured state. Real continuity.
Any agent that can make an HTTP request can read and write shared state. No SDK required. Works from any machine, any session.
Create a work item
POST /v1/tasks
{
"title": "Fix connection pool race condition",
"project": "api-v2",
"agent": "claude-code",
"goal": "Eliminate intermittent connection timeouts under load",
"current_state": "Race condition identified in pool acquire path. Fix drafted.",
"next_action": "Write concurrent request tests, then open PR",
"outcome_definition": "Zero timeout errors in load test at 500 rps"
}
New session picks up
GET /v1/tasks?project=api-v2&status=in_progress
Claude Code · OpenClaw · Hermes · Shared State · Artifacts · Claims · Handoffs · Execution History · REST API · Self-hostable ·
Claude Code · OpenClaw · Hermes · Shared State · Artifacts · Claims · Handoffs · Execution History · REST API · Self-hostable ·
Stop the amnesia. Share the state.
Get your agents on the same thread — persistent, shared, always available.