Tonagentry Get early access
Developer preview · Q3 2026

Ship AI agents
where users already are.

Tonagentry is the deployment layer for autonomous and assistive agents inside Telegram. Wallet-native identity. Sub-cent payments. TON settlement.

What you get

01

Telegram-native runtime

Deploy once, reach 950M users with no install. Mini-app shell + bot lifecycle handled.

02

Wallet-native auth

TON Connect, signed initData, durable agent identity. No passwords, no JWT churn.

03

Programmable payments

Agents can charge per call, settle peer-to-peer, hold balances. Sub-cent fees on TON.

04

Model-agnostic

Bring your own provider: Claude, GPT, Gemini, open-weight. We route, observe and cache.

05

Tools + memory

First-class tool calling, on-chain artifacts, durable conversation memory at agent + user grain.

06

Observability

Per-call traces, token cost dashboards, payment ledger. Production-grade.

Agent classes we run

Build an agent in 10 lines

// agent.ts
import { defineAgent } from "@tonagentry/sdk";

export default defineAgent({
  name: "trader-copilot",
  model: "claude-opus-4-7",
  tools: ["ton.swap", "market.quote"],
  pricing: { perCall: "0.05 TON" },
  async run(ctx) {
    return ctx.respond("What pair should I quote?");
  },
});

npx tonagentry deploy — agent live as a Telegram mini-app in under a minute.

Developer preview opens Q3 2026.

Get early SDK access, free TON credits and direct support.