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.
MCP Server URL
Section titled “MCP Server URL”https://session-mcp.HOSTNAME/mcpAuthentication
Section titled “Authentication”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>Further Reading
Section titled “Further Reading” Session MCP Server Full documentation: tools reference, client setup, and system prompt.