Changelog

Machines are here.

Create isolated machines through the REST API and route any HTTP port to a public URL.

Atlasflow Machines release artwork

Create and run Machines via API

Machines can now be created through the REST API. Atlasflow handles placement and startup, and gives each machine a stable hostname.

Route any HTTP port. Each exposed port gets its own Atlasflow URL, so a service listening on port 3000 can be reached directly without extra proxy configuration. Optional custom start commands are supported too.

Machines currently have ephemeral local disks. Design workloads so persistent data lives outside the machine.

Also shipped

Up to three Deployment replicas

Deployments can now run up to three replicas for additional capacity and resilience.

Wildcard custom domains

Use a wildcard domain with a Deployment to serve dynamic subdomains from one service. Wildcard setup is currently available through support.

Images API and broader compatibility

List, retrieve, and create images at /v1/images. Minimal Docker images built FROM scratch now boot correctly in Atlasflow VMs.