Creating Scripts
Create a script in the dashboard or with the API. Choose a runtime, visibility, and expiry.
In the product
Signed-in users create scripts at /new. The API uses POST /api/v1/scripts with the same fields: title, runtime, visibility, expiry, body, and optional description.
Title is required (max 180 characters). Body cannot be empty.
Runtimes
Supported values: bash, powershell, python, node, docker, go.
Docker and Go still fetch through bash in the generated one-liner. You run or build the file on your machine.
Size and caps
- Free10 live personal scripts, 256 KB each, public only.
- Pro and TeamsUnlimited scripts, 2.0 MB each, any visibility.
Revoked and archived scripts do not count toward the Free cap. Expired scripts still do until you archive them.