Skip to main content

create_demo_page

Create an internal review page for one of your agents. Share it with your team to test the chatbot before deploying it on your website. The review page uses the same chat infrastructure and counts against your real usage limits. The review page includes helpful tips like reminders to republish after changes and clearing the cache if updates aren’t visible. Parameters:
agentId
string
required
The ID of the agent to create a review page for.
title
string
Optional title for the review page (e.g. “Support Bot v2 Review”). Defaults to the agent’s name.
language
string
Review page language: en or de. Defaults to en.
Example request:
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "create_demo_page",
    "arguments": {
      "agentId": "abc-123",
      "title": "Support Bot v2 — Team Review"
    }
  },
  "id": 1
}
Example response:
{
  "demoId": "demo-789",
  "reviewUrl": "https://demo.inboxmate.psquared.dev/demo-789"
}
Review pages behave like live chat sessions — conversations count against your plan’s usage limits and appear in your inbox. Share the URL with your team for internal testing before deploying the widget on your website.