You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,31 @@
2
2
3
3
`402bot` is a product CLI for `402.bot`, backed by [`x402-proxy`](https://github.com/cascade-protocol/x402-proxy).
4
4
5
-
It keeps wallet setup, x402 payment handling, MCP proxying, and spend history from `x402-proxy`, but adds higher-level commands for discovery, inspection, recipes, docs crawls, wallet dossiers, market workflows, and agent setup.
5
+
It keeps wallet setup, x402 payment handling, MCP proxying, and spend history from `x402-proxy`, but adds higher-level commands for discovery, inspection, config defaults, docs crawls, wallet dossiers, market workflows, and agent setup.
6
6
7
-
## Discovery And Agent Operations
7
+
## Setup, Config, And History
8
8
9
9
```bash
10
10
402bot setup
11
11
402bot status
12
+
402bot doctor
12
13
402bot wallet
14
+
402bot config get
15
+
402bot config set campaign-id codex-mcp-setup
16
+
402bot config set spend-cap 2
17
+
402bot spend --since 7d
18
+
402bot history --since 7d --json
19
+
402bot completion zsh
20
+
```
21
+
22
+
## Discovery And Agent Operations
23
+
24
+
```bash
13
25
14
26
402bot mcp --campaign-id defi-agent-alpha
15
27
16
28
402bot discover "find the best live Base wallet-intelligence or risk API for an autonomous trading agent"
0 commit comments