Title:
API/MCP Support for Forms and Interfaces Management
Category:
Feature Request
Description:
Currently, the Airtable API and MCP server support creating and modifying tables, fields, and records—but not forms or interfaces. This gap limits developers and teams who need to:
-
Programmatically spin up consistent form/interface configurations across multiple bases
-
Version control UI elements alongside data schemas
-
Integrate form/interface creation into automated workflows (CI/CD, infrastructure-as-code)
-
Build local AI agents that can fully manage Airtable environments
Use Case:
When building a local agent connected to Airtable via MCP, the agent can handle data operations effectively but cannot configure the presentation layer. This forces a hybrid workflow—automation for data, manual clicks for forms/interfaces—which breaks the promise of end-to-end programmability.
Request:
Please consider adding API and MCP endpoints for:
-
Creating, updating, and deleting
forms
-
Creating, updating, and deleting
interface pages
-
Reading and modifying form/interface configurations (fields, layout, permissions)
This would bring Airtable's developer experience in line with competitors and unlock powerful automation use cases for technical users.
