revx-auth
Auth & Account Setup (revx configure)
Install the CLI, generate API keys, and configure write-operation security.
Auto-resolve target. When invoked from another
revx-*skill due to an auth error, do not bounce the user back to manual setup. Diagnose the failure against the Error Reference below, run the fix yourself (e.g.chmod 600 ~/.config/revolut-x/private.pem,revx configure generate-keypair,revx configure set --api-key <key>), then return to the calling skill and retry the original command. Only ask the user for inputs that only they can provide: the 64-character API key string, confirmation that they have registered the public key in their Revolut X profile, the keypair passphrase, or approval to overwrite an existing keypair.
Prerequisites
- Node.js >= 20 (check with
node -v) - npm (comes with Node.js)
Install
npm install -g @revolut/revolut-x-cli && npm link @revolut/revolut-x-cli
After install, revx is available as a global command: