Maps APIs for AI agents

Reference guides for the maps apps an AI agent can work with: every endpoint, the permission each one needs, and how to give agents safe, governed access.

Orientation

About maps APIs for AI agents

A maps API is how an app or AI agent turns addresses into locations and works with geographic data. The two platforms here, Google Maps and Mapbox, provide geocoding, directions, places, and map imagery, and their APIs let an agent look up an address, calculate a route, or find nearby places.

Maps access is mostly read access to location data, and it is billed per request, so an access key’s main concerns are cost and which services it can call. Access runs on an access key, often restricted to particular services and capped with a usage limit. A governed layer lets an agent that geocodes addresses call only that service with a key that cannot run up unrelated map costs.

Frequently asked questions

Which mapping APIs can an AI agent use?+
The Atlas covers Google Maps and Mapbox. Their APIs handle geocoding addresses, directions and routing, places search, and map imagery.
Can an AI agent turn an address into coordinates?+
Yes. Both platforms expose a geocoding endpoint that takes an address and returns coordinates, which an agent can use to place or sort records.
Can a maps API key be capped to control cost?+
Yes. Both bill per request and let a key be restricted to chosen services and capped with a usage limit, so an agent’s calls stay within a set budget.
Can an AI agent calculate a route or distance?+
Yes. Both expose directions and distance endpoints that return a route, its distance, and its travel time between points.
What is Bollard AI?

Control what every AI agent can do.

Bollard AI sits between a team's AI agents and the apps it runs on. Grant each agent exactly the access it needs, read or write, app by app, and every call is checked and logged.