Integration capabilities ​
Returns a single, environment-aware view of what an integration can do:
proxy— proxy resource methods this integration exposes (description-gated by default). -unified— unified APIs/resources this integration is supported on, with environment overrides applied. -auth— authentication formats and required fields. -ai_readiness— proxy-method coverage by descriptions; useful for prioritising documentation work. This consolidates the previously scattered/integration/{id}/toolsand/integration/{id}/unified-apisendpoints into a single surface. AI clients should use the integrated-account variant viaGET /integrated-account/{id}/tools.
Endpoint ​
GET /integration/{id}/capabilitiesPath parameters ​
The ID or slug of the integration.
Query parameters ​
Refer Specifying query parameters in Truto APIs
Restrict to a single capability surface. Defaults to all.
proxyunifiedall
Defaults to true (only proxy methods that have a description are returned). Pass false to include
undocumented methods.
truefalse
Filter proxy methods. Accepts canonical method names (list, get, create, update, delete),
grouping aliases (read, write, custom), or any custom method name.
Filter to a single resource by name.
Response Body ​
Present on /integrated-account/{id}/capabilities only.
Canonical method name (list, get, create, update, delete, or a custom name).
Tool-style name in the form {resource}_{method}.
Human/AI-facing description, sourced from documentation or inline configuration.
listgetcreateupdatedelete
Authentication formats and required fields for the integration.
Coverage of proxy methods that have descriptions.
Ratio in [0, 1].