Skip to content

Attach credentials

Each API Request tool should reference one credential from your organization’s vault. Chatevo applies auth at execution time — tokens and keys are encrypted, never shown to visitors, and not included in chat context.

  1. Create a credential first (or pick an existing one).
  2. Open the API Request tool → Authentication / Credential.
  3. Select the credential that matches your API’s auth scheme.
  4. Save and test — a 401 usually means wrong credential type or expired token.
TypeBest for
Bearer tokenStatic or long-lived JWT/API tokens
API keyHeader or query key
OAuth 2.0Authorization-code or client-credentials flows
HMACSigned requests (custom APIs, webhooks-style auth)

Reuse the same credential across tools that hit the same API base URL. Rotate secrets in Credentials — linked tools pick up the new value without redefining URLs.

The tool schema exposes parameter names and descriptions only. Credential values are injected server-side when Chatevo calls your API.

SymptomCheck
401 UnauthorizedCredential type, header name, token expiry
403 ForbiddenScopes or API key permissions on your side
Wrong tenantSeparate credentials per environment

See Troubleshooting tool errors and 401 guide.