MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
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

Upsert Embedding Credential Binding

PUT
/v1/embedding/credentials/{provider_name}

Bind (or replace) the caller's own API key for an embedding provider. The key is encrypted before storage. One binding exists per (caller, provider) pair - calling this again for the same provider overwrites the previously stored key rather than creating a duplicate.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

provider_name*Provider Name

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://example.com/v1/embedding/credentials/string" \  -H "Content-Type: application/json" \  -d '{    "apiKey": "string"  }'
{  "provider": "string",  "bound": true,  "endpoint": "string",  "modelName": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

List Embedding Credential Bindings

Previous Page

Fleet

Endpoints in the Fleet group.

apiKey*Apikey
endpoint?|null
modelName?|null