# Electric: The agent platform built on sync

Agents are long-lived entities that live in the data layer. The substrate for them is a sync engine.

Electric is the first agent platform built on sync.

[Agents](/agents) [Streams](/streams) [Sync](/sync)

## Managed agents without the lock-in

### Long-lived logical agents (Data wiring)

Deploy long-running, durable agents that scale to zero.

### Integrate AI coworkers (Business systems)

Bring agents into your existing teams, tools and systems.

### Multi-agent collaboration (Collaboration)

Scale out multi-user, multi-agent systems with humans in the loop.

## Electric Agents

The runtime for long-lived agents

Agents live as durable, synced entities — resumable across devices, observable across teams, forkable for review and experimentation.

[Explore Agents](/agents)

## Electric Streams

The data primitive for the agent loop

Persistent, addressable, real-time streams — a flexible, swiss-army-knife data primitive for agent session data.

[Explore Streams](/streams)

## Electric Sync

The core sync engine technology

Composable sync primitives that power end-to-end reactivity and collaboration for multi-agent systems.

[Explore Sync](/sync)

## No siloes. No black boxes.

Sync, solved, with [standard web tech](/docs/sync/api/http).

[Get started](/docs/sync/quickstart) [Read the Docs](/docs/sync/)

## Works with your stack

Drop in Electric next to your existing API and database. Any web framework, any client — if it speaks HTTP and JSON, it speaks Electric.

### Your data

- [Agent streams](/agents) - Durable, URL-addressable streams for long-lived agents.
- [Real-time streams](/streams) - Append-only streams over HTTP.
- [Database sync](/sync) - Sync from Postgres in real time.

```json
data: {"type": "text-delta", "delta": "Hi, "}
```

### Your stack

- [Auth](/docs/sync/guides/auth) - With your API.
- [Write](/docs/sync/guides/writes) - Through your backend.
- [Middleware](/docs/sync/api/http) - It's just HTTP and JSON.

### Your app

- [TanStack DB](/sync/tanstack-db) - Live queries and optimistic mutations on top of Electric.

```tsx
const Todos = () => {
  const { data } = useLiveQuery(query =>
    query
      .from({ todo: todoCollection })
      .where(({ todo }) => todo.completed)
  )

  return <List todos={data} />
}
```

[Quickstart](/docs/sync/quickstart) [Read the Docs](/docs/sync/)

## Fully managed cloud

Deploy on [Electric Cloud](/cloud) - a globally distributed data delivery network with usage-based pricing.

[Electric Cloud](/cloud) [See pricing](/pricing)

## Scales to millions of users.

Electric streams over plain HTTP, so [standard CDNs](/docs/sync/api/http#caching) fan out high-throughput data delivery without ever touching your database.

- `1M+` concurrent readers
- `99%` CDN cache hit rate
- `∞` DB load stays flat

[Read the benchmarks](/docs/sync/reference/benchmarks)

## Everything you need for multi-agent collaboration

## Latest news and updates

Subscribe to the [Electric Blog](/blog)

- [Electric is joining Databricks](/blog/2026/08/11/electric-joining-databricks) - Electric is now part of Databricks. We're joining Neon to make Lakebase the best platform for building apps and agents. Everything we've open sourced stays open source.
- [Electric Circuits: turn any database query live](/blog/2026/07/17/electric-circuits) - Electric Circuits is a new primitive that turns any static database query into a live one. Register a query and a circuit keeps its result updated as the database changes.
- [Durable Streams at kernel speed](/blog/2026/06/26/durable-streams-at-kernel-speed) - We're releasing a new Durable Streams reference server implemented in Rust. It reaches nearly a million operations per second on a single 4vCPU machine. Here's how we've built it.
- [PGlite reaches 10 million weekly downloads](/blog/2026/06/25/pglite-reaches-10-million-weekly-downloads) - PGlite has reached 10 million weekly npm downloads. Here's how a small Postgres-in-WASM experiment became a widely used embedded Postgres project, and where it goes next.
- [Electric Agents 0.6](/blog/2026/06/16/electric-agents-0-6-from-runtime-to-app) - Electric Agents 0.6 is out today. The release adds runtime and SDK primitives for building agent systems, plus in-development desktop and mobile devtools for inspecting and controlling them.
- [Serverless agents — managed agents in functions, not sandboxes](/blog/2026/06/04/serverless-agents) - Every major AI platform just shipped managed agents on the same kind of sandbox-based architecture. That's wrong. Managed agents belong in functions, not sandboxes.

[Electric Blog](/blog) [Follow @ElectricSQL](https://x.com/ElectricSQL) [Follow](https://x.com/ElectricSQL)

## Backed by industry insiders

Built by [devtools and database experts](/about/team). Backed by [industry leading founders](/about/team#investors).

[Team](/about/team) [Investors](/about/team#investors)

## Bring your agents online

[Electric Agents](/agents) [Quickstart](/docs/agents/quickstart)
