cyberchef_recipe_create
Create a reusable recipe by chaining multiple operations with custom arguments, tags, and metadata to automate data transformation workflows.
Instructions
Create a new recipe with multiple operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Recipe name | |
| tags | No | Recipe tags | |
| author | No | Author email | |
| metadata | No | ||
| operations | Yes | List of operations | |
| description | No | Recipe description |