Reach Atlas Cloud
| What | URL |
|---|---|
| Web console | https://sky.runatlas.is |
| HTTP API | https://sky.runatlas.is/client/api |
| S3 object storage | https://s3.runatlas.is |
| Status page | https://status.runatlas.is |
| Docs (this site) | https://docs.atlascloud.is |
| Marketing | https://runatlas.is |
The console and the HTTP API share a hostname. Humans go to the root of sky.runatlas.is to log in; programs sign HTTP requests against the /client/api path below it.
Zones
| Zone | Location |
|---|---|
is1 | Iceland |
is1 is the only Atlas Cloud zone today. Every resource you create lives there.
S3 URL styles
The S3 endpoint accepts both URL styles:
- Path-style:
https://s3.runatlas.is/<bucket>/<key> - Virtual-hosted-style:
https://<bucket>.s3.runatlas.is/<key>
Modern S3 SDKs default to virtual-hosted. Some older aws-cli configurations need path-style. See Buckets for client setup.
HTTP API authentication
The HTTP API at sky.runatlas.is/client/api uses HMAC-SHA1 request signing with an API key + Secret key pair. You generate keys from the console — see Get API credentials.
Most users don’t sign requests by hand. The Terraform provider and the cmk CLI handle signing transparently.
S3 credentials
S3 access keys are separate from the HTTP API keys above. You generate them from the console’s storage view. See Buckets for the workflow.