🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

create-t2-app

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

create-t2-app

Start a router-wired agent project — interactive starter for the t2000 stack (npm create t2-app).

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
13
-77.97%
Maintainers
1
Weekly downloads
 
Created
Source

create-t2-app

Start a router-wired agent project in one command — nothing to install first.

npm create t2-app@latest

Interactive: name → template → privacy mode. Or scripted:

npm create t2-app@latest my-app -- --template chat --privacy private --yes

Templates

idwhat you get
agent-workerHeadless TypeScript worker on t2000/auto — the smallest useful agent.
chatNext.js streaming chat on t2000/auto — no AI SDK, the wiring is two readable files.
sui-dappSui dApp: wallet connect (dapp-kit), gRPC balance reads, and an AI copilot that knows your holdings.

Every template is wired to the t2000 router (api.t2000.ai/v1, model t2000/auto) out of the box: npm install, set T2000_API_KEY (free at agents.t2000.ai/manage), run. The x-t2000-served-model header reports which model actually served each call.

Each scaffold also includes the agent layer — AGENTS.md (repo context for any coding agent), plans/ (plan-expensive / execute-cheap recipe), and a .t2000/config.json privacy pin (private by default: open models only, zero data retention; full and confidential also available). Coding agents like t2 code honor the same pin.

Options

-t, --template <id>   agent-worker | chat | sui-dapp
    --privacy <mode>  private | full | confidential   (default: private)
-y, --yes             accept defaults for anything not provided
    --no-git          skip git init

Docs

developers.t2000.ai

Keywords

create-t2-app

FAQs

Package last updated on 16 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts