Use AgentRouter to resolve current local time and convert datetimes between locations through live Abstract Timezone MPP routes.
7
Live Providers
25
Live Routes
6 credits ($0.006)
Current Time
6 credits ($0.006)
Time Conversion
The geo catalog currently exposes 17 capabilities for AI agents. Current Time currently starts at 6 credits ($0.006), and time conversion currently starts at 6 credits ($0.006).
Availability Note
Abstract Timezone current-time and convert-time are live after the May 9, 2026 paid local-production smoke: both `geo.time.current.abstract-timezone.mpp` and `geo.time.convert.abstract-timezone.mpp` returned HTTP 200, normalized time fields, and charged 6 credits each.
Supplier Pricing Snapshot
The current launch surface is Abstract Timezone over MPP. Both mapped routes passed paid smoke at 6 credits per request and return normalized time fields.
6 credits ($0.006)
Abstract Timezone Current
Latest paid smoke charged 6 credits on geo.time.current.abstract-timezone.mpp.
6 credits ($0.006)
Abstract Timezone Convert
Latest paid smoke charged 6 credits on geo.time.convert.abstract-timezone.mpp.
What Is Geo?
Geo time APIs let an agent answer location-aware time questions without owning timezone lookup logic or wiring one provider directly.
Direct timezone integrations usually expose provider-specific field names for source location, target location, and datetime. That leaks upstream request shape into the agent's workflow.
AgentRouter keeps current-time lookup and time conversion behind one geo domain, one wallet, and normalized time fields.
Top Scenarios
Use current-time lookup when the workflow needs the present local datetime for a city, coordinate, or IP-derived location.
Current Time
Timezone
6 credits ($0.006)
Scheduling assistants, support tools, and location-aware automations
Abstract Timezone current-time charged 6 credits in the May 9, 2026 local-production smoke.
Coverage: 1 capabilities · 1 live routes
Start with Current Time
Use time conversion when the user gives a source location, target location, and optional local datetime.
Time Conversion
Timezone
6 credits ($0.006)
Calendar planning, travel coordination, and customer handoff workflows
Abstract Timezone convert-time charged 6 credits in the May 9, 2026 local-production smoke.
Coverage: 1 capabilities · 1 live routes
Start with Time Conversion
Provider Comparison
The rows below are derived from the live route catalog currently exposed through AgentRouter.
| Provider | Best For | Key Capabilities | Starting Price | Available Via |
|---|---|---|---|---|
I IPinfo Covers IP Lookup through the live routed catalog. 1 live routes | IP Lookup | IP Lookup Modes: Managed | 1 credit ($0.001) | MPP |
G Google Maps Covers Geocode, Reverse Geocode, Places Search, Place Details through the live routed catalog. 9 live routes | Geocode and Reverse Geocode | Geocode, Reverse Geocode, Places Search, Place Details +5 more Modes: Managed | 6 credits ($0.006) |
Quick Start
Get an API key, ask AgentRouter to recommend the best route for the job, and execute through one shared wallet instead of wiring each provider separately.
Step 1
Enable the API once
Create one AgentRouter API key that can be reused across all live domains and capabilities.
Step 2
Recommend the route
Let AgentRouter compare the current routes, prices, and route availability before the first execute call.
Step 3
Execute the capability
Run the selected workflow through the chosen route while AgentRouter handles pricing, wallet debits, and upstream settlement.
Works with
Pricing By Task
These examples translate the current live route prices into workflow questions operators usually evaluate before shipping a domain into an agent.
| Task | Route | Price | Notes |
|---|---|---|---|
| Get current time | Timezone (geo.time.current.abstract-timezone.mpp) | 6 credits ($0.006) | Send a location and receive the local datetime plus timezone metadata. |
| Convert one datetime | Timezone (geo.time.convert.abstract-timezone.mpp) | 6 credits ($0.006) | Send fromLocation, toLocation, and optional datetime to receive the converted local time. |
Pricing note: 1000 credits = $1 USD. Raw API responses still return numeric credit fields such as creditsCharged.
Why AgentRouter
Recommendation happens before execution, so the agent can compare current route supply and pricing instead of hard-coding one provider forever. The same routed contract stays stable even as provider coverage or transport paths change underneath.
FAQ
Current local time lookup and timezone conversion between locations belong here. Broader geocoding, places, routing, weather, and air-quality workflows remain part of the larger geo domain as they are enabled.
No. The live Abstract Timezone routes use AgentRouter's MPP settlement path and execute through one AgentRouter wallet.
For current time, send location. For conversion, send fromLocation, toLocation, and optional datetime after reading route context for the selected route.
Reference
Use the capability browser below when you want contract-level detail: endpoints, live example modals, route breakdowns, and exact route prices.
| Capability | Endpoints | Price |
|---|---|---|
geocode Turn an address or place query into coordinates. | GET /api/agentic-api/domains/geo/capabilities/geocodeRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/geocode/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/geocode/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
geocode.reverse Turn coordinates into a normalized address. | GET /api/agentic-api/domains/geo/capabilities/geocode-reverseRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/geocode-reverse/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/geocode-reverse/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
places.search Search places by text query or nearby context. | GET /api/agentic-api/domains/geo/capabilities/places-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/places-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/places-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
place.details Get one place detail record by provider place identifier or resolved search result. | GET /api/agentic-api/domains/geo/capabilities/place-detailsRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/place-details/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/place-details/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
places.autocomplete Return place suggestions while the user types. | GET /api/agentic-api/domains/geo/capabilities/places-autocompleteRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/places-autocomplete/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/places-autocomplete/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
routes Compute directions between locations. | GET /api/agentic-api/domains/geo/capabilities/routesRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/routes/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/routes/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
matrix Compute distance or travel-time matrices across origin-destination sets. | GET /api/agentic-api/domains/geo/capabilities/matrixRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/matrix/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/matrix/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
map.static Render a static map image for a location or route. | GET /api/agentic-api/domains/geo/capabilities/map-staticRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/map-static/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/map-static/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
view.street Return a static street-level imagery artifact or metadata. | GET /api/agentic-api/domains/geo/capabilities/view-streetRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/view-street/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/view-street/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
map.match Snap GPS traces to likely roads. | GET /api/agentic-api/domains/geo/capabilities/map-matchRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/map-match/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/map-match/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
isochrone Return reachable-area polygons for a given travel mode and duration. | GET /api/agentic-api/domains/geo/capabilities/isochroneRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/isochrone/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/isochrone/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
weather Return current or forecast weather for a location. | GET /api/agentic-api/domains/geo/capabilities/weatherRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/weather/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/weather/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
air.quality Return current or historical air-quality conditions for a location. | GET /api/agentic-api/domains/geo/capabilities/air-qualityRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/air-quality/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/air-quality/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
time.current Return current time and timezone details for a location. | GET /api/agentic-api/domains/geo/capabilities/time-currentRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/time-current/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/time-current/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
time.convert Convert a datetime from one location or timezone context to another. | GET /api/agentic-api/domains/geo/capabilities/time-convertRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/time-convert/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/time-convert/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
holiday.list Return public holidays for a country with optional year, month, or day filters. | GET /api/agentic-api/domains/geo/capabilities/holiday-listRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/holiday-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/holiday-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
ip.lookup Return geolocation and threat-intelligence details for one IP address. | GET /api/agentic-api/domains/geo/capabilities/ip-lookupRead the capability contract, current lifecycle status, and machine-readable metadata for this geo time workflow. | Free |
POST /api/agentic-api/domains/geo/capabilities/ip-lookup/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/geo/capabilities/ip-lookup/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. |
Related Pages
AgentRouter landing page
Browse all live domains, top API cards, and route coverage across the platform.
Install and auth
Enable AgentRouter, create the API key, and connect the shared wallet flow.
Phone, SMS & Voice domain
Create managed phone agents, provision numbers, inspect conversations and calls, and keep telephony workflows behind one supplier-neutral phone domain.
Physical Mail domain
Quote letters, send physical mail, poll fulfillment status, and send postcards through one routed post domain.
| MPP |
H Holidays Covers Holiday Lookup through the live routed catalog. 1 live routes | Holiday Lookup | Holiday Lookup Modes: Managed | 6 credits ($0.006) | MPP |
I IP Intelligence Covers IP Lookup through the live routed catalog. 1 live routes | IP Lookup | IP Lookup Modes: Managed | 6 credits ($0.006) | MPP |
M Mapbox Covers Geocode, Reverse Geocode, Routes, Matrix through the live routed catalog. 7 live routes | Geocode and Reverse Geocode | Geocode, Reverse Geocode, Routes, Matrix +3 more Modes: Managed | 6 credits ($0.006) | MPP |
O OpenWeather Covers Geocode, Reverse Geocode, Weather, Air Quality through the live routed catalog. 4 live routes | Geocode and Reverse Geocode | Geocode, Reverse Geocode, Weather, Air Quality Modes: Managed | 6 credits ($0.006) | MPP |
T Timezone Covers Current Time, Time Conversion through the live routed catalog. 2 live routes | Current Time and Time Conversion | Current Time, Time Conversion Modes: Managed | 6 credits ($0.006) | MPP |