Reference
Every Padfile field.
Padfile is strict: unknown top-level or sub-keys cause a parse error. Max file size is 64 KB. Every field below is optional unless marked required.
Top level
| Field | Type | Default | Description |
|---|---|---|---|
padfile_version | string | "1" | Schema version. Pinning it future-proofs your Padfile. |
name | string | Human-readable label for the Pad. | |
visibility | string | "user" | "user" keeps the Pad private to its creator. "organization" shares it with every member of the owning organization. |
ports | int[] | [] | Ports to expose publicly. Each must be 1-65535. Port 22 is reserved. No duplicates. |
[template] (required)
The base configuration the Pad inherits from. Provide exactly one of name or id.
| Field | Type | Description |
|---|---|---|
name | string | Template name in org-slug/template-name form. Preferred. |