AGW CLI uses a delegated signer model. The wallet’s signing key stays managed by the AGW stack, while the CLI creates a local device authorization key for this machine and binds it through the companion approval flow.Documentation Index
Fetch the complete documentation index at: https://docs.abs.xyz/llms.txt
Use this file to discover all available pages before exploring further.
High-level flow
- AGW CLI generates a local device key
- The companion app opens in the browser
- The user approves the signer and policy scope
- The session is saved locally
- Future requests are checked against the approved policy
Why this matters
- the agent does not need the wallet’s private key
- permissions can be scoped by policy
- state-changing actions stay preview-first