maps.gurudocs
Documentation

Introduction

maps.guru is a SaaS platform providing a unified API gateway for maps, geocoding, and routing services. Think of it as Stripe for Maps — we wrap existing map APIs, handle authentication, usage tracking, and billing through a single developer-friendly interface.

What is maps.guru?

Instead of managing multiple API keys, rate limits, and billing accounts across different map providers, maps.guru gives you:

  • One API key for all map services
  • Unified billing with usage-based pricing
  • Real-time usage tracking with quota enforcement
  • Organization management with role-based access control

Key Features

Unified API Gateway

Access maps, geocoding, and routing through a single endpoint with consistent authentication and error handling.

# All services use the same API key
curl "https://api.maps.guru/v1/geocode?q=Paris&key=mapx_your_key"
curl "https://tiles.maps.guru/v1/planet-vector/0/0/0.pbf?key=mapx_your_key"

Usage Tracking

Monitor your API usage in real-time from the dashboard. Set up alerts when approaching quota limits.

Multi-Tenant Organizations

Create organizations, invite team members, and manage permissions. Each organization gets its own usage quotas and billing.

AI-Powered Assistance

Use the built-in AI assistant to get help with integration, troubleshoot issues, or learn about map features.

Next Steps