# Radar AI integration on Definable

> Radar is a full-stack location infrastructure platform offering SDKs and APIs for geofencing, location tracking, geocoding, search, routing, and maps.

## What this connects

Radar is a full-stack location infrastructure platform offering SDKs and APIs for geofencing, location tracking, geocoding, search, routing, and maps.

Vendor: https://radar.com/

## Tools available

**37** tools available. First 12:

- `RADAR_AUTOCOMPLETE_ADDRESS_OR_PLACE` — Autocomplete Address or Place — Tool to autocomplete partial addresses and place names based on relevance and proximity. Use after a user inputs a partial address/place to get suggestions, optionally biased by location.
- `RADAR_CREATE_BEACON` — Create Beacon — Tool to create a new beacon in Radar. Use when you need to register a physical beacon device (iBeacon or Eddystone) for location tracking.
- `RADAR_CREATE_TRIP` — Create Trip — Tool to create a new trip. Use after gathering origin and destination details to start tracking a trip.
- `RADAR_DELETE_BEACON` — Delete Beacon — Tool to delete a beacon by its Radar ID. Use when supplying a beacon's unique identifier to remove it.
- `RADAR_DELETE_GEOFENCE` — Delete Geofence — Tool to delete a geofence by ID. Use when supplying a geofence’s unique identifier to remove it.
- `RADAR_DELETE_GEOFENCE_BY_TAG` — Delete Geofence By Tag — Tool to delete a geofence by tag and external ID. Use when you have both the tag and external identifier to remove a specific geofence.
- `RADAR_DELETE_TRIP` — Delete Trip — Tool to delete a trip by its Radar ID or external ID. Use after confirming the trip exists.
- `RADAR_DELETE_USER` — Delete User — Tool to delete a user by Radar _id, userId, or deviceId. Use after confirming the user identifier exists.
- `RADAR_FORWARD_GEOCODE` — Forward Geocode — Tool to convert an address into geographic coordinates. Use when you have a full address string and need precise latitude/longitude before further location analysis.
- `RADAR_GET_BEACON` — Get Beacon — Tool to retrieve a beacon by Radar _id. Use when you need to fetch full details of an existing beacon.
- `RADAR_GET_BEACON_BY_TAG` — Get Beacon By Tag — Tool to get a specific beacon by tag and external ID. Use when you need to retrieve details of a beacon identified by its tag group and external ID.
- `RADAR_GET_CONTEXT_FOR_LOCATION` — Get Context for Location — Tool to retrieve context for a given location. Use when you need geofences, place, and region information based on coordinates. Use after obtaining valid latitude and longitude.

## Auth

Auth schemes: `API_KEY`.

## How agents use Radar

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

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

The Verifier checks every Radar 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/radar/
- 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
