NoClick SDK
The NoClick SDK lets you build custom React components inside workflows and external applications that interact with NoClick’s workflow engine. Read node outputs, trigger execution, manage state, handle credentials, and work with files and datasets — all through a clean API.Two Use Cases
Custom Components
React/JSX components that render inside the NoClick interface tab. Built with Tailwind CSS, any npm package, and the full SDK API. No build step needed — NoClick handles transpilation.
External Apps
Standalone TypeScript or Python applications that connect to NoClick via WebSocket. Same API, different transport. Authenticate with API keys.