Skip to main content

URLs and hosts

Quick reference for every hostname in the Constellation OS estate. Integrators need the first two tables; the rest is context.

Consoles and sites

SurfaceURLNotes
Console (production)https://console.constellation.space/app/Operator console for production tenants
Console (development)https://dev-console.constellation.space/app/Latest merged features; reads seeded sandbox data
Console (staging)https://staging-docs.constellation-io.com/app/Internal promotion target between dev and production
Documentationhttps://docs.constellation.spaceThis site
Marketinghttps://constellation.space

Platform API

EnvironmentBase URLNotes
Productionhttps://api.constellation.spaceThe public production API
Stagehttps://stage.api.constellation.spacePre-production promotion target
Developmenthttps://dev.api.constellation.spaceContinuous deploy on every merge
Sandboxhttps://sandbox.api.constellation.spaceSeeded evaluation environment, outside the promotion pipeline; hosts the live SNR inference endpoint
GovCloud developmenthttps://api.dev.gov.constellation.spaceGovCloud environment family
Dedicated tenantshttps://<codename>.api.constellation.spaceOne hostname per dedicated stack; shipped precedent: warpware.api.constellation.space

All environments expose the same surface (/health*, /topology, /telemetry, /predictions) authenticated with x-api-key; see API overview. Keys are environment-scoped and the tenant always derives from the key, never the hostname.

Console API proxy (local development only)

Under local console development, the Vite dev server proxies /app/api/os/* to the API named by CONSTELLATION_API_URL. Against hosted environments, clients call the platform API base directly; the proxy path is not a production routing option. See Integration bundle.

Local development (internal)

For engineers working in the monorepo:

ServiceURL
Marketing dev serverhttp://localhost:3000
Console dev serverhttp://localhost:5174/app/
Docs dev serverhttp://localhost:3001
Local platform APIhttp://localhost:8000

Deploy internals (internal)

Console builds sync to per-environment S3 buckets behind CloudFront, under the /app/ path: constellation-dev-docs-website (dev), constellation-staging-docs-website (staging), constellation-prod-docs-website (production). Configuration is sourced from SSM at deploy time. These names are operational detail for the platform team, not integration surface.