AGW CLI is an agent-first CLI for Abstract Global Wallet. It gives an agent structured JSON input and output for wallet operations without exposing the wallet’s private key to the agent runtime.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.
What it can do
- read wallet address, balances, and token inventory
- preview and execute transactions
- sign messages and transactions
- write to contracts and deploy contracts
- discover apps on Abstract
- query Abstract Portal data
- serve the same capabilities over MCP
Why use it
Use AGW CLI when you want:- a CLI-first or MCP-first wallet integration
- preview-first writes with explicit execution
- session-key-style delegation through a companion approval flow
- schema introspection for agent tooling
Command groups
| Group | Examples |
|---|---|
wallet | address, balances, tokens list |
tx | preview, send, calls, transfer-token |
contract | write, deploy |
auth | init, revoke |
session | status, doctor |
app | list, show |
portal | streams list, user-profile get |
mcp | serve |
Relationship to AGW SDK docs
This section covers the agent workflow. For direct app integration with AGW SDKs, use theAbstract Global Wallet docs.
For the underlying session-key model, see Session keys.
Get started
Install and Authenticate
Install AGW CLI and link it to a wallet.
Run AGW as MCP
Expose AGW capabilities to MCP-capable hosts.