v1

latestOpenAPI 3.1.0MIT2026-07-1774067.6 KB
extensions

Call extension endpoint (GET)

Proxy route for custom extension GET endpoints. The namespace uses reverse-domain notation (e.g. com.example.diagnostics). Available extensions and their self-describing tools are discoverable via GET /api/v1/agent/capabilities. This generic OpenAPI template represents a single path segment; clients should use each descriptor's concrete path value when an extension advertises a nested sub-path.

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

Path parameters

namespacestring required

Extension namespace in reverse-domain notation.

pathstring required

Extension-defined sub-path.

Response

Extension-defined response.

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