Skip to content

Beta module namespace

capabilities

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

14 operations

MethodPathRequired permissionAuthenticationSummary
get/v1/m/capabilities/configscapabilities:config:readBearer tokenLists managed MCP-server configs, optionally filtered.
post/v1/m/capabilities/configscapabilities:config:writeBearer tokenRegisters a new managed config for an MCP server, recording the first revision snapshot and a self-audit attributed to the real principal.
get/v1/m/capabilities/configs/{id}capabilities:config:readBearer tokenReturns one managed config.
put/v1/m/capabilities/configs/{id}capabilities:config:writeBearer tokenUpdates a managed config in place, bumping its revision and recording an immutable revision snapshot plus a self-audit.
delete/v1/m/capabilities/configs/{id}capabilities:config:writeBearer tokenRemoves a managed config, recording a final revision snapshot (the immutable history survives the deletion) and a self-audit.
get/v1/m/capabilities/configs/{id}/revisionscapabilities:config:readBearer tokenReturns the immutable version history of a config, newest revision first.
get/v1/m/capabilities/serverscapabilities:catalog:readBearer tokenLists the live MCP-server catalog: every discovered MCPServer core entity enriched with its derived connection health, managed-config marker and tool count.
get/v1/m/capabilities/servers/{id}capabilities:catalog:readBearer tokenReturns the full management view of one MCP server.
get/v1/m/capabilities/skillscapabilities:catalog:readBearer tokenLists the discovered skills (and the surface through which plugins/subagents appear), optionally filtered by ?server_id.
get/v1/m/capabilities/toolpinscapabilities:config:readBearer tokencapabilities module route (requires capabilities:config:read)
post/v1/m/capabilities/toolpins/approvecapabilities:config:writeBearer tokencapabilities module route (requires capabilities:config:write)
post/v1/m/capabilities/toolpins/unpincapabilities:config:writeBearer tokencapabilities module route (requires capabilities:config:write)
get/v1/m/capabilities/toolscapabilities:catalog:readBearer tokenLists the discovered tools with their UNTRUSTED annotation hints, optionally filtered by ?server_id.
get/v1/m/capabilities/wiringcapabilities:catalog:readBearer tokenReturns the capability-connection graph, optionally filtered by origin or capability.