https://tools.runtools.ai/v1/secrets.
Create Or Rotate
List Metadata
List responses never include secret values.Reveal When Allowed
Delete
Tool Credential Overrides
UsecredentialOverrides to point a tool credential field at a named secret without sending the secret value in the request:
apiKey becomes APIKEY. Use credentialOverrides when you want a clearer secret name such as SHARED_CRM_KEY.
API Reference
Query options include
category, secretScope=user|org, all=true, orgWide=true, and admin-targeted user_id.
Secret names are normalized to uppercase letters, numbers, and underscores. Keep names stable and rotate the value behind the name.
Best Practices
Prefer connected apps for OAuth providers
Prefer connected apps for OAuth providers
GitHub, Google, Slack, and similar providers are better handled through OAuth when the tool supports it.
Keep names stable
Keep names stable
Rotate by updating the value behind a stable name, such as
ANTHROPIC_API_KEY.Avoid logging revealed values
Avoid logging revealed values
Treat revealed values as sensitive and avoid printing them in CI logs.