API Directory
RotaStellar exposes three categories of public APIs across multiple services. Each service is independently deployed and has its own base URL.Internal Console APIs (session-authenticated) are documented in Mission Control > Admin > API Directory for authorized operators only.
External APIs
Public APIs requiring a Bearer API key (rs_...). Available to all developers.
Satellite Intelligence API
Base URL:https://api.rotastellar.com/v1
Auth: Bearer API key
Docs: Full reference →
Planning endpoints:
Workloads API (Control Plane)
The developer API to run, track, and control workloads on the orbital fleet. One submission surface — the workload class (single, data-parallel, spatial, federated, model-parallel, split-learning) drives execution; the CAE places it and the durable lifecycle runs it.
Base URL: https://api.rotastellar.com/v1
Auth: Bearer API key
Constraint-Aware Execution (CAE)
Base URL:https://rotastellar-cae.subhadip-mitra.workers.dev
Auth: None (CORS-restricted to allowed origins)
Docs: CAE reference →
Orbital Simulation (Sim)
Base URL:https://sim.rotastellar.com
Auth: None (CORS-restricted)
Docs: Sim reference →
Agent Protocol APIs
APIs used by the RotaStellar Operator Agent running on satellites (real or simulated). Authenticated via API key + Agent-ID headers. Base URL: Console URL (e.g.,https://rotastellar.com)
Auth: X-API-Key + X-Agent-ID headers
Docs: Agent Protocol →
Summary
Internal Console APIs (88 routes for auth, billing, admin, missions, etc.) are documented in the Console’s Admin > API Directory page, accessible to authenticated administrators only.

