Overview
The declarative TOML file that describes a Pad.
A Padfile is a TOML file named Padfile at the root of your project. It's the authoritative description of how a Pad should be built: which Template to use, which repo to clone, which commands to run, which ports to expose, and which secrets and AI agents to attach.
Minimal Padfile
padfile_version = "1"
[template]
name = "pad/default"