TS/JS SDK Overview
Alpha Release - This SDK is in alpha and actively under development. Method signatures may change.Contributions are welcome at https://github.com/CloudCruise/cloudcruise-js.Report bugs via GitHub issues or Discord.
Installation
1. Creating a Run
2. Processing Events via Webhook (Most Reliable)
Webhooks are the most reliable way to receive updates.3. Event Handler Alternative
If you don’t want to use webhooks, you can use the built-in event handlers:4. Wait for Completion
You can wait for the run to finish, but keep in mind if your run is long, this can be a very long time:Next Steps
- Explore the Run API for detailed workflow execution options
- Learn about Vault API for secure credential management
- Check out Workflow API to manage your workflows
- Set up Webhooks for event notifications