curl.
Install
Authenticate
Environment variables:pk_test_ vs pk_live_) auto-selects the correct base URL.
Command groups
| Group | Description |
|---|---|
sly accounts | Manage person / business accounts |
sly agents | Create agents, Ed25519 keys, skills |
sly wallets | Balances, funding (sandbox), freeze/unfreeze |
sly agent-wallets | Agent-scoped wallet + policies |
sly merchants | UCP merchant catalog |
sly settlement | Settlement windows, rules, reconciliation |
sly x402 | x402 endpoints, facilitator, bridge |
sly acp | ACP checkouts |
sly ap2 | AP2 mandates |
sly ucp | UCP tokens, settlements |
sly mpp | MPP sessions |
sly a2a | A2A tasks, marketplace, skills |
sly support | Open a support ticket |
sly env | Inspect or swap environment |
sly <group> --help for sub-commands.
Quick examples
JSON output
Default output is human-friendly tables.--json gives scriptable output:
Exit codes
0— success1— missing credentials or configuration2— API returned a 4xx3— API returned a 5xx or network error
set -e pipelines.
Environment management
See also
- CLI README on npm
- Node SDK — the CLI wraps this
- Full command reference:
sly --help
