Search the complete documentation

Try idempotency, proposal lifecycle, authentication, or ordering.

Navigate Open
繁體中文
Browse documentation

Module 01 · Contract beta

Activity

Activity turns product events into ordered, rebuildable timelines with retry-safe fan-out.

Start with one complete path

The shortest Activity integration has three steps:

  1. Learn the resource and ownership model.
  2. Sign an HTTP request from your host server.
  3. Publish a post and read the actor’s home timeline.

Activity exposes a versioned /api/v1 HTTP contract. Requests use HMAC-SHA256 gateway signatures rather than an end-user session token. The public operation surface is listed in the Activity HTTP operation index.

Continue by task

Maturity by surface

SurfaceCurrent status
Core resource modelContract beta
HMAC gateway authenticationContract beta
/api/v1 HTTP operationsContract beta
Supported SDKNot available
Managed service and production SLOsNot available

What this module owns

  • Event projection and timeline ordering
  • Retry-safe fan-out
  • Rebuildable timeline entries

What the host owns

  • Business meaning and authorization
  • The source-of-truth event
  • Ranking policy not explicitly delegated to Activity

Current limits

Webhook delivery, complete moderation transitions, attachment safety, a supported SDK, managed operations, and downstream production adoption are not established. Keep those capabilities outside production claims.

Start: learn the Activity concepts.