REST API
Review endpoint and authentication concepts.
Explore →
Understand browser keys, server keys, origins and credential boundaries.
GeoLayers uses authenticated accounts for cloud projects, subscriptions and collaboration. Keep credentials private and use supported account-recovery flows rather than sharing logins.
Projects carry access context such as ownership and collaboration. Application modules should respect the project access state rather than bypassing it.
Public API keys are managed separately from interactive account authentication. Browser keys may be origin-restricted; server keys should remain confidential.
Do not place service-role secrets, private API keys or authentication tokens into frontend code, downloadable manifests or Spatial Automation workflow definitions.
Use this checklist to reduce avoidable integration problems.
Use the related documentation pages to move from concept to a tested development workflow.