Developer Tools37 toolsPaste one API key
Radar integration for AI agents
Radar is a full-stack location infrastructure platform offering SDKs and APIs for geofencing, location tracking, geocoding, search, routing, and maps.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Radar once and call the same tools from all of them.
Setup
Connect Radar through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Radar exposes 37 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
radar_autocomplete_address_or_place | Autocomplete partial addresses and place names based on relevance and proximity | Read |
radar_forward_geocode | Convert an address into geographic coordinates | Write |
radar_get_beacon | Retrieve a beacon by Radar _id | Read |
radar_get_beacon_by_tag | Get a specific beacon by tag and external ID | Read |
radar_get_context_for_location | Retrieve context for a given location | Read |
radar_get_geofence | Retrieve a geofence by Radar _id or tag/externalId | Read |
radar_get_places_settings | Retrieve current Places settings for your Radar project | Read |
radar_get_route_directions | Get turn-by-turn directions between multiple locations | Read |
radar_get_route_matrix | Calculate travel distance and duration between multiple origins and destinations for up to 625 | Read |
radar_get_trip | Retrieve a trip by ID or externalId | Read |
radar_get_user | Get a user by Radar _id, userId, or deviceId | Read |
radar_get_users_in_geofence | Retrieve users currently within a specific geofence | Read |
radar_ip_geocode | Geocode an IP address to city, state, and country | Read |
radar_list_events | List events | Read |
radar_list_geofences | List all geofences sorted by updated time | Read |
radar_list_trips | List all trips, sorted by updated time | Read |
radar_list_users | List Radar users sorted by update time | Read |
radar_reverse_geocode | Convert geographic coordinates to structured addresses | Read |
radar_route_distance | Compute distance and travel time between origins and destinations | Read |
radar_search_geofences_near_location | Search for geofences near a given location | Read |
radar_search_places_near_location | Search for places near given coordinates | Read |
radar_search_users_near_location | Search for users near a location | Read |
radar_create_beacon | Create a new beacon in Radar | Write |
radar_create_trip | Create a new trip | Write |
radar_track_location_update | Track a user's location update | Read |
radar_update_places_settings | Update Places settings for your Radar project including chain metadata preferences | Write |
radar_update_trip | Update a trip | Write |
radar_update_trip_by_id | Update a trip status by Radar _id or external ID | Write |
radar_upsert_beacon_by_id | Create or update a beacon by Radar _id | Read |
radar_upsert_beacon_by_tag | Create or update a beacon by tag and externalId | Read |