v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
MCP PATs

List MCP PAT scope catalog for a workspace

Static capability scopes (mcp:read, mcp:exec). No dynamic workspace scopes — workspace binding is implicit in the route's {wid}.

get/api/workspaces/{wid}/mcp/pats/scopes

Path parameters

widstring required

Workspace ID

Response

OK

Example response

{
  "scopes": [
    {
      "name": "mcp:read"
    }
  ]
}