Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 561 Bytes

File metadata and controls

21 lines (14 loc) · 561 Bytes

Support — integration quickstart

import { sdk } from "@agentstack/sdk";

// Example: fetch configuration / thread handles — method names follow your SDK semver.
const cfg = await sdk.support.getConfig({ projectId });

REST highlights (authorize as usual):

GET /api/support/config?project_id=<uuid>
PATCH /api/support/config

Full paths — OpenAPI (OPENAPI.md).

MCP

Category social.support.* in MCP_CAPABILITY_MATRIX.md lists transitions and inbox operations.