
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
create-t2-app
Advanced tools
Start a router-wired agent project — interactive starter for the t2000 stack (npm 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
| id | what you get |
|---|---|
agent-worker | Headless TypeScript worker on t2000/auto — the smallest useful agent. |
chat | Next.js streaming chat on t2000/auto — no AI SDK, the wiring is two readable files. |
sui-dapp | Sui 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.
-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
FAQs
Start a router-wired agent project — interactive starter for the t2000 stack (npm create t2-app).
The npm package create-t2-app receives a total of 0 weekly downloads. As such, create-t2-app popularity was classified as not popular.
We found that create-t2-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.