MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Auth
Bundler
Bundles
Catalog
Deployments
Discover
LLM
Delete LLM Credential BindingList LLM Credential BindingsList LLM ProvidersUpsert LLM Credential Binding
MCP Listing Claims
MCP Listings
OAuth2
Observability
Organisations
Reviews
Roadmap
SCIM
Users
Utils
Vault
Webhooks
API ReferenceLLM

List LLM Credential Bindings

GET
/v1/llm/credentials

List which registered providers the caller currently has a key bound to. Only reports binding status (provider name + bound=true) - key values are never returned. Providers with no binding are omitted rather than listed with bound=false.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/llm/credentials"
[  {    "provider": "string",    "bound": true,    "endpoint": "string",    "modelName": "string"  }]
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Delete LLM Credential Binding

Previous Page

List LLM Providers

Next Page