TITO — The Intelligent Technology Orchestrator
TITO is a platform of AI agents that operate your organization end to end. A central orchestrator takes your request, breaks it down and delegates it to the right specialized agent, which does real work with its tools — always within explicit permissions and with human approval where it matters.
What it is
A conversational platform + team of AI agents to run a company's whole stack from chat and UI: development, QA, deploys, finance, accounting, marketing, communication, support and legal. Each area has its own agent with its own tools; the orchestrator (a lightweight router) coordinates them and hands tasks off between them.
The agents (orchestrator + 12 specialists)
- Orchestrator — takes the request, plans, dispatches and traces everything end to end.
- Dev — reads the repo, proposes changes and opens PRs (with approval), in an isolated workspace.
- QA — runs and writes multi-stack test suites without touching production.
- DevOps — multi-cloud SSH deploys from the UI (prod requires approval); replaces Jenkins-style pipelines.
- PM — single source of truth for clients, projects, invoices and payments; the others query it.
- CRM / Sales — operates the CRM (leads, contacts, deals, bookings) over MCP, with the user's permissions.
- Support / CSM — SLA tickets, CSAT, post-sales and retention; replies go through approval.
- Marketing — Search Console, Meta Ads and social posts; campaigns and posts as proposals.
- Admin — email, WhatsApp, Telegram and calendar; nothing goes out without your OK.
- Knowledge — captures and classifies knowledge from conversations; redacts secrets and PII before saving.
- Finance — conversational agent over your movements, balances and cash flow (read-only).
- Accounting (beta) — reconciles, builds the VAT ledger and issues electronic invoices (CAE + PDF with QR); multi-country (AFIP, SUNAT, SIFEN, DGI) and cloud cost control. Every issuance/filing goes through approval.
- Legal (beta) — drafts and reviews contracts (NDA, SaaS, software), flags red flags and compliance (AR/USA); drafts go through your approval.
How it works
1. Takes the request via chat, voice (push-to-talk), webhook or schedule, in natural language.
2. Plans and delegates: the orchestrator splits the work and routes it to the right agent; agents hand tasks off to each other (handoff queue with auto/approval policies and anti-loop).
3. Executes with tools: SSH, git, browser, APIs and database, within explicit permissions.
4. Stops at the sensitive stuff: deploys, payments and regulator filings wait for your approval in an inbox.
5. Records everything in an append-only audit log with chained hashes.
Autonomy tiers
- T1 — the agent decides and acts on its own (read-only, low risk).
- T2 — acts and notifies you afterwards.
- T3 — proposes, you approve, only then it executes. Default for destructive or external actions.
Pillars
- True multi-tenant: data, secrets and audit isolated per organization (with tests that try to break isolation and verify it fails).
- Human in the loop: the approval gate is at the data level, not just the UI.
- Chained audit: append-only log with hashes covering config, deploys, filings, payments and approvals.
- Model routing, no lock-in: API (Anthropic, OpenAI, Gemini), native Claude running locally ($0 per token) or Ollama, with automatic provider failover.
- Live board: a board with one node per agent (running / needs approval / error / ok) in real time.
- Connector integrations: SSH, git, multi-account AWS, OVH, GoDaddy, databases, AFIP/ARCA — each connector configured and isolated per organization.
Built on
Next.js + React + Tailwind (installable PWA with voice); Express + TypeScript backend; PostgreSQL; multi-provider LLM routing + local Claude + Ollama; Playwright for browser automation; AES-256-GCM encrypted secrets. Designed for on-prem and cloud.
Who's behind it
Develone builds enterprise software — fintech, payroll, ERP, ecommerce, IoT. Founder Gastón Jamez operates 100+ cloud instances in production. TITO is the platform he wished he'd had to run all of it.