MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Auth
Bundler
Bundles
Catalog
Deployments
Discover
LLM
MCP Listing Claims
MCP Listings
OAuth2
Observability
Organisations
Claim Organisation DomainCreate Org Vault EntryCreate OrganisationDelete Org LLM BindingDelete Org Vault EntryDelete OrganisationDelete SSO ConfigDisable SCIMGenerate SCIM TokenGet OrganisationGet SCIM StatusGet SSO ConfigInvite Organisation MemberList Organisation DomainsList Organisation MembersList My OrganisationsList Organisation BundlesList Organisation ListingsList Org LLM BindingsList Org Vault EntriesList SCIM Role MappingsRemove Organisation DomainRemove Organisation MemberReplace SCIM Role MappingsSave SSO ConfigSync SCIM UsersUpdate Member RoleUpdate Org Vault EntryUpdate OrganisationUpdate Organisation PolicyUpsert Org LLM BindingVerify Organisation Domain
Reviews
Roadmap
SCIM
Users
Utils
Vault
Webhooks
API ReferenceOrganisations

Create Org Vault Entry

POST
/v1/organisations/{org_id}/vault/entries

Create a vault entry shared across the organisation.

Authorization: caller must be an admin or owner. The credential payload is encrypted before it ever reaches the database - only the ciphertext is persisted.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

org_id*Org Id
Formatuuid

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 POST "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/vault/entries" \  -H "Content-Type: application/json" \  -d '{    "mcp_namespace": "string",    "provider_name": "string",    "auth_type": "string",    "credential_json": "string",    "display_name": "string"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "mcp_namespace": "string",  "provider_name": "string",  "auth_type": "string",  "display_name": "string",  "oauth_email": "string",  "oauth_expires_at": "2019-08-24T14:15:22Z",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "listing_id": "5322d4a9-51d2-4408-82fb-01ffecfb8304",  "config_json": "string",  "created_by": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "username": "string",    "display_name": "string",    "avatar_url": "string"  }}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Claim Organisation Domain

Previous Page

Create Organisation

Next Page

mcp_namespace*Mcp Namespace
Lengthlength <= 256
provider_name*Provider Name
Lengthlength <= 128
auth_type*Auth Type
Match^(bearer|api_key|basic|oauth2_cc|oauth2_pkce|azure_keyvault)$
credential_json*Credential Json

JSON-serialized credential — encrypted server-side.

display_name*Display Name
Lengthlength <= 128
oauth_email?|null
oauth_expires_at?|null
listing_id?|null
config_json?|

X-Mcp-Config-* headers serialized as JSON — non-secret, returned to frontend.