Tools
| Name | Description |
|---|---|
list_surveysList all surveys for a Hotjar site | List all surveys for a Hotjar site |
get_survey_responsesGet responses for a specific Hotjar survey | Get responses for a specific Hotjar survey |
list_sitesList all sites in your Hotjar account | List all sites in your Hotjar account |
custom_api_callMake a custom API call to the Hotjar API | Make a custom API call to the Hotjar API |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('hotjar', 'list_surveys', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'hotjar',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Hotjar to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Hotjar support?
Hotjar supports 4 tools including List Surveys, Get Survey Responses, List Sites, Custom API Call.
Can I use Hotjar with AI agents?
Yes. Add Hotjar to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Hotjar to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Hotjar as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Hotjar tools exposed by that workspace.
Does Hotjar work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Hotjar work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Hotjar?
Hotjar exposes 4 tools, including List Surveys, Get Survey Responses, List Sites, Custom API Call. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Hotjar be used in stateful agent workflows?
Yes. Agents can combine Hotjar tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Hotjar use?
Hotjar uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Hotjar integration cost?
The Hotjar integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Hotjar in minutes
Get 20,000 free action executions every month. No credit card required.