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.
| 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) |
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).
- support/ — project support threads share messenger transports.
- MCP_AND_ECOSYSTEM.md — ecosystem index.