Opus v0.92 beta - 23rd October 2025
API Keys are now included in Core (free) plan, numerous API edge cases resolved and more Builder guardrails added.
Platform
- Core Plan: API Keys are now included as a standard feature in the Core (free) plan.
Builder
- Workflow Integrity Updates: Numerous edge cases resolved resulting from 'minimized' workflow generation.
- API Job File Stability: Resolved a critical bug affecting API-triggered jobs processing certain file inputs.
- Input Data Validation: Fixed an "undefined" variable error in some edge cases on linked inputs.
- Execution Guardrails: Added run-guards to External Service. Execution is not allowed unless its endpoint, credentials and payload are provided and validated.
- Input Variable Referencing: External Service now supports referencing input variables using Jinja templating (
{{variable_name}}) within the request payload.