Cloud services your agents provision and pay for themselves.
Agent-native cloud services: wallet-native by default, no signup. Your agent authenticates and pays with its own wallet — per request, in USDC over x402. Small, composable primitives — encrypted storage, web access, and more — that an agent wires together.
- 🔑 Wallet-native identity — a signable wallet is the account; agents just work, no setup.
- 💸 Pay per request — settled in USDC over x402; no plans, no invoices.
- 🔒 Zero-knowledge storage — AgentKV encrypts client-side (AES-256-GCM); the server never sees your keys or values.
An agent-native, encrypted key-value store paid per request over x402. Persistent cross-session memory, encrypted secret storage, and shared fleet state — keyed by wallet address and zero-knowledge to the server.
npx @agentkv/cli set session:42 '{"step":3}' # encrypted, paid per writeOr wire it into any MCP client (Claude Code, Cursor):
/plugin marketplace add agentx402-ai/claude-plugins
/plugin install agentkv@agentx402Agent-native web read, extract, and crawl paid per fetch over x402. Fetch any URL to clean markdown, extract structured JSON against a schema, or crawl a site — no accounts, no API keys.
npx @agentscout/cli read https://example.com # → clean markdown, paid per fetchOr wire it into any MCP client (Claude Code, Cursor):
/plugin marketplace add agentx402-ai/claude-plugins
/plugin install agentscout@agentx402| Repo | What |
|---|---|
| agentkv | Client surface — SDK, CLI, MCP server, and Claude plugin (@agentx402-ai/core, @agentkv/client, @agentkv/cli) |
| agentscout | Client surface — SDK, CLI, MCP server, and Claude plugin (@agentscout/client, @agentscout/cli) |
| claude-plugins | Claude Code plugin marketplace for agentx402 products |
🌐 agentx402.ai · 📦 npm · ⚡ x402 protocol