# Placekey AI integration on Definable

> Placekey standardizes location data by assigning unique IDs to physical addresses, simplifying address matching and enabling data sharing across platforms

## What this connects

Placekey standardizes location data by assigning unique IDs to physical addresses, simplifying address matching and enabling data sharing across platforms

Vendor: https://www.placekey.io/

## Tools available

**4** tools available. First 4:

- `PLACEKEY_GET_GEOCODE_FROM_ADDRESS` — Get Geocode From Address — This tool retrieves geocode information (latitude and longitude) for a given address using the Placekey API. It accepts address components (street_address, city, region, postal_code, iso_country_code) and returns geocode data including the unique Placekey identifier and location details.
- `PLACEKEY_GET_PLACEKEY` — Get Placekey — Tool to get a Placekey for a single location using address, coordinates, or POI details. Use when you need to obtain a unique identifier for a physical place with support for address fields, coordinates, location name, and optional metadata for enhanced matching.
- `PLACEKEY_GET_PLACEKEY_FROM_ADDRESS` — Get placekey from address — Convert a physical address into a unique Placekey identifier. The Placekey is a universal standard identifier for any physical place that helps in location matching, enrichment, and deduplication.
- `PLACEKEY_GET_PLACEKEYS_BULK` — Get Placekeys Bulk — Get Placekeys for multiple locations in bulk (up to 100 queries per request). All queries must have the same iso_country_code. Supports address, coordinates, and POI queries with optional query_id for tracking. Returns an array of Placekey results for each query.

## Auth

Auth schemes: `API_KEY`.

## How agents use Placekey

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

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

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

## Categories

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

## Related

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