MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Delete Embedding Credential BindingList Embedding Credential BindingsUpsert Embedding Credential Binding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceEmbedding

List Embedding Credential Bindings

GET
/v1/embedding/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/embedding/credentials"
[  {    "provider": "string",    "bound": true,    "endpoint": "string",    "modelName": "string"  }]
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Delete Embedding Credential Binding

Previous Page

Upsert Embedding Credential Binding

Next Page