ROOTE API
API Authentication
Authenticate ROOTE API requests.
Page actions
ROOTE API requests use the developer token described in Authentication.
Bearer authentication
Authorization: Bearer YOUR_API_TOKENBearer is the default for persistent integrations. Endpoints that explicitly document query-token compatibility may also accept ?token=YOUR_API_TOKEN.
Access policies and scopes
An endpoint can require authentication and a scope:
geography:readfor geography capabilities;mobility:readfor mobility and urban services.
Access policy, scope checks, credits, and limits are enforced by the backend. See Credits & Limits.
Complete guide
Token creation, MCP sharing, and URL-exposure considerations are documented on Authentication.