The T3N sandbox gives developers everything to build agents with verifiable identity, programmable authorization, and secure payments. Claim 20,000 test credits and start shipping.
- 20,000 test credits — enough for 25 agents and ~5,000 protected actions.
- Full SDK access — npm, MCP server, plus a Stripe-backed test merchant.
- One signup, every protocol — A2A, ERC-8004, Entra Agent ID, MCP, Web Bot Auth.
Ship trusted actions.
The T3 ADK wraps every outbound action your agent takes — verifying identity, substituting sensitive references inside a TEE, and writing an audit row to the ledger — before it ever reaches the destination system. Learn more
The T3N sandbox is the full stack — same SDK, same enclaves, same protocol coverage as production. We're just covering your gas.
20,000T3N
Test credits, instantly
Enough to register up to 25 agents and run roughly 5,000 protected actions.
25did:t3n
Verifiable agent identities
Cryptographically signed, W3C-compliant decentralized identifiers. Resolve to A2A cards, ERC-8004, Entra Agent ID — register once.
Stripetest mode
Agent Connect payments
Real placeholder-resolution flow inside the TEE. Run end-to-end payment intents with test cards — no PCI scope on your side.
FullSDK + MCP
Every integration surface
npm package, MCP server, CLI, REST/SDK, sample apps.
in 5 minutes
Sign in with Google and enter an optional campaign code. We’ll instantly provision your T3 decentralized ID (DID) and queue up your test credits.
Copy your API key directly from the success screen. Your test credits and DID will be assigned automatically to that API key. Note: During the test phase, you will not be able to retrieve your API key after this page, so please make sure to store them somewhere safe before you move on.
npm install, initialize the client, and provide your API key. Set to sandbox — your app can open an authenticated TEE session and deploy your contract in 5 minutes.
import { T3nClient, loadWasmComponent, setEnvironment, createEthAuthInput, eth_get_address, metamask_sign, } from "@terminal3/t3n-sdk"; setEnvironment("sandbox"); // your API key const key = process.env.T3N_API_KEY!; const address = eth_get_address(key); const client = new T3nClient({ // all crypto runs inside WASM wasmComponent: await loadWasmComponent(), // signs your login challenge handlers: { EthSign: metamask_sign(address, undefined, key) }, }); // open an encrypted session in the TEE await client.handshake(); // prove your wallet → your did:t3n:… await client.authenticate(createEthAuthInput(address)); // your token balance const { balance } = await client.getUsage(); console.log(`Credits available: ${balance.available}`); ▍
These are the reference agents included with the T3N sandbox. Review the contract and sample call — then start building. You're 30 minutes from a working demo.
An agent that reads HR data and triggers bank transfers — without ever holding raw account numbers. The flagship demo for Super AI Week.
Stripe-backed checkout flow with an agent that picks vendors, places orders, and reconciles invoices on a real merchant account.
Agent reads applicant identity from a verifiable credential, fills government forms, and submits without exposing passport numbers in the prompt context.
Flight + hotel agent that books on the operator's card with a scoped, time-bound spending limit — single-hop delegation via A2A.
An agent that reads HR data and triggers bank transfers — without ever holding raw account numbers. The flagship demo for Super AI Week.
Click outside or another node to switch demos · Tap the canvas to deselect