Start a Paxter project
Create and enter a new working folder, then initialise Paxter:
mkdir my-paxter-workflow
cd my-paxter-workflow
paxter init
init is a free command. It creates these files in the current directory:
| File | Purpose |
|---|---|
paxter.yaml | Local configuration with empty registration fields. |
workflow.yaml | A minimal workflow with a safe placeholder URL. |
.gitignore | Entries that protect local configuration and generated Paxter output. |
Paxter never overwrites an existing file. When a file already exists, init leaves it unchanged and reports that decision.
Next steps
- Run
paxter setupto install Paxter's supported Chromium browser. - Request the licensed email and registration code from your organisation's Paxter administrator, or Booolean support for a direct purchase. Keep the issued values in
paxter.yamland outside source control. - Read the configuration reference before changing output, temporary, browser, or parallel-run settings.
- Replace the placeholder URL in
workflow.yamlwith an approved non-production test environment. - Validate access with
paxter register. - Run the workflow with
paxter run workflow.yaml.
Safety
The generated workflow does not target a live website. Do not replace its placeholder with a production or third-party URL unless you have explicit written authorisation and have accepted the operational risk.