Create or replace credentials for a provider
Providers
Connect / Rotate Provider Credentials
PUT
Create or replace credentials for a provider
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Available options:
anthropic, openai, bedrock, vertex Body
application/json
anthropic | openai — the API key
Example:
"sk-ant-..."
anthropic | openai — optional custom base URL
Example:
"https://api.anthropic.com"
bedrock — AWS access key id
bedrock — AWS secret access key
bedrock — AWS region, or vertex — optional GCP region
Example:
"us-east-1"
vertex — GCP service-account JSON, as a string