REST API
Review endpoint and authentication concepts.
Explore →
Understand rate limits, collection limits and browser execution boundaries.
GeoLayers intentionally bounds browser-side analysis, automation and API requests so the interface stays responsive and users can understand the scale of the operation.
Spatial Automation currently bounds workflow count, step count, history size, source feature count, webhook payload size and minimum interval.
Public APIs apply request/feature limits and rate controls. Integrations should page through data instead of assuming a single unlimited response.
Specialist modules such as Earth Observation, GeoML and Mobility also use browser-appropriate limits; large production workloads may require preprocessing or server-side execution.
Use this checklist to reduce avoidable integration problems.
Use the related documentation pages to move from concept to a tested development workflow.