
Long-lived logical agents
Deploy long-running, durable agents that scale to zero.
INSERT INTO todos VALUES ('sync');data: {"type": "text-delta", "delta": "Hi, "}const Todos = () => {
const { data } = useLiveQuery(query =>
query
.from({ todo: todoCollection })
.where(({ todo }) => todo.completed)
)
return <List todos={data} />
}Agents are long-lived entities that live in the data layer. The substrate for them is a sync engine.Agents are long-lived entities in the data layer. The substrate for them is a sync engine.
Electric is the first agent platform built on sync.
Deploy long-running, durable agents that scale to zero.
Bring agents into your existing teams, tools and systems.
Scale out multi-user, multi-agent systems with humans in the loop.
Agent runtime
Electric Agents
Agents live as durable, synced entities — resumable across devices, observable across teams, forkable for review and experimentation.
Data primitive
Electric Streams
Persistent, addressable, real-time streams — a flexible, swiss-army-knife data primitive for agent session data.
Sync engine
Electric Sync
Composable sync primitives that power end-to-end reactivity and collaboration for multi-agent systems.
Sync, solved, with standard web tech.
Drop in Electric next to your existing API and database. Any web framework, any client — if it speaks HTTP and JSON, it speaks Electric.
Deploy on Electric Cloud — a globally distributed data delivery network with usage-based pricing.
Electric streams over plain HTTP, so standard CDNs fan out high-throughput data delivery without ever touching your database.
Subscribe to the Electric Blog
Built by devtools and database experts. Backed by industry leading founders.