cloudcruise
v0.0.4
Published
The official CloudCruise JS/TS client.
Readme
cloudcruise-js
The official CloudCruise JavaScript/TypeScript client library for automated browser workflows, credential management, and real-time monitoring.
Installation
npm install cloudcruiseClients
| Client | Description | Documentation | | -------------------------------- | -------------------------------------------------------- | ---------------------------------------------- | | Vault | Encrypted credential storage with AES-256-GCM encryption | 📖 Vault Docs | | Workflows | Workflow definitions, metadata, and input validation | 📖 Workflows Docs | | Runs | Workflow execution with real-time SSE streaming | 📖 Runs Docs | | Webhook | Secure webhook payload verification with HMAC | 📖 Webhook Docs |
Documentation
- API Documentation - Complete API reference and guides
- CloudCruise Platform - Learn more about CloudCruise
Development
This project uses TypeScript and supports Node.js 18+. See CONTRIBUTING.md for detailed development instructions.
Quick start:
npm install # Install dependencies
npm run build # Build TypeScript to JavaScript
npm run dev # Run in watch mode