# Geokeo AI integration on Definable

> Geokeo provides geocoding services, converting addresses to coordinates and vice versa, with a free tier offering 2,500 daily API requests.

## What this connects

Geokeo provides geocoding services, converting addresses to coordinates and vice versa, with a free tier offering 2,500 daily API requests.

Vendor: https://geokeo.com/

## Tools available

**2** tools available. First 2:

- `GEOKEO_FORWARD_GEOCODING` — Forward Geocoding — Convert an address or place name into geographic coordinates (latitude/longitude). Use this tool when you need to: - Find coordinates for a landmark (e.g., "Eiffel Tower", "Empire State Building") - Geocode a street address (e.g., "1600 Pennsylvania Avenue NW Washington DC") - Get location data for a city or region - Look up structured address information for a place Returns multiple results ranked by relevance, with coordinates, addresses, and OpenStreetMap links.
- `GEOKEO_REVERSE_GEOCODING` — Reverse Geocoding Lookup — Convert geographic coordinates (latitude/longitude) to a human-readable address. Use this tool when you have GPS coordinates and need to find the corresponding street address, city, country, or nearby points of interest. Returns multiple results sorted by distance from the input coordinates, including structured address components and OpenStreetMap links. Note: Returns status='ZERO_RESULTS' for coordinates in oceans or remote areas without mapped addresses.

## Auth

Auth schemes: `API_KEY`.

## How agents use Geokeo

Inside a Definable workflow, Geokeo is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Geokeo** — the Researcher (GPT-5.5) pulls context from Geokeo (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Geokeo** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Geokeo (create record, post message, draft email).
- **Designer / Engineer → Distributor → Geokeo** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Geokeo (attach file, open PR comment, post status).

The Verifier checks every Geokeo call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/geokeo/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
