Documentation Index
Fetch the complete documentation index at: https://docs.clayzo.com/llms.txt
Use this file to discover all available pages before exploring further.
Generate an API key
Go to Settings → Integrations in your Clayzo workspace and find the Customer Feedback SDK section. Click Generate API Key.Copy the key — it starts with
sk_live_.Add the script tag
Paste this before the closing Replace
</body> tag on your site:YOUR_API_KEY with the key you generated.The widget is fully isolated using Shadow DOM — it won’t affect your site’s styles or be affected by them.
What Gets Captured
Every submission automatically includes:| Data | Description |
|---|---|
| Page URL | The page the user was on |
| Screenshot | Captured at the moment of submission |
| Element context | CSS selector, React component name, props, and component stack (if the user attaches an element) |
| Session replay | Full session recording (if enabled in SDK settings) |
| Browser info | User agent and viewport dimensions |
Enable Session Replays
Session replays are off by default. To enable them:- Go to Settings → Integrations in Clayzo
- Find the Customer Feedback SDK section
- Toggle Session Replay on

