Tenants
Isolation between organizations, across networks, storage, identity and billing.
Platform
Machines, networks, disks, databases, clusters, deploys and agents — created through one API and one console. Underneath sits one spine: tenants, roles, quotas, and every resource metered into a single invoice.
01 / 07 Deploy
A managed application platform, built on Coolify and run for you. Push a repository or describe the app — either way you end up with a build, a running process and a URL.
git push interlaken main
live at https://bakery.apps.interlaken.ai
02 / 07 Compute
Four ways to run a workload, all created from the same console: a whole machine you log into, a microVM you start for one job, a container that is only its image, or a pool that sizes itself. Whichever you pick, it lands on your networks and your disks.
A whole operating system, brought up with cloud-init and yours to log into.
A Firecracker guest you start for one job and let go of afterwards.
An OCI image, run as it is, on the same network as everything else.
A pool of any of the above, grown and shrunk against a metric.
03 / 07 Networking
Every tenant gets isolated virtual private clouds with their own address space. Route out through a gateway, put a load balancer in front, and hand out public addresses from a managed pool.
04 / 07 Storage
Block storage is replicated across hosts with LINSTOR and DRBD, so a volume lives on more than one machine from the moment it exists. Snapshots become bootable images; unstructured data goes into S3-compatible buckets alongside.
05 / 07 Databases
Five database engines, provisioned and continuously reconciled by KubeBlocks on the platform’s own Kubernetes, with their data on the same replicated block volumes as everything else. You get an endpoint and credentials.
endpoint + credentials
06 / 07 Kubernetes
Managed k3s clusters whose nodes are your own virtual machines, in your own VPC. Networking, the storage driver and load balancing are wired in before the kubeconfig is handed over.
kubectl get nodes
NAME STATUS ROLES AGE VERSION
cluster-1-cp-1 Ready control-plane,master 12d v1.31.4+k3s1
cluster-1-w-1 Ready <none> 12d v1.31.4+k3s1
cluster-1-w-2 Ready <none> 12d v1.31.4+k3s1
07 / 07 Agents
An agent on Interlaken gets a real sandbox — a machine with a filesystem, a terminal and network access — rather than a chat window. Give it a role, skills and tools, and let a team of them work through one task together.
08 Operations
Every resource on this page belongs to a tenant, is created by a user holding a role, counts against a quota and is metered into an invoice. That spine is what makes this a cloud rather than a pile of services.
Isolation between organizations, across networks, storage, identity and billing.
Role-based access control over what each user may do with each kind of resource.
Per-tenant limits, checked before anything is provisioned rather than after the bill arrives.
Running resources are metered continuously and accumulated into usage records.
Usage becomes an invoice. Credits, payment methods and past invoices all live in the console.
A tenant can be suspended, which cuts its network access first and asks questions afterwards.
Console
Every section on this page is a page in the console. Create an account and the whole platform is one click away.