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/configFull paths — OpenAPI (OPENAPI.md).
Category social.support.* in MCP_CAPABILITY_MATRIX.md lists transitions and inbox operations.