Quick reference for operators and integrators.
Product URLs
Console API proxy paths
On any console host, relative to /app/:
| Path | Upstream |
|---|
/app/api/os/topology | GET /api/v1/topology/ |
/app/api/os/telemetry | POST /api/v1/telemetry/ingest |
/app/api/os/predictions | POST /api/v1/predictions/ |
Integration scripts
| Resource | URL pattern |
|---|
| Fleet agent install | https://<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
S3 buckets (default names)
| Environment | Bucket |
|---|
| Dev console | constellation-dev-docs-website |
| Staging console | constellation-staging-docs-website |
| Production console | constellation-prod-docs-website |
Docs deploy uses DOCS_S3_BUCKET (see deploy workflow).