What problem does it solve?
NoUI Record Workflow eliminates brittle UI automation by turning a recorded, authenticated browser workflow into callable API-style tools that agents can reliably use without clicks or DOM scraping.
Core Features & Use Cases
- Workflow recording to runnable servers: Record a session and compile it into a FastMCP server with an auto-generated tool inventory and API docs.
- Auth-aware execution modes: Support session-cookie (Tabby-authenticated), static API key/Bearer tokens, and unauthenticated public sub-paths.
- Agent-ready tool schemas: Generate operations designed to execute inside the authenticated browser context by routing via Tabby’s execution endpoints.
Quick Start
Ask it to record and export a workflow as an MCP server by instructing: "Start the backend, record my workflow in the NoUI Workflow Recorder extension, then export it as an MCP server (authenticated with my Tabby profile slug) and tell me the server_id."