create_extension
Register custom Airtable extensions by creating new blocks in your base. Provides the block ID required for installation to enhance base functionality.
Instructions
Create a new extension (block) in an Airtable base. Returns the block ID needed for installation. Use this to register custom extensions before installing them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| name | Yes | Name for the extension | |
| releaseId | Yes | The release ID of the extension (e.g. "blrXXX") | |
| debug | No | When true, include raw Airtable response in output for diagnostics |