pxxl deploy lets you ship a local project to Pxxl without pushing to GitHub first. It is SpaceDrop-first: the CLI reads pxxl.toml, applies .pxxlignore, creates a deterministic temporary ZIP of your working directory, uploads it as a private source asset, and queues a normal Pxxl deployment — the same build pipeline that runs for GitHub-imported projects.
This is the fastest path for solo deploys, throwaway demos, CI jobs that build artifacts locally, and any workflow where you do not want every commit to trigger a deploy.
pxxl.toml
Authentication
Use an API key withscope=all or scope=deploy and permission=read_write.
