Skip to main content

URLs & hosts

Quick reference for operators and integrators.

Product URLs

ServiceProduction URL
Consolehttps://console.constellation.space/app/
Dev consolehttps://dev-console.constellation.space/app/
Documentationhttps://docs.constellation.space
Marketinghttps://constellation.space
API (prod)https://api.constellation.space
API (staging)https://api-staging.constellation.space
API (dev)https://api-dev.constellation.space

Console API proxy paths

On any console host, relative to /app/:

PathUpstream
/app/api/os/topologyGET /api/v1/topology/
/app/api/os/telemetryPOST /api/v1/telemetry/ingest
/app/api/os/predictionsPOST /api/v1/predictions/

Integration scripts

ResourceURL pattern
Fleet agent installhttps://<console-host>/app/integrations/install.sh
OAuth callback (prod)https://console.constellation.space/app/oauth/callback
OAuth callback (dev)https://dev-console.constellation.space/app/oauth/callback

Local development

ServiceURL
Marketing devhttp://localhost:3000
Console devhttp://localhost:5174/app/
Docs devhttp://localhost:3001
Local OS APIhttp://localhost:8000

S3 buckets (default names)

EnvironmentBucket
Dev consoleconstellation-dev-docs-website
Staging consoleconstellation-staging-docs-website
Production consoleconstellation-prod-docs-website

Docs deploy uses DOCS_S3_BUCKET (see deploy workflow).