Self.ID website screenshot

Self.ID

Self.ID is a Ceramic-based decentralized identity framework providing SDK packages and REST-compatible APIs for managing DID profiles, verifiable credentials, and self-sovereign identity data on the Ceramic network. It supports Ethereum-based authentication via 3ID Connect and enables reading and writing identity records such as basic profiles, linked crypto accounts, and linked Web2 accounts. The SDK is organized in layered packages (core, web, react, framework) targeting both Node.js and browser environments.

Self.ID publishes 5 APIs on the APIs.io network, including Commits API, Multiqueries API, Node API, and 2 more. Tagged areas include Decentralized Identity, DID, Ceramic, Self-Sovereign Identity, and Web3.

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

Self.ID’s developer surface includes engineering blog and 2 more developer resources.

37.1/100 thin ▬ flat Agent 35/100 agent ready Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFree
8 APIs
Decentralized IdentityDIDCeramicSelf-Sovereign IdentityWeb3Verifiable CredentialsBlockchain

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 37.1/100 · thin
Contract Quality 15.7 / 25
Developer Ergonomics 0.4 / 20
Commercial Clarity 5.8 / 20
Operational Transparency 0.0 / 13
Governance 7.0 / 12
Discoverability 8.2 / 10
Agent readiness — 35/100 · agent ready
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 8 / 8
Request/Response Examples 7 / 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/self-id: 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 8

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

Self.ID Web API

Read and write DID identity records in browser environments. Exports WebClient and SelfID classes enabling Ethereum-based authentication via 3ID Connect, then get/set/merge oper...

Self.ID React API

React hooks and utilities for Ceramic-based DID authentication and record interactions. Provides useViewerRecord, usePublicRecord, useViewerConnection, and related hooks so Reac...

Self.ID Framework API

