Skip to Content
ReferenceProject Services

Project & organization services (API)

This page is the docs hub behind geobase projects endpoints <ref>.

  • Start with Global Geobase context before using service pages.
  • Use this table to map each CLI endpoint row to the service page an agent should read next.

{origin} is the project API origin (for example https://<ref>.geobase.app). {services_origin} is the org services host (default https://services.geobase.app; override with GEOBASE_SERVICES_API_BASE_URL).

For JavaScript client setup patterns (browser vs server), see Geobase context.

Per-project (data-plane)

Row ids intentionally match CLI deep links from geobase projects endpoints.

ServiceTypical pathDocumentationClient notes
REST (PostgREST){origin}/rest/v1/PostgRESTPrimary data reads/writes from Next.js server routes.
Auth (GoTrue){origin}/auth/v1Auth (GoTrue)User sign-in and session flows for web apps.
Storage API{origin}/storage/v1Storage APIFile upload/download with bucket policies.
Edge Functions{origin}/functions/v1Edge FunctionsCustom backend actions for app workflows.
Analytics API{origin}/analytics/v1/apiAnalytics APIProject metrics and aggregate reporting endpoints.
Realtime (WebSocket)wss://{host}/realtime/v1/websocketRealtime (WebSocket)Live subscriptions for reactive UI updates.
GraphQL{origin}/graphql/v1GraphQLAlternative query surface for read-heavy views.
Tileserver (vector tiles){origin}/tileserver/v1Tileserver (vector)Vector tile map source endpoints for web maps.
Titiler (raster COG){origin}/titiler/v1Titiler (raster)Raster COG tile and metadata endpoints.
Worker API (OpenAPI){origin}/worker/docWorker APIBackground job API surface for async tasks.
Worker: OSM import{origin}/worker/jobs/osmImportAreaOpenStreetMap importAsync OpenStreetMap extract for an AOI (Studio OSM Import Map).
Worker: Overture import{origin}/worker/jobs/overtureImportAreaOverture importAsync Overture Maps layer import for an AOI.
Worker: GeoEmbeddings{origin}/worker/jobs/createGeoEmbeddingsWorker jobsBackground embedding generation pipeline.
Worker: SRAI embeddings{origin}/worker/jobs/createSraiEmbeddingsWorker jobsAsync SRAI embedding job endpoint.
Worker: Archive to PMTiles{origin}/worker/jobs/archiveToPmtilesArchive to PMTilesAsync PostGIS table archive to Storage bucket pmtiles.
Postgres meta (pg)from project settings (pgMetaUrl, …)Postgres metaPrivileged metadata APIs for internal tooling.

Organization services (shared)

Same host for all orgs in a Geobase deployment. Use an organization Services API key (not project anon key).

ServiceTypical pathDocumentationClient notes
Routing Engine (organization services API){services_origin}/routing-engine/v1/route (POST)Routing engineCall from server-side code with org Services API key.
Last updated on