{
  "identity": {
    "siteId": "Clinchfirst-lGyhdQ",
    "name": "Rover Production",
    "description": "Structured Rover entrypoints for Rover Production. Prefer the published shortcuts and explicit tools over raw DOM automation whenever they match the user's goal.",
    "siteUrl": "https://clinchfirst.com/",
    "version": "1.0.0"
  },
  "actions": [],
  "pages": [
    {
      "pageId": "home",
      "route": "/",
      "capabilityIds": [],
      "entityHints": [],
      "formHints": [],
      "discoveryMode": "beacon",
      "hostSurface": "auto",
      "actionReveal": "click",
      "agentModeEntryHints": [
        "Use the page beacon or A2W run endpoint before attempting generic DOM automation.",
        "When Rover is already active, prefer the current-page actions over screenshot loops."
      ],
      "capabilitySummary": []
    }
  ],
  "policies": {
    "preferredExecution": "cloud",
    "a2wRunsEnabled": true,
    "cloudBrowserAllowed": false,
    "delegatedHandoffs": false
  },
  "auth": {
    "runEndpoint": "https://agent.rtrvr.ai/v2/a2w/runs",
    "workflowEndpoint": "https://agent.rtrvr.ai/v2/a2w/workflows",
    "launch": {
      "version": 2,
      "browser": {
        "parameters": {
          "prompt": "rover",
          "shortcutId": "rover_shortcut",
          "playbookId": "rover_playbook",
          "engagementKind": "rover_kind"
        },
        "maxUrlCharacters": 1800
      },
      "a2w": {
        "runsEndpoint": "https://agent.rtrvr.ai/v2/a2w/runs",
        "workflowsEndpoint": "https://agent.rtrvr.ai/v2/a2w/workflows",
        "openApiUrl": "https://rtrvr.ai/openapi/a2w.yaml",
        "defaults": {
          "execution": "cloud",
          "waitSeconds": 25,
          "format": "markdown"
        }
      }
    },
    "acceptsHttpMessageSignatures": true,
    "supportsUnsignedSelfReportedIdentity": true
  },
  "analytics": {
    "layer": "roverbook",
    "runIdField": "runId",
    "workflowIdField": "workflowId",
    "capabilityIdField": "capabilityId",
    "pageIdField": "pageId"
  },
  "currentPage": {
    "pageId": "home",
    "route": "/",
    "capabilityIds": [],
    "entityHints": [],
    "formHints": [],
    "discoveryMode": "beacon",
    "hostSurface": "auto",
    "actionReveal": "click",
    "agentModeEntryHints": [
      "Use the page beacon or A2W run endpoint before attempting generic DOM automation.",
      "When Rover is already active, prefer the current-page actions over screenshot loops."
    ],
    "capabilitySummary": []
  },
  "display": {
    "mode": "beacon",
    "branding": "site",
    "hostSurface": "floating-corner",
    "actionReveal": "click",
    "agentModeEntryHints": [
      "Use the page beacon or A2W run endpoint before attempting generic DOM automation.",
      "When Rover is already active, prefer the current-page actions over screenshot loops."
    ],
    "compactActionMaxActions": 3,
    "beaconLabel": "Ask Rover",
    "presence": "draggable_pill",
    "openMode": "center_stage",
    "mobileMode": "fullscreen_sheet",
    "streamMode": "single_column",
    "focusView": "focus_stream"
  },
  "artifacts": {
    "agentCardUrl": "/.well-known/agent-card.json",
    "roverSiteUrl": "/.well-known/rover-site.json",
    "llmsUrl": "/llms.txt",
    "openApiUrl": "https://rtrvr.ai/openapi/a2w.yaml",
    "siteUrl": "https://clinchfirst.com/"
  },
  "interfaces": [
    {
      "type": "run",
      "url": "https://agent.rtrvr.ai/v2/a2w/runs",
      "description": "Canonical Agent-to-Web Protocol (A2W) run creation endpoint.",
      "available": true
    },
    {
      "type": "run_get",
      "url": "https://agent.rtrvr.ai/v2/a2w/runs",
      "description": "A2W v2 GET run creation for URL-fetch chatbots. Supply url and exactly one canonical selector; cloud, 25 seconds, and Markdown are the defaults.",
      "available": false
    },
    {
      "type": "workflow",
      "url": "https://agent.rtrvr.ai/v2/a2w/workflows",
      "description": "Aggregated Rover workflow resource for delegated runs.",
      "available": true
    },
    {
      "type": "site",
      "url": "https://clinchfirst.com/",
      "description": "Human-visible website entrypoint.",
      "available": true
    },
    {
      "type": "deep_link",
      "url": "https://clinchfirst.com/",
      "description": "Browser launch surface using rover, rover_shortcut, or rover_playbook with rover_kind.",
      "available": true
    },
    {
      "type": "webmcp",
      "url": "https://clinchfirst.com/",
      "description": "WebMCP tool surface when the browser host supports navigator.modelContext.",
      "available": false
    }
  ],
  "experience": {
    "presence": {
      "assistantName": "Rover"
    },
    "audio": {
      "narration": {
        "enabled": true,
        "rate": 1,
        "language": "en-US",
        "captions": true,
        "narrateLiveProgress": true,
        "readConciseFinalResult": true,
        "interruption": "normal"
      }
    },
    "motion": {
      "actionSpotlight": true,
      "actionSpotlightColor": "#C6F24E"
    }
  },
  "inputs": {
    "filesEnabled": true,
    "acceptedMimeGroups": [
      "images",
      "pdfs",
      "office",
      "text"
    ],
    "allowMultipleFiles": true
  }
}