Create Org Vault Entry
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
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueRequest 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" } ]}