Mapflow.ai

Mapflow.ai analyzes satellite and aerial imagery with AI, manages geospatial processing projects, and provides custom imagery and catalog workflows.

10 actions Integration catalog
Request access
Connect Mapflow.ai once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Processing (Consumes Credits)MAPFLOW_CREATE_PROCESSING
CREDIT-CONSUMING: create and immediately start an asynchronous v2 imagery-analysis processing. Estimate first, verify the account balance and limits, then poll MAPFLOW_GET_PROCESSING every 30-60 seconds.
Create ProjectMAPFLOW_CREATE_PROJECT
Create a Mapflow project container for organizing imagery-analysis processings. This does not start processing or consume processing credits.
Download Processing ResultMAPFLOW_DOWNLOAD_PROCESSING_RESULT
Download a completed processing's vector result as a GeoJSON file, optionally restricted to one AOI. Call only after MAPFLOW_GET_PROCESSING reports status OK.
Estimate Processing CostMAPFLOW_ESTIMATE_PROCESSING_COST
Estimate the credit cost of a v2 processing without starting it or consuming credits. Provide a model workflow ID and at least one of geometry or area_sq_km.
Get Account CapabilitiesMAPFLOW_GET_ACCOUNT_CAPABILITIES
Return the connected Mapflow account's credit balance, processing and storage limits, available AI models and optional blocks, and imagery providers. Use this before estimating or starting a processing.
Get ProcessingMAPFLOW_GET_PROCESSING
Get detailed status, progress, cost, errors, source configuration, and result-layer metadata for one current v2 processing. Poll no more often than every 30-60 seconds while it is running.
Get Storage OverviewMAPFLOW_GET_STORAGE_OVERVIEW
Return custom-imagery storage limits and usage together with the account's mosaics, so an agent can select existing uploaded imagery without separate discovery calls.
List ProcessingsMAPFLOW_LIST_PROCESSINGS
List current v2 processings. Omit project_id for the connected account's personal list, or provide project_id to include processings in a specific visible personal, shared, or team project.
List ProjectsMAPFLOW_LIST_PROJECTS
List projects visible to the connected account, including personal and shared or team projects and the IDs needed to scope processing operations.
Search Imagery CatalogMAPFLOW_SEARCH_IMAGERY_CATALOG
Search external imagery providers linked to the connected account for scenes or mosaics intersecting a GeoJSON AOI. Available inventory depends on account and provider entitlements; route access does not imply commercial imagery access.