Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.08 KB

File metadata and controls

21 lines (14 loc) · 1.08 KB

Messenger — integrate chat & social actions

AgentStack exposes real-time messaging and social primitives through the same MCP catalog as the web app: call named actions via POST /mcp / agentstack.execute, or use the sdk.messenger façade in @agentstack/sdk.

Contents

Doc Purpose
INTEGRATION_QUICKSTART.md Minimal TypeScript example (sdk.messenger)
SOCIAL_API_REFERENCE.md social.* and social.chat.* MCP actions (summary)
OFFLINE_AND_RELIABILITY.md What “local-first” means for integrators (behavior, not internals)

Discover actions

  • GET https://agentstack.tech/mcp/actions — full catalog (requires auth as for your integration).
  • Snapshot tables: MCP_CAPABILITY_MATRIX.md (mirrors the live catalog for offline reading).

Related