AI-native workflow engine for GTM/RevOps automation.
Get started with a single command:
curl -fsSL https://install.crayon.run | bashThis installs all dependencies (Node.js, Claude Code, Tiger CLI) and sets up the crayon command.
After installation, open a new terminal and run:
crayonWant to contribute? See DEVELOPMENT.md.
crayonThis spins up a cloud sandbox and opens the dev environment in your browser. Describe what you want to automate — Claude will build, test, and iterate on your workflow automatically. Once ready, trigger it manually or connect it to a webhook.
Want to open a new local Claude terminal connected to Crayon?
crayon cloud claude| Command | Description |
|---|---|
crayon cloud run |
Start a new or existing workspace |
crayon cloud claude |
Connect to a claude session on the sanbox |
crayon/
├── packages/
│ ├── core/ # SDK + CLI + MCP server + Dev UI (published as `crayon`)
│ ├── ui/ # React UI components (@crayon/ui)
│ └── auth-server/ # OAuth server (Nango-based)
└── skills/ # Claude Code skills
├── create-workflow/
├── compile-workflow/
├── refine-node/
├── integrations/
└── deploy/
- Node.js 22+
- A Claude Subscription