ElectricSQL website screenshot

ElectricSQL

ElectricSQL (Electric) is a local-first sync engine for Postgres that streams live database changes to embedded clients in browsers, apps, and AI agents via an HTTP-based Shape sync protocol. It exposes a low-level HTTP API and TypeScript, Elixir, and other client SDKs that materialize real-time Postgres data into local state with sub-millisecond reactivity. Developers can run Electric self-hosted as a Docker service or use Electric Cloud, a managed offering with pay-as-you-go and subscription plans. The platform also underpins PGlite (an embeddable Postgres under 3 MB) and Durable Streams for reliable agent messaging, making it a broader data-infrastructure toolkit for building collaborative and multi-agent systems.

ElectricSQL publishes 1 API on the APIs.io network: Shape API. Tagged areas include Developer Tools, Database, Sync, Local-First, and Postgres.

The ElectricSQL catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

ElectricSQL’s developer surface includes documentation, engineering blog, changelog, pricing, and 14 more developer resources.

40.5/100 developing ▬ flat Agent 22/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessPaid
1 APIs
Developer ToolsDatabaseSyncLocal-FirstPostgresReal-TimeOpen-Source

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/electric-sql: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Electric TypeScript Client

The official @electric-sql/client NPM package that wraps the HTTP Sync API with two high-level primitives: ShapeStream (low-level message stream) and Shape (materialized view). ...

Electric Sync Service Configuration API

Environment-variable-driven configuration interface for the Electric sync service (Elixir/Docker). Controls database connectivity, storage backends, concurrent request limits (i...

ElectricSQL Shape API

The Shape API from ElectricSQL — 1 operation(s) for shape.

Open Collections 2

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Electric HTTP Shape API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Electric Sql Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Electric Sql Context

4 classes · 25 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

ElectricSQL API Rules

5 rules · 4 warnings 1 info

SPECTRAL

JSON Schema 2

Standalone JSON Schema definitions for this provider's data models.

ShapeMessage

4 properties

JSON SCHEMA

SubsetSnapshot

2 properties

JSON SCHEMA

Examples 3

Example request and response payloads for these APIs.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Electric Sql Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Electric Sql Agentic Access

3 operations · 2 acting

3 operations · 2 acting

AGENTIC

Resources

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: electric-sql
name: ElectricSQL
description: ElectricSQL (Electric) is a local-first sync engine for Postgres that streams live database changes to embedded
  clients in browsers, apps, and AI agents via an HTTP-based Shape sync protocol. It exposes a low-level HTTP API and TypeScript,
  Elixir, and other client SDKs that materialize real-time Postgres data into local state with sub-millisecond reactivity.
  Developers can run Electric self-hosted as a Docker service or use Electric Cloud, a managed offering with pay-as-you-go
  and subscription plans. The platform also underpins PGlite (an embeddable Postgres under 3 MB) and Durable Streams for reliable
  agent messaging, making it a broader data-infrastructure toolkit for building collaborative and multi-agent systems.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: paid
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Paid
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/electric-sql.png
tags:
- Developer Tools
- Database
- Sync
- Local-First
- Postgres
- Real-Time
- Open-Source
tags_raw:
- Developer Tools
- Database
- Sync
- Local-First
- Postgres
- Real-Time
- Open Source
url: https://raw.githubusercontent.com/api-evangelist/electric-sql/refs/heads/main/apis.yml
created: '2026-06-12'
modified: '2026-06-12'
specificationVersion: '0.23'
apis:
- aid: electric-sql:typescript-client
  name: Electric TypeScript Client
  description: 'The official @electric-sql/client NPM package that wraps the HTTP Sync API with two high-level primitives:
    ShapeStream (low-level message stream) and Shape (materialized view). Supports SSE, long-polling fallback, custom auth
    headers, PostgreSQL type parsers, and column mapping utilities for browser and Node.js environments.'
  humanURL: https://electric.ax/docs/api/clients/typescript
  tags:
  - TypeScript
  - SDK
  - Client Library
  - JavaScript
  properties:
  - type: Documentation
    url: https://electric.ax/docs/api/clients/typescript
- aid: electric-sql:sync-service-config-api
  name: Electric Sync Service Configuration API
  description: 'Environment-variable-driven configuration interface for the Electric sync service (Elixir/Docker). Controls
    database connectivity, storage backends, concurrent request limits (initial: 300, live: 10 000), shape eviction, authentication
    secrets, and TCP timeouts. Returns 503 when concurrent request caps are exceeded.'
  humanURL: https://electric.ax/docs/api/config
  tags:
  - Configuration
  - Self-Hosted
  - DevOps
  properties:
  - type: Documentation
    url: https://electric.ax/docs/api/config
- aid: electric-sql:electric-sql-shape-api
  name: ElectricSQL Shape API
  description: The Shape API from ElectricSQL — 1 operation(s) for shape.
  humanURL: https://electric.ax/docs/api/http
  baseURL: https://api.electric-sql.cloud
  tags:
  - Shape
  properties:
  - type: OpenAPI
    url: openapi/electric-sql-shape-api-openapi.yml
  - type: Documentation
    url: https://electric.ax/docs/api/http
common:
- type: AgenticAccess
  url: agentic-access/electric-sql-agentic-access.yml
- type: DomainSecurity
  url: security/electric-sql-domain-security.yml
- type: Website
  url: https://electric.ax
- type: Documentation
  url: https://electric.ax/docs/sync/
- type: GitHubOrganization
  url: https://github.com/electric-sql
- type: LinkedIn
  url: https://www.linkedin.com/company/electric-sql
- type: Blog
  url: https://electric.ax/blog
- type: ChangeLog
  url: https://electric.ax/changelog
- type: Pricing
  url: https://electric.ax/pricing
- type: X
  url: https://x.com/ElectricSQL
- type: Discord
  url: https://discord.electric-sql.com
- type: Plans
  url: plans/electric-sql-plans-pricing.yml
- type: RateLimits
  url: rate-limits/electric-sql-rate-limits.yml
- type: FinOps
  url: finops/electric-sql-finops.yml
- type: JSONSchema
  url: json-schema/electric-sql-shape-message-schema.json
- type: JSONSchema
  url: json-schema/electric-sql-subset-snapshot-schema.json
- type: JSONLDContext
  url: json-ld/electric-sql-context.jsonld
- type: Vocabulary
  url: vocabulary/electric-sql-vocabulary.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/electric-sql"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/electric-sql/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/electric-sql/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.