API Keys now included in Core (free) plan, numerous API edge cases resolved, and more Builder guardrails added.
Platform
- Core Plan Enhancement: API Keys functionality has been added to the complimentary Core tier as a standard feature.
Builder
- Workflow Integrity: Multiple edge cases stemming from minimized workflow generation have been fixed.
- API Job File Stability: A significant bug impacting API-triggered jobs processing specific file types was resolved.
- Input Data Validation: An undefined variable error occurring in certain edge cases on linked inputs has been corrected.
- Execution Guardrails: External Service now includes run-guards ensuring execution requires validated endpoint, credentials, and payload information.
- Variable Templating: External Service now permits referencing input variables through Jinja templating syntax (
{{variable_name}}) within request payloads.