Use Pad in CI
Provision Pads from CI pipelines and scripts.
CI pipelines often need a fresh Pad per build without committing a Padfile to every repo. The command takes the same fields as a Padfile, but as flags. It also accepts --padfile <path|-> when you'd rather generate or pipe TOML.
Authenticate
Generate an API key from your account, store it as a secret in your CI provider, and pass it via --api-key:
pad create --api-key "$PAD_API_KEY" --template myorg/node-20 ...Every pad invocation accepts --api-key, so pad login and OS-keychain credentials are not needed in CI.