Ceramic website screenshot

Ceramic

Ceramic is a decentralized data network built on a protocol for mutable event streams anchored to blockchain. It provides REST APIs for creating and updating mutable data streams, managing decentralized identifiers (DIDs), registering data interests, and reading stream state and events across the composable data network.

Ceramic publishes 10 APIs on the APIs.io network, including Config API, Debug API, Events API, and 7 more. Tagged areas include Decentralized, Web3, Data Streams, DID, and IPFS.

The Ceramic catalog on APIs.io includes 1 Spectral governance ruleset.

Ceramic’s developer surface includes documentation, GitHub presence, engineering blog, status page, and 10 more developer resources.

27.3/100 thin ▬ flat Agent 23/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
DecentralizedWeb3Data StreamsDIDIPFSBlockchainEvent StreamingComposeDB

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/ceramic: 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 10

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

Ceramic Config API

The Config API from Ceramic — 1 operation(s) for config.

Ceramic Debug API

The Debug API from Ceramic — 1 operation(s) for debug.

Ceramic Events API

The Events API from Ceramic — 2 operation(s) for events.

Ceramic Experimental API

The Experimental API from Ceramic — 2 operation(s) for experimental.

Ceramic Feed API

The Feed API from Ceramic — 2 operation(s) for feed.

Ceramic Interests API

The Interests API from Ceramic — 2 operation(s) for interests.

Ceramic Liveness API

The Liveness API from Ceramic — 1 operation(s) for liveness.

Ceramic Peers API

The Peers API from Ceramic — 1 operation(s) for peers.

Ceramic Streams API

The Streams API from Ceramic — 1 operation(s) for streams.

Ceramic Version API

The Version API from Ceramic — 1 operation(s) for version.

Scroll for all 10

Open Collections 11

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

API Collection

OPEN COLLECTION

Ceramic Config API

OPEN COLLECTION

Ceramic Config Debug API

OPEN COLLECTION

Ceramic Config Events API

OPEN COLLECTION

Ceramic Config Feed API

OPEN COLLECTION

Ceramic Config Peers API

OPEN COLLECTION

Scroll for all 11

Pricing Plans 1

Published pricing tiers and plan structures.

Plans

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Rate Limits

0 limits

RATE LIMITS

FinOps 1

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

Finops

FINOPS

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Ceramic API Rules

5 rules · 3 warnings 2 info

SPECTRAL

JSON Schema 12

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

Error response

1 properties

JSON SCHEMA

A Ceramic Event

2 properties

JSON SCHEMA

A Ceramic Event Data Payload

1 properties

JSON SCHEMA

Ceramic Event feed data

2 properties

JSON SCHEMA

Information about multiple events.

3 properties

JSON SCHEMA

A recon interest

4 properties

JSON SCHEMA

Information about multiple interests.

1 properties

JSON SCHEMA

Information about the Ceramic network

1 properties

JSON SCHEMA

Information about a connected peer

2 properties

JSON SCHEMA

List of Peers

1 properties

JSON SCHEMA

State of a Ceramic stream

5 properties

JSON SCHEMA

Version

1 properties

JSON SCHEMA

Scroll for all 12

Examples 7

Example request and response payloads for these APIs.

Create Event

4 fields

EXAMPLE

Get Event Feed

4 fields

EXAMPLE

Get Event

4 fields

EXAMPLE

Get Network Info

4 fields

EXAMPLE

Get Peers

4 fields

EXAMPLE

Get Stream State

4 fields

EXAMPLE

Register Interest

4 fields

EXAMPLE

Scroll for all 7

Security Posture 1

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

Ceramic Domain Security

TLSv1.3 · HSTS

SECURITY

Agentic Access 1

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

Ceramic Agentic Access

30 operations · 5 acting

30 operations · 5 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 4

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

Source (apis.yml)

apis.yml Raw ↑
name: Ceramic
description: Ceramic is a decentralized data network built on a protocol for mutable event streams anchored to blockchain.
  It provides REST APIs for creating and updating mutable data streams, managing decentralized identifiers (DIDs), registering
  data interests, and reading stream state and events across the composable data network.
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: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://ceramic.network/favicon.ico
url: https://raw.githubusercontent.com/api-evangelist/ceramic/refs/heads/main/apis.yml
tags:
- Decentralized
- Web3
- Data Streams
- DID
- IPFS
- Blockchain
- Event Streaming
- ComposeDB
apis:
- aid: ceramic:ceramic-config-api
  name: Ceramic Config API
  description: The Config API from Ceramic — 1 operation(s) for config.
  humanURL: https://developers.ceramic.network/build/http/api/
  baseURL: http://localhost:5101/ceramic
  tags:
  - Config
  properties:
  - type: OpenAPI
    url: openapi/ceramic-config-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/build/http/api/
  - type: GitHubOrganization
    url: https://github.com/ceramicnetwork
