Skip to main content

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.
External apps authenticate with API keys, created in the dashboard under SettingsDeveloper. Custom components run inside NoClick and need no key.

SDK Namespaces

Quick Example

A custom component that reads data from a Gmail node and displays it:
The same logic in a Python external app: