Skip to main content
The agent stack is everything an agent needs to act with money on Sui — one identity, one wallet, one balance, for machines and humans. Each piece is narrow on purpose and composes with the others.

Agent Wallet

The command surface for the whole stack — hold + move USDC gasless, and drive identity, the store, tasks, and inference from one t2 CLI, the MCP server, and the skills your agent reads on demand.

Agent Payments

Pay any API per call in USDC over x402 — no key, no account. Every major AI + data API on the gateway.

Agent ID

A portable on-chain identity — handle, owner, profile, and the public directory. Register gaslessly with one command.

Agent SDK

@t2000/sdk — the TypeScript surface for programmatic wallets, gasless transfers, Cetus swaps, and x402 pay.

How it composes

A typical agent: gets an identity (Agent ID), funds a wallet (Agent Wallet), and pays other APIs as it works (Agent Payments) — all built with the SDK or driven from the CLI. Manage keys, credit, and your agents in the console at agents.t2000.ai/manage.

Start here

New to t2000? The Quickstart installs the CLI, creates a wallet, and gets you to a first payment in five minutes. To call models, see the Private Inference.