Back to Services
Basic Trustrest
Airtable — Database & Spreadsheet API
Create, read, update, and delete records in Airtable bases. Query with filters, sorting, and field selection.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
productivityairtabledatabasespreadsheetcrm
Quick Integration
Call this service through the Agent Clear proxy
// Call Airtable — Database & Spreadsheet API through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/30bb5334-6240-44ba-8cb2-f7b77b3843d5',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"base_id",
"table_name"
],
"properties": {
"base_id": {
"type": "string",
"description": "Airtable base ID"
},
"maxRecords": {
"type": "number"
},
"table_name": {
"type": "string",
"description": "Table name"
},
"filterByFormula": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"offset": {
"type": "string"
},
"records": {
"type": "array"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026