upload_extension
Upload a Cognigy.AI extension from a .tar.gz URL. Set dryRun=false to perform the upload; otherwise validates only.
Instructions
Uploads a new Cognigy.AI Extension from a URL. The extension package must be a .tar.gz file. This is an async operation that polls until complete. MUTATING: Set dryRun=false to upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to the extension package (.tar.gz) | |
| dryRun | No | If true (default), validates without uploading. Set to false to actually upload. | |
| projectId | Yes | The project ID to upload the extension to |