Mountaya documentation
Add Mountaya's outdoor geospatial data to your product. Drop in a 3D map with one iframe, query the routing engine from your backend, or stream tile layers into your existing map. Pick the integration that fits your stack.
Get started
- Set up authentication (required). Create a publishable key and a secret key, then learn how session tokens work.
- Pick a product. Choose the integration that fits your use case from the list below.
- Set up AI agents (optional). Install agent skills so your AI coding tool can handle the rest of the integration for you.
Products
Map Embedding
Drop a full Mountaya 3D map into your website with a single <iframe> tag. Display collections, routes, itineraries, and drawings, complete with terrain, overlays, and interactivity, without writing any map code.
Best for content pages, event pages, and landing pages where you want to showcase outdoor experiences without building a custom map.
Get started with Map Embedding ->
Outdoor Intelligence
Query Mountaya's geospatial engine directly through a typed GraphQL API. Compute directions between waypoints, generate reachability isochrones, calculate travel-time matrices, analyze route surfaces, and generate route suggestions. No map rendering involved.
Best for building features that go beyond map display: trip planners, route finders, distance calculators, reachability analysis, or any backend logic that needs geospatial computations.
Get started with Outdoor Intelligence ->
Outdoor Tiles
Add Mountaya's tile layers to your existing map: weather overlays, snow depth, activity routes, collection data. Works with MapLibre, Mapbox, Leaflet, MapTiler, deck.gl, or any library that supports vector and raster tile sources.
Best for teams that already have a map in their app and want to enrich it with Mountaya data while keeping full control over the UI.
Get started with Outdoor Tiles ->
Which product fits?
The three products are complementary. Pick the one that matches the surface you're building on:
- You don't have a map yet and want a ready-made experience: use Map Embedding.
- You're building a feature with no map, like a trip planner or a reachability filter: use Outdoor Intelligence.
- You already have a map and want to overlay Mountaya data onto it: use Outdoor Tiles.
Many integrations combine two or three: an embedded iframe for the showcase page, the Tile API for a custom map elsewhere on the site, and the Data API behind a "find a route near me" form.