Skip to main content
Nothing to install first:
Interactive: name → template → privacy mode. Or scripted:

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 writes plans/<topic>.md, a cheap executor like t2code exec runs it).
  • .t2000/config.json — the per-repo privacy pin. private (default) keeps every call on open models with zero data retention; full allows frontier escalation; confidential is GPU-TEE only. t2 code honors the same pin, so the repo’s privacy promise follows it to every contributor.

Options