Create ACI Custom App
lyzr_create_aci_custom_appCreate an ACI custom app by defining its app and functions, with optional secrets and dry-run validation.
Instructions
Create a new ACI custom app with its functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secrets | No | Secret key/value pairs required by the app | |
| app_json | Yes | The app definition | |
| skip_dry_run | No | Skip the dry run validation (default true) | |
| functions_json | Yes | The app's function definitions |