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
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Cancel Subscription ImmediatelyCancel Subscription At Period EndChange Subscription PlanClaim Organisation DomainRegister Org ProviderCreate OrganisationClear Org Credential AssignmentDelete Org EMBEDDING BindingDelete Org LLM BindingDelete Org ProviderDelete Org REALTIME BindingDelete Org STT BindingDelete Org TTS BindingDelete OrganisationDelete Schema Notification WebhookDelete SSO ConfigDisable SCIMGenerate SCIM TokenGet Notification Badge CountsGet OrganisationGet SCIM StatusGet SSO ConfigInvite Organisation MemberList Organisation DomainsList Organisation MembersList My OrganisationsList Organisation BundlesList Org EMBEDDING BindingsList Organisation ListingsList Org LLM BindingsList Org ProvidersList Org REALTIME BindingsList Org STT BindingsList Org TTS BindingsList Organisation InvoicesList SCIM Role MappingsSet Org Credential AssignmentRemove Organisation DomainRemove Organisation MemberReplace SCIM Role MappingsSave SSO ConfigSet Schema Notification WebhookStart Subscription CheckoutSync SCIM UsersUpdate Member RoleUpdate Org ProviderUpdate Organisation VariablesUpdate OrganisationUpdate Organisation PolicyUpsert Org EMBEDDING BindingUpsert Org LLM BindingUpsert Org REALTIME BindingUpsert Org STT BindingUpsert Org TTS BindingVerify Organisation Domain
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceOrganisations

Set Org Credential Assignment

PUT
/v1/organisations/{org_id}/resources/{resource_kind}/{resource_id}/assignment

Offer or mandate one of the organisation's credentials for a resource.

The scope is the organisation itself, so the assignment applies wherever a member of it resolves that resource - as opposed to a bundle-entry assignment, which applies to one entry of one bundle. Purpose is always RUNTIME here: a SYSTEM credential is the resource publisher's own and is set through the publishing surface, not by a consumer organisation.

Authorization: caller must be an admin or owner.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

org_id*Org Id
Formatuuid
resource_kind*CredentialResourceKind

Value in

  • "provider"
  • "mcp_listing"
resource_id*Resource 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 PUT "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/resources/provider/497f6eca-6276-4993-bfeb-53cbbbba6f08/assignment" \  -H "Content-Type: application/json" \  -d '{    "credential_id": "13c40afa-2996-4a0c-b2e9-68fba9462242",    "policy": "mandated"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "credential_id": "13c40afa-2996-4a0c-b2e9-68fba9462242",  "resource_kind": "provider",  "resource_id": "4d5215ed-38bb-48ed-879a-fdb9ca58522f",  "scope_kind": "org",  "scope_id": "5d3fe357-12dd-4f62-b004-6d1fb3b8454f",  "policy": "mandated",  "purpose": "runtime",  "is_default": true,  "endpoint": "string",  "model_name": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

List SCIM Role Mappings

Previous Page

Remove Organisation Domain

Next Page

credential_id*Credential Id
Formatuuid
policy*AssignmentPolicy

Value in

  • "mandated"
  • "available"
is_default?Is Default
Defaulttrue
endpoint?|null
model_name?|null