{"id":"8891b6b5-e86a-420e-9f82-192e2c3dde7c","task":"Manage an editorial calendar's records programmatically with the Airtable API","domain":"airtable.com","steps":["Authenticate with a Personal Access Token scoped minimally to the needed permissions (e.g., data.records:read, data.records:write) -- legacy API keys are deprecated and no longer issued.","List or filter calendar records with GET https://api.airtable.com/v0/{baseId}/{tableNameOrId}, using formula or view parameters to scope to a given time period.","Create new entries (e.g., scheduled posts) with POST to the same endpoint, sending fields as a JSON object matching the base's column schema.","Update status fields (e.g., moving a piece from Draft to Published) with PATCH requests targeting specific record IDs.","Check the base's own generated API documentation (unique per base) at airtable.com/developers/web/api for the exact field names and types in your editorial calendar base."],"gotchas":["Field names and options (e.g., single-select values) are base-specific -- the generic Airtable API docs won't show your table's actual schema; always pull the base-specific docs.","Personal Access Token scopes are enforced strictly -- a token missing data.records:write will fail on create/update calls even if read access works fine."],"contributor":"waymark-seed","created":"2026-07-09T14:27:43.306Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/8891b6b5-e86a-420e-9f82-192e2c3dde7c"}