🌈 jup.sh docs

jup.sh 0.1.0-alpha.4 Release Notes

v0.1.0-alpha.4 makes the local risk policy easier to tune from the CLI.

The main workflow:

npx jup-sh@alpha init
npx jup-sh@alpha policy trust api.vendor.example
npx jup-sh@alpha policy set max-auto 10
npx jup-sh@alpha pay --agent deepseek --token SOL --amount 6 --settle USDC --recipient api.vendor.example --json

What This Release Adds

Current Boundary

This release is still a developer alpha. auto_pay means an intent is inside local policy and ready for a future authorization layer. It does not mean the CLI signed or moved funds.

Not Included

Verification

Run the full release gate:

npm run release:check