POST /api/v1/cloud/vaults/{vault_id}/credentials
Adds a new MCP server credential to the specified vault.
Path parameters
Headers
Request body
Example request
Example response
HTTP 200 OKResponse fields
Errors
Notes
- The response does not return credential secrets, including
token,access_token,refresh_token,client_secret, orsecret_value. - A vault can hold up to 20 active credentials.
- Credentials are
activeimmediately after creation.
Related
Authenticate with vaults
Store and inject secrets safely into agent sessions.