Integrations

Google Places

A Google Places integration connects Google Places to Mobius. Agents can use it to search businesses, search nearby places, and read place details.

Use Google Places when an agent needs location-aware research before outreach, routing, verification, or enrichment.

For the shared Google credential model, see Google integrations.

Capability map

CapabilityValue
Provider IDgoogle_places
Auth kindapi_key
Connect flowInline API key or platform credential
ActionsYes
EventsNo
Webhook deliveryNo
Event samplesNo
Live statusNo

Connect Google Places

SurfaceSupport
AppOpen Library > Integrations, choose Google Places, and paste a Google Places API key when the organization should use its own quota.
CLIThe mobius CLI does not connect Google Places integrations yet. Use the app or API.
APICall POST /v1/integrations/providers/google_places/connect through the generic provider connect endpoint.

If the catalog marks Google Places ready through a platform credential, actions can run without an organization-local key.

Credentials and quota

Organization-owned Google Places keys use your Google Maps Platform project, billing account, quotas, and field configuration. Built-in Mobius credentials are useful for quick evaluation, but production work should use an organization key when you need your own Google quota, Maps Platform billing visibility, or stricter key restrictions.

Restrict the API key in Google Cloud to the Places API endpoints Mobius uses. Rotate the key from the integration page when you change restrictions or move the integration to a different Google Cloud project.

Actions

google_places.get_details
google_places.search_nearby
google_places.search_text

Use search actions to find candidate place IDs, then call google_places.get_details for the exact place the agent will use.

Request only the fields the agent needs. Places field selection affects response shape and Google Maps Platform billing.

Events

Google Places does not register source events.

Troubleshooting

Actions fail with permission or API-key errors

Check that the Google Cloud project has Places API enabled, billing active, and API-key restrictions that allow server-side calls from Mobius.

Search returns too much data

Use included_type, included_types, location filters, and explicit detail fields. Store only the fields you need in Mobius tables.

Next