Skip to main content

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:
15 endpoints — Intelligence + Planning

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
7 endpoints — plan → run → track → retrieve → cancel. A frontier workload (model-parallel / split-learning) runs as a pipeline across the constellation; distributed-training is ISL-bound, so it’s preview-only. Full guide: Workloads →.

Constraint-Aware Execution (CAE)

Base URL: https://rotastellar-cae.subhadip-mitra.workers.dev Auth: None (CORS-restricted to allowed origins) Docs: CAE reference →
11 endpoints — Orbital compute orchestration

Orbital Simulation (Sim)

Base URL: https://sim.rotastellar.com Auth: None (CORS-restricted) Docs: Sim reference →
9 endpoints — Stateless orbital computation

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 →
4 endpoints — Pull-based satellite 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.