Cross-Provider Workflow
Geocode Enrichment to Airtable
Version 1.0.0
Geocode an address, verify it against a place index, then store it in Airtable.
Providers Orchestrated
Workflows
geocode-verify-store
Geocode, verify against a place index, and store in Airtable.
Forward-geocodes an address with positionstack, verifies it against an Amazon Location place index, and creates an Airtable record with the verified location.
1
geocode-address
$sourceDescriptions.positionstackApi.forwardGeocode
Forward-geocode the supplied address into coordinates.
2
verify-place
$sourceDescriptions.amazonLocationApi.SearchPlaceIndexForText
Cross-check the geocoded address against the place index.
3
store-record
$sourceDescriptions.airtableApi.createRecords
Store the verified location into an Airtable record.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.