Highest-level React framework abstraction for decentralized identity apps built on Ceramic. Wraps the core, web, and react packages into a single Provider + hooks surface (useVi...

Self.ID Commits API

Apply commits to existing streams and retrieve stream commit history

Self.ID Multiqueries API

Batch-load multiple streams in a single request

Self.ID Node API

Node health and configuration information

Self.ID Pins API

Manage persistent pinning of streams on the local node

Self.ID Streams API

Create and load Ceramic streams by StreamID or CommitID

Scroll for all 8

Pricing Plans 1

Published pricing tiers and plan structures.

Plans

2 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

Semantic Vocabularies 1

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

Self Id Context

0 classes · 7 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Self.ID API Rules

6 rules · 4 warnings 2 info

SPECTRAL

JSON Schema 3

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

AlsoKnownAs

1 properties

JSON SCHEMA

BasicProfile

11 properties

JSON SCHEMA

CryptoAccounts

0 properties

JSON SCHEMA

Examples 3

Example request and response payloads for these APIs.

Basic Profile Example

10 fields

EXAMPLE

Create Stream Request

3 fields

EXAMPLE

Multiquery Request

1 fields

EXAMPLE

Security Posture 1

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

Self Id Domain Security

TLSv1.3

SECURITY

Agentic Access 1

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

Self Id Agentic Access

10 operations · 5 acting

10 operations · 5 acting

AGENTIC

Resources

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 1

Authentication, authorization, and security posture

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
name: Self.ID
description: Self.ID is a Ceramic-based decentralized identity framework providing SDK packages and REST-compatible APIs for
  managing DID profiles, verifiable credentials, and self-sovereign identity data on the Ceramic network. It supports Ethereum-based
  authentication via 3ID Connect and enables reading and writing identity records such as basic profiles, linked crypto accounts,
  and linked Web2 accounts. The SDK is organized in layered packages (core, web, react, framework) targeting both Node.js
  and browser environments.
accessModel:
  pricing: free
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Free
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://self.id/favicon.ico
tags:
- Decentralized Identity
- DID
- Ceramic
- Self-Sovereign Identity
- Web3
- Verifiable Credentials
- Blockchain
url: https://self.id
apis:
- name: Self.ID Web API
  description: Read and write DID identity records in browser environments. Exports WebClient and SelfID classes enabling
    Ethereum-based authentication via 3ID Connect, then get/set/merge operations on records (basicProfile, cryptoAccounts,
    alsoKnownAs) anchored to the authenticated DID on a Ceramic node.
  humanURL: https://developers.ceramic.network/tools/self-id/write/
  baseURL: https://ceramic-clay.3boxlabs.com
  tags:
  - DID
  - Profile
  - Read-Write
  - Authentication
  - Ethereum
  - Ceramic
  properties:
  - type: Documentation
    url: https://developers.ceramic.network/tools/self-id/write/
  - type: x-npm-package
    url: https://www.npmjs.com/package/@self.id/web
  - type: x-github
    url: https://github.com/ceramicstudio/self.id/tree/main/packages/web
  contact:
  - FN: Ceramic Network
    email: ''
    url: https://ceramic.network
- name: Self.ID React API
  description: React hooks and utilities for Ceramic-based DID authentication and record interactions. Provides useViewerRecord,
    usePublicRecord, useViewerConnection, and related hooks so React applications can connect an Ethereum wallet, authenticate
    a DID, and reactively read or write identity profile data.
  humanURL: https://developers.ceramic.network/tools/self-id/overview/
  baseURL: https://ceramic-clay.3boxlabs.com
  tags:
  - DID
  - React
  - Hooks
  - Authentication
  - Ceramic
  properties:
  - type: Documentation
    url: https://developers.ceramic.network/reference/self-id/modules/react/
  - type: x-npm-package
    url: https://www.npmjs.com/package/@self.id/react
  - type: x-github
    url: https://github.com/ceramicstudio/self.id/tree/main/packages/react
  contact:
  - FN: Ceramic Network
    email: ''
    url: https://ceramic.network
- name: Self.ID Framework API
  description: Highest-level React framework abstraction for decentralized identity apps built on Ceramic. Wraps the core,
    web, and react packages into a single Provider + hooks surface (useViewerConnection, useViewerRecord, usePublicRecord)
    to quickly bootstrap authentication, state management, and DID data access in React applications.
  humanURL: https://developers.ceramic.network/tools/self-id/overview/
  baseURL: https://ceramic-clay.3boxlabs.com
  tags:
  - DID
  - React
  - Framework
  - Authentication
  - Ceramic
  properties:
  - type: Documentation
    url: https://developers.ceramic.network/reference/self-id/modules/framework/
  - type: x-npm-package
    url: https://www.npmjs.com/package/@self.id/framework
  - type: x-github
    url: https://github.com/ceramicstudio/self.id/tree/main/packages/framework
  contact:
  - FN: Ceramic Network
    email: ''
    url: https://ceramic.network
- aid: self-id:self-id-commits-api
  name: Self.ID Commits API
  description: Apply commits to existing streams and retrieve stream commit history
  humanURL: https://developers.ceramic.network/tools/self-id/overview/
  baseURL: https://gateway.ceramic.network
  tags:
  - Commits
  properties:
  - type: OpenAPI
    url: openapi/self-id-commits-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/tools/self-id/overview/
  - type: x-npm-package
    url: https://www.npmjs.com/package/@self.id/core
  - type: x-github
    url: https://github.com/ceramicstudio/self.id/tree/main/packages/core
  - type: Documentation
    url: https://developers.ceramic.network/docs/protocol/js-ceramic/guides/ceramic-clients/javascript-clients/http-api
  - type: x-npm-package
    url: https://www.npmjs.com/package/@ceramicnetwork/http-client
  - type: x-github
    url: https://github.com/ceramicnetwork/js-ceramic
- aid: self-id:self-id-multiqueries-api
  name: Self.ID Multiqueries API
  description: Batch-load multiple streams in a single request
  humanURL: https://developers.ceramic.network/tools/self-id/overview/
  baseURL: https://gateway.ceramic.network
  tags:
  - Multiqueries
  properties:
  - type: OpenAPI
    url: openapi/self-id-multiqueries-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/tools/self-id/overview/
  - type: x-npm-package
    url: https://www.npmjs.com/package/@self.id/core
  - type: x-github
    url: https://github.com/ceramicstudio/self.id/tree/main/packages/core
  - type: Documentation
    url: https://developers.ceramic.network/docs/protocol/js-ceramic/guides/ceramic-clients/javascript-clients/http-api
  - type: x-npm-package
    url: https://www.npmjs.com/package/@ceramicnetwork/http-client
  - type: x-github
    url: https://github.com/ceramicnetwork/js-ceramic
- aid: self-id:self-id-node-api
  name: Self.ID Node API
  description: Node health and configuration information
  humanURL: https://developers.ceramic.network/tools/self-id/overview/
  baseURL: https://gateway.ceramic.network
  tags:
  - Node
  properties:
  - type: OpenAPI
    url: openapi/self-id-node-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/tools/self-id/overview/
  - type: x-npm-package
    url: https://www.npmjs.com/package/@self.id/core
  - type: x-github
    url: https://github.com/ceramicstudio/self.id/tree/main/packages/core
  - type: Documentation
    url: https://developers.ceramic.network/docs/protocol/js-ceramic/guides/ceramic-clients/javascript-clients/http-api
  - type: x-npm-package
    url: https://www.npmjs.com/package/@ceramicnetwork/http-client
  - type: x-github
    url: https://github.com/ceramicnetwork/js-ceramic
- aid: self-id:self-id-pins-api
  name: Self.ID Pins API
  description: Manage persistent pinning of streams on the local node
  humanURL: https://developers.ceramic.network/tools/self-id/overview/
  baseURL: https://gateway.ceramic.network
  tags:
  - Pins
  properties:
  - type: OpenAPI
    url: openapi/self-id-pins-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/tools/self-id/overview/
  - type: x-npm-package
    url: https://www.npmjs.com/package/@self.id/core
  - type: x-github
    url: https://github.com/ceramicstudio/self.id/tree/main/packages/core
  - type: Documentation
    url: https://developers.ceramic.network/docs/protocol/js-ceramic/guides/ceramic-clients/javascript-clients/http-api
  - type: x-npm-package
    url: https://www.npmjs.com/package/@ceramicnetwork/http-client
  - type: x-github
    url: https://github.com/ceramicnetwork/js-ceramic
- aid: self-id:self-id-streams-api
  name: Self.ID Streams API
  description: Create and load Ceramic streams by StreamID or CommitID
  humanURL: https://developers.ceramic.network/tools/self-id/overview/
  baseURL: https://gateway.ceramic.network
  tags:
  - Streams
  properties:
  - type: OpenAPI
    url: openapi/self-id-streams-api-openapi.yml
  - type: Documentation
    url: https://developers.ceramic.network/tools/self-id/overview/
  - type: x-npm-package
    url: https://www.npmjs.com/package/@self.id/core
  - type: x-github
    url: https://github.com/ceramicstudio/self.id/tree/main/packages/core
  - type: Documentation
    url: https://developers.ceramic.network/docs/protocol/js-ceramic/guides/ceramic-clients/javascript-clients/http-api
  - type: x-npm-package
    url: https://www.npmjs.com/package/@ceramicnetwork/http-client
  - type: x-github
    url: https://github.com/ceramicnetwork/js-ceramic
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
  url: https://apievangelist.com
modified: '2026-06-14'
specificationVersion: '0.19'
common:
- type: AgenticAccess
  url: agentic-access/self-id-agentic-access.yml
- type: DomainSecurity
  url: security/self-id-domain-security.yml
- url: https://blog.ceramic.network/feed/
  type: Blog