Documentation Index
Fetch the complete documentation index at: https://docs.whatabot.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key Authentication
All v1 endpoints use API Key authentication. Pass your key in theX-Api-Key header:
wh_ and scoped to a workspace. Each key can have a callbackUrl where session responses are delivered via Webhook.
How to create an API Key
- Go to the whatabot Dashboard
- Navigate to the Workspaces screen
- Click Edit on the desired workspace
- Go to the API tab
- Click Create API Key, set a name and the
callbackUrl - Copy the generated key (starts with
wh_)
Iframe Authentication
To embed the whatabot flow editor in your app via iframe, you need an OAuth client (clientId + clientSecret).
See the full Embed Authentication guide for instructions on how to create the client and the authentication flow.