New Introducing the Operator Agent — the execution layer for orbital compute Learn more

Build for Space

SDKs and APIs for satellite tracking, orbital computing, and space infrastructure.

Demo API Key — Try instantly, no signup
rs_demo_rotastellar2026

10 requests/minute. Click to copy.

SDK Packages

Available for Python, Node.js, and Rust

Python SDK

Satellite tracking, orbital intelligence, and compute planning. Unified client for the full API.

Python
pip install rotastellar
from rotastellar import RotaStellarClient

client = RotaStellarClient(api_key="rs_demo_...")
sat = client.satellites.get("25544")  # ISS
print(f"{sat.name}: {sat.position.lat:.2f}°")

Operator Agent

Rust SDK for orbital compute providers. Implements the RotaStellar Operator Protocol for on-satellite execution.

Rust
cargo add rotastellar-agent
use rotastellar_agent::Agent;

let agent = Agent::builder()
    .satellite_id("SAT-001")
    .capabilities(["inference", "training"])
    .build()?;

agent.connect("wss://runtime.rotastellar.com")
    .await?;

Ready to build?

Get your own API key with higher limits and usage tracking.

Get Your API Key — Free