Declare it in a file
A Dorkyfile is your machine written down. It lists the services the machine runs, the routes it serves, and the upstreams its turns send to. Apply the file and the machine becomes that description.
A real, isolated machine with its own filesystem, its own address on the open web, and a boundary that answers only the keys you cut.
Dorky gives you a managed server your agent lives on. It is a real, isolated machine with its own filesystem, its own address on the open web, and a boundary that answers only the keys you cut.
You describe the machine in a small TOML file called a Dorkyfile. It lists the services the machine runs, the routes it serves, and the upstreams its turns send to. Running dorky apply makes the machine be that description. It provisions the machine the first time and reconciles it to the file every time after.
The page you are reading is itself a Dorky machine. It is a single static service, the built documentation, declared by a docs.dorky.toml file and served from docs.dorky.host.