Aprovan Registry
provider 9 operations
@utdk/airtable
Airtable REST API

Generated UTDK provider client for Airtable REST API. Airtable is a low-code platform for building collaborative apps. The REST API allows you to create, read, update, and delete records in Airtable bases, manage tables and fields, and automate workflows. Each Airtable base has a unique API that mirrors its structure.

Import sample

import airtable from "@utdk/airtable"

Factory sample

import { createAirtableClient } from "@utdk/airtable"
Provider path
airtable
Source API title
Airtable REST API
Version
0.1.0
Generated
May 30, 2026, 12:22 PM
Homepage
Open site
API spec
View spec
README
Embedded directly from the package source.

airtable

Generated UTDK provider types and OpenAPI-backed client for repo://data/openapi/airtable.json.

Operations
9 operations — open try-it console
Method Operation ID
GET listRecords Try
POST createRecord Try
PATCH updateRecords Try
DELETE deleteRecords Try
GET getRecord Try
PUT replaceRecord Try
DELETE deleteRecord Try
GET listBases Try
GET listTables Try