List Providers
Get metadata for every available provider.
Returns both statically defined providers (from ProviderName enum) and dynamically registered providers (from SDK decorators). Each entry includes a description declared via ProviderBuilder.with_description(...) in the provider's _config.py.
Official MCP catalog entries are appended as display metadata and use the generic MCP connection flow. They are not registered credential providers, so PROVIDER_NAMES continues to contain only credential-provider names.
Response
Successful Response
Changes
Changed in 4 of the 165 revisions of this API.14
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ●
added the new
device_codeenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ○
the endpoint scheme security
HTTPBearerwas added to the APIapi-security-added
- ○