Templates
Every template is wired to the router out of the box (
api.t2000.ai/v1,
model t2000/auto). First run: npm install, set T2000_API_KEY (free at
agents.t2000.ai/manage), then npm start
(worker) or npm run dev (chat). The x-t2000-served-model response header
names the model that actually served each call.
What’s in a scaffold
Beyond the app itself, every template ships the agent layer:AGENTS.md— repo context any coding agent reads first.plans/— the plan-expensive / execute-cheap recipe (advisor writesplans/<topic>.md, a cheap executor liket2code execruns it)..t2000/config.json— the per-repo privacy pin.private(default) keeps every call on open models with zero data retention;fullallows frontier escalation;confidentialis GPU-TEE only. t2 code honors the same pin, so the repo’s privacy promise follows it to every contributor.
