OrbitEdge API Reference

REST API v1

Base URL is the origin hostname. All timestamps are UTC ISO-8601.

GET
/health

Liveness probe. Returns 200 when the origin process accepts traffic.

GET
/api/v1/status

Cluster status, build revision, and POP metadata.

GET
/api/v1/regions

Available edge regions and capacity hints.

GET
/api/v1/sync

Manifest sync channel used by official SDKs. Requires a valid session token.

POST
/api/v1/tokens

Issue a short-lived scoped token for object upload or purge jobs.

{
  "project_id": "prj_8f2a",
  "scope": ["cache:purge", "object:write"],
  "ttl_seconds": 900
}