Python 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-python.Report bugs via GitHub issues or Discord.
Installation
Coming Soon - The Python package is currently being prepared for release on PyPI.
CLOUDCRUISE_API_KEY
, CLOUDCRUISE_ENCRYPTION_KEY
). Retrieve them from CloudCruise Settings.
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 are unable to receive webhooks, you can stream events from the run handle:4. Wait for Completion
You can block until the workflow completes. For long‑running workflows this may take a while, so use cautiously.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