Overview
The dashboard is your central hub for managing websites, viewing detected actions, configuring agent prompts, and monitoring analytics. Access it at openhermit.com/dashboard.Overview page
The first page you see after logging in. Shows:- Welcome message with your name
- Stats row — total websites, actions, interactions, and active agents
- Quick actions — shortcuts to Add Website, View Analytics, and Manage Actions
- Getting Started stepper — three steps (Add Website → Auto Detect → Track & Optimize)
Websites
/dashboard/websites
Lists all your registered websites. For each website you can see:
- Name and domain
- Status badge (active / inactive)
- Script installation status (green dot = script detected, amber = not yet detected)
- Number of detected actions
- Number of agent interactions
- API key (truncated, with copy button)
Website detail
/dashboard/websites/[id]
The most important page per website. Contains:
Installation status badge
Shows whether the script is correctly installed and when it was last seen. Updates automatically every 15 seconds — no manual refresh needed.| Status | Meaning |
|---|---|
| 🟡 Script not yet detected | Script has never pinged from this site |
| 🟢 Script active · Last seen 3m ago | Working correctly |
| ⚪ Script detected (inactive) | Not seen in the last 24 hours |
Stats row
- Actions — how many forms/widgets have been detected
- Interactions — total agent events recorded
- Completions — successful form submissions by agents
- Conv. Rate — completions ÷ interactions
API Key
Your site’s unique API key. Used in the script tag and all API calls. Copy it here.Installation Script
The exact script tag to paste into your website. One-click copy.Details
Domain, status, date added, and a link to view your raw WebMCP manifest JSON.Detected Actions
All actions found on this website. Click Edit next to any action to configure its agent prompts.Recent Interactions
The last 20 agent events on this website — agent name, page URL, event type, and timestamp.Add Website
/dashboard/websites/new
Two-step flow:
Step 1 — Enter details
- Website name (your label, e.g. “My Portfolio”)
- Domain (e.g.
example.com)
Actions
/dashboard/actions
All detected actions across all your websites. Stats across the top:
- Total actions detected
- Active actions (enabled)
- Total interactions
- Number of websites with actions
- Action type icon and name
- Active / Disabled badge
- Website domain and CSS selector
- WebMCP tool name and description
- Interaction count and detection date
- Edit Prompts button and Enable/Disable toggle
Edit Action Prompts
/dashboard/actions/[id]
Configure how AI agents interact with a specific action. Three sections:
WebMCP Identity
- Tool name (auto-generated, read-only)
- Description — what agents read to decide whether to use this action
- Before prompt — shown before the agent acts
- Success prompt — returned after successful completion
- Failure prompt — returned if the action fails
- Next action URL — chain agents to the next best step
- Next action label — human-readable label for the URL
Analytics
/dashboard/analytics
Shows the last 30 days of agent interaction data:
- Total Interactions — all agent events
- Conversions — completed actions
- Conversion Rate — with industry average comparison
- Active Agents — unique agents seen
Settings
/dashboard/settings
- Profile — update your full name (email cannot be changed)
- Subscription — current plan details and upgrade option
- API Keys — link to the Websites section for key management
- Danger Zone — delete your account permanently