- aid: ceramic:ceramic-debug-api
  name: Ceramic Debug API
  description: The Debug API from Ceramic — 1 operation(s) for debug.
  humanURL: https://developers.ceramic.network/build/http/api/
  baseURL: http://localhost:5101/ceramic
  tags:
  - Debug
  properties:
  - type: OpenAPI
    url: openapi/ceramic-debug-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/build/http/api/
  - type: GitHubOrganization
    url: https://github.com/ceramicnetwork
- aid: ceramic:ceramic-events-api
  name: Ceramic Events API
  description: The Events API from Ceramic — 2 operation(s) for events.
  humanURL: https://developers.ceramic.network/build/http/api/
  baseURL: http://localhost:5101/ceramic
  tags:
  - Event
  tags_raw:
  - Events
  properties:
  - type: OpenAPI
    url: openapi/ceramic-events-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/build/http/api/
  - type: GitHubOrganization
    url: https://github.com/ceramicnetwork
- aid: ceramic:ceramic-experimental-api
  name: Ceramic Experimental API
  description: The Experimental API from Ceramic — 2 operation(s) for experimental.
  humanURL: https://developers.ceramic.network/build/http/api/
  baseURL: http://localhost:5101/ceramic
  tags:
  - Experimental
  properties:
  - type: OpenAPI
    url: openapi/ceramic-experimental-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/build/http/api/
  - type: GitHubOrganization
    url: https://github.com/ceramicnetwork
- aid: ceramic:ceramic-feed-api
  name: Ceramic Feed API
  description: The Feed API from Ceramic — 2 operation(s) for feed.
  humanURL: https://developers.ceramic.network/build/http/api/
  baseURL: http://localhost:5101/ceramic
  tags:
  - Feed
  properties:
  - type: OpenAPI
    url: openapi/ceramic-feed-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/build/http/api/
  - type: GitHubOrganization
    url: https://github.com/ceramicnetwork
- aid: ceramic:ceramic-interests-api
  name: Ceramic Interests API
  description: The Interests API from Ceramic — 2 operation(s) for interests.
  humanURL: https://developers.ceramic.network/build/http/api/
  baseURL: http://localhost:5101/ceramic
  tags:
  - Interests
  properties:
  - type: OpenAPI
    url: openapi/ceramic-interests-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/build/http/api/
  - type: GitHubOrganization
    url: https://github.com/ceramicnetwork
- aid: ceramic:ceramic-liveness-api
  name: Ceramic Liveness API
  description: The Liveness API from Ceramic — 1 operation(s) for liveness.
  humanURL: https://developers.ceramic.network/build/http/api/
  baseURL: http://localhost:5101/ceramic
  tags:
  - Liveness
  properties:
  - type: OpenAPI
    url: openapi/ceramic-liveness-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/build/http/api/
  - type: GitHubOrganization
    url: https://github.com/ceramicnetwork
- aid: ceramic:ceramic-peers-api
  name: Ceramic Peers API
  description: The Peers API from Ceramic — 1 operation(s) for peers.
  humanURL: https://developers.ceramic.network/build/http/api/
  baseURL: http://localhost:5101/ceramic
  tags:
  - Peers
  properties:
  - type: OpenAPI
    url: openapi/ceramic-peers-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/build/http/api/
  - type: GitHubOrganization
    url: https://github.com/ceramicnetwork
- aid: ceramic:ceramic-streams-api
  name: Ceramic Streams API
  description: The Streams API from Ceramic — 1 operation(s) for streams.
  humanURL: https://developers.ceramic.network/build/http/api/
  baseURL: http://localhost:5101/ceramic
  tags:
  - Streams
  properties:
  - type: OpenAPI
    url: openapi/ceramic-streams-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/build/http/api/
  - type: GitHubOrganization
    url: https://github.com/ceramicnetwork
- aid: ceramic:ceramic-version-api
  name: Ceramic Version API
  description: The Version API from Ceramic — 1 operation(s) for version.
  humanURL: https://developers.ceramic.network/build/http/api/
  baseURL: http://localhost:5101/ceramic
  tags:
  - Version
  properties:
  - type: OpenAPI
    url: openapi/ceramic-version-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/build/http/api/
  - type: GitHubOrganization
    url: https://github.com/ceramicnetwork
common:
- type: AgenticAccess
  url: agentic-access/ceramic-agentic-access.yml
- type: DomainSecurity
  url: security/ceramic-domain-security.yml
- type: Website
  url: https://ceramic.network/
- type: Documentation
  url: https://developers.ceramic.network/
- type: GitHub
  url: https://github.com/ceramicnetwork
- type: Discord
  url: https://chat.ceramic.network/
- type: Forums
  url: https://forum.ceramic.network/
- type: Blog
  url: https://blog.ceramic.network/
- type: Twitter
  url: https://twitter.com/ceramicnetwork
- type: TermsOfService
  url: https://ceramic.network/terms-of-service
- type: PrivacyPolicy
  url: https://ceramic.network/privacy-policy
- type: Plans
  url: https://ceramic.network/plans
- type: RateLimits
  url: https://ceramic.network/rate-limits
- type: Status
  url: https://ceramic.network/status
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
created: '2026-06-13'
modified: '2026-06-13'
specificationVersion: '0.23'

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/ceramic"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/ceramic/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/ceramic/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.