Self-serve — key issued instantly

Get your API key

One API for hybrid orbital + terrestrial compute. Create your key and make your first routing call in under a minute. Upgrade anytime for production volume.

Free tier: 100 routing decisions/day — no card required

No credit card required · Upgrade anytime on pricing · By signing up you agree to the terms

Account created

Welcome to OrbitRoute

STARTER

Here is your API key. Send it in the X-API-Key header on every request.

⚠ Store this key now — it is shown once and cannot be retrieved again.

Make your first routing call



      

Or submit a managed job

curl -X POST https://www.orbitroute.ai/api/v1/jobs \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model_name":"llama-3-70b","gpu_required":"H100","input_size_mb":512,"estimated_compute_seconds":30}'

Same body as /route, but OrbitRoute schedules and manages the job through completion — check it with GET /api/v1/jobs/{job_id}.

Check your usage anytime

curl "https://www.orbitroute.ai/api/v1/usage?api_key=YOUR_KEY"