Skip to main content
Open Tools → Build. This admin-only surface has API Keys, WhatsApp Templates, and Tool calls tabs. The API docs link opens the developer reference.

API Keys

Build API Keys API keys provide tenant-scoped machine-to-machine access.

Create a key

  1. Select Create API key.
  2. Enter a recognizable name.
  3. Choose one or more scopes.
  4. Optionally set an expiration.
  5. Create the key and copy the raw value.
The raw key is shown only once. Store it in a secret manager. Available scopes cover channel reads, conversation reads/writes, handoff creation, custom tools, tool logs, and WhatsApp templates. To disable a credential, select Revoke and confirm. Revocation is irreversible.

WhatsApp Templates

WhatsApp template requests This tab audits WhatsApp template request processing. Filter by:
  • accepted
  • replayed
  • rejected
  • publish failed
Use search to find a specific request. Open a row when logs are available to review its request and processing result.

Tool calls

Custom tool definitions Custom tools let the assistant call your backend for tenant-specific actions.

Definitions

Select New definition and configure:
  • Function-style name
  • GET or POST method
  • HTTPS endpoint
  • Timeout
  • Description of when the assistant should use it
  • JSON Schema for parameters
  • No auth, bearer token, or API-key header
  • Active, Read only, and Playground access
Saved secrets are never displayed again. Leave the secret blank while editing to keep the current value.

Activity logs

Open Activity logs to inspect tool, status, endpoint, response status, duration, request, redacted headers, response, and error details.
Grant the narrowest API scopes and tool permissions possible. Treat copied keys and tool secrets as production credentials.