Skip to main content
Developer Platform

OpenSocial Docs

Protocol SDK and third-party integration documentation

Suggested path
  1. Read the protocol concepts.
  2. Bootstrap from manifest and discovery.
  3. Register your app and store the token.
  4. Choose direct actions, webhooks, or agents.
  5. Use replay and recovery when operating live traffic.
What is published here
concepts
auth
connect
dispatch
webhooks
sdk helpers
agents
recovery

Read state

Use manifest, discovery, and typed client helpers to understand the contract before sending traffic.

Connect safely

Register apps, store tokens, request consent, and use scoped access instead of private backend access.

Dispatch actions

Call stable coordination primitives for intents, requests, chats, and circles through a typed protocol surface.

Operate with recovery

Handle webhook delivery, replay, dead-letter recovery, and agent readiness from day one.

Concepts

Learn the coordination-first model, exclusions, discovery flow, and how apps fit into the protocol before writing code.

Build + Connect

Register an app, authenticate, send stable actions, and consume webhooks and replay without touching internal systems.

Operate + Recover

Run webhook consumers safely, reason about replay, and add agent integrations on top of the stable protocol boundary.