Skip to content

Automation

The Automation App connects the Model Context Protocol (MCP) to the Automation API, enabling AI agents to perceive and interact with a live Webfuse Session — reading the page via optimised DOM snapshots and executing precise actions — including clicking, typing, and scrolling — across iframes and Shadow DOM.

https://session-mcp.HOSTNAME/mcp

Authentication uses the Space REST API Key, which can be generated under Space Settings → API Keys. Pass it as a Bearer token in the HTTP Authorization header:

Authorization: Bearer <your-space-rest-api-key>