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
| Surface | URL | Notes |
|---|---|---|
| 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 |
| Documentation | https://docs.constellation.space | This site |
| Marketing | https://constellation.space |
Platform API
| Environment | Base URL | Notes |
|---|---|---|
| Production | https://api.constellation.space | The public production API |
| Stage | https://stage.api.constellation.space | Pre-production promotion target |
| Development | https://dev.api.constellation.space | Continuous deploy on every merge |
| Sandbox | https://sandbox.api.constellation.space | Seeded evaluation environment, outside the promotion pipeline; hosts the live SNR inference endpoint |
| GovCloud development | https://api.dev.gov.constellation.space | GovCloud environment family |
| Dedicated tenants | https://<codename>.api.constellation.space | One 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:
| Service | URL |
|---|---|
| Marketing dev server | http://localhost:3000 |
| Console dev server | http://localhost:5174/app/ |
| Docs dev server | http://localhost:3001 |
| Local platform API | http://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.