v1

latestOpenAPI 3.1.0MIT2026-07-1774067.6 KB
extensions

Call extension endpoint (POST)

Proxy route for custom extension POST endpoints. Request and response schemas are extension-defined and advertised by the tool descriptor in the capabilities response.

post/api/v1/ext/{namespace}/{path}

Path parameters

namespacestring required

Extension namespace in reverse-domain notation.

pathstring required

Extension-defined sub-path.

Request body

{"stackTrail":"paths:/api/v1/ext/{namespace}/{path}:post:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

Extension-defined response.

{"stackTrail":"paths:/api/v1/ext/{namespace}/{path}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}