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 15 more developer resources.

45.1/100 developing ▼ -6.3 Agent 22/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessPaid
3 APIs
Developer ToolsDatabaseSyncLocal-FirstPostgresReal-TimeOpen Source

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 45.1/100 · developing
Contract Quality 11.3 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 6.8 / 13
Governance 8.3 / 12
Discoverability 6.5 / 10
Agent readiness — 22/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. 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. Want it done for you? Prioritized profiling — $2,500 →

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.

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 4

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
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
url: https://raw.githubusercontent.com/api-evangelist/electric-sql/refs/heads/main/apis.yml
created: '2026-06-12'
modified: '2026-06-12'
specificationVersion: '0.19'
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
- type: Blog
  url: blogs/blogs.json
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com