Autonomous Agent Orchestration & Infrastructure
Run AI agents 24/7 with cron scheduling, multi-agent coordination, credential management, and monitoring. Open source under Apache 2.0 — runs on your own infrastructure.
22.1kclones in the last 2 weeksDashboard
Grid view — the fleet as an org chart: department zones, reporting lines, live tiles
Deploy Trinity in one click
Trinity 0.9.5 is published on the DigitalOcean Marketplace as a 1-Click Droplet image. Pick a size, create the Droplet, and open the address it gives you — your fleet is running on infrastructure you own.
4 GB / 2 vCPU minimum, 8 GB / 4 vCPU for a working fleet. You pay DigitalOcean for the Droplet; Trinity itself is free and open source under Apache 2.0. Prefer to set the admin password before the Droplet exists? Use the installer script.
What first boot leaves you with
- First boot in about ninety seconds — the images are baked into the snapshot, so nothing is pulled
- HTTPS at the Droplet's own IP, with a real Let's Encrypt certificate and no browser warning
- You claim the admin account in the browser — no terminal, no console, no password to copy
- Docker, Caddy and a host firewall configured before Trinity starts
Built on Ubuntu 24.04 with Trinity 0.9.5, Caddy and Redis. View the Marketplace listing.
Choose Your Path
Trinity is the platform that runs agents 24/7. Abilities is the toolkit for building them in Claude Code.
Building Agents
Create agents with Claude Code and the abilities plugins
/plugin install create-agent@abilityai /create-agent:custom /trinity:onboard
Deploying Trinity
One click on DigitalOcean, any Linux server, or your own computer
# DigitalOcean: 1-Click Droplet # Your own machine: git clone github.com/abilityai/trinity ./scripts/deploy/start.sh --unattended
Using Trinity
Navigate the dashboard, manage agents, set up schedules
# Open http://localhost # Create agents, configure credentials # Set up cron schedules
Platform Features
What Trinity provides for agent deployment and operations.
Isolated Containers
Each agent runs in its own Docker container with dedicated resources, multi-runtime support (Claude Code or Gemini CLI), and model selection per task.
Fleet Observability
Graph view topology, Gantt-style execution timeline, host telemetry, fleet health monitoring, and OpenTelemetry metrics export.
MCP Integration
129 tools exposed via the Model Context Protocol. Connect Claude Code, Cursor, or any MCP client for external orchestration.
Agent-to-Agent Delegation
Hierarchical delegation with fine-grained permissions, parallel task execution, and shared folders via Docker volumes.
Credential Security
Direct file injection with encrypted git storage, centralized subscription management, and OAuth2 flows for external services.
Operations Dashboard
Real-time monitoring, cron scheduling, live execution streaming, public agent links, mobile PWA admin, and cost tracking per agent.
Videos & Workshops
Platform demos, agent deployments, and live workshop recordings.
40 Agents, One Instance (Agent-Native Agency Workshop, Session 1)
A tour of the production instance running ~40 agents — the org chart, who may talk to whom, credentials, approval chains, per-person memory — then a Trinity install on DigitalOcean from zero, live
Make Your Agency AI Native (Webinar)
The opening session of the Agent-Native Agency series — a live look inside a production fleet of ~40 agents organized as an org chart, and the framework for turning agents that already run in silos into one system that compounds
Trinity v0.9.0 — Release Tour
Multi-agent org structures on the Grid, the Workspace in every build, the shared skills library, and bidirectional A2A — a walkthrough of the v0.9.0 release
How I Run My Company with a Fleet of 30 AI Agents
A hierarchical agent fleet that works like an org chart — orchestrator, managers, workers — with a shared canon, a permission matrix, GitHub-issue project management, and human approval gates
Make Claude Code Agents Run Autonomously on Trinity (Live Workshop)
Analyze, standardize, and migrate a pile of home-grown agents into a managed fleet with the agent-dev plugin, then deploy one from GitHub onto a live Trinity instance
How to Build a Second Brain for Your AI Agents (Live Workshop)
The 5 rules for managing agent knowledge — Decisions vs. Facts vs. Judgment, knowledge as code in Git, a central mind-center agent, and human-endorsed canon
Cornelius AI Agent — Architecture Explained
How a second-brain agent turns raw insights into a typed knowledge graph, reasons autonomously to convergence, and never publishes without a human gate
Trinity v0.8.0 — Release Tour
Voice replies across channels, the Brain Orb, the Grid dashboard, and the enterprise identity layer — a walkthrough of the v0.8.0 release
Measurably Self-Improving Multi-Agent System Without Retraining
Brier HQ — a forecasting fleet on Trinity that improves as it runs: five feedback loops, 96,161 predictions, zero retraining
One Agent Per Client: A Scalable AI Service Platform
The end-to-end pattern for agencies — deploy sovereign, isolated agents per client, each with their own data, credentials, and channels
Cornelius & the Brain Orb
A second-brain agent renders and talks to its own 3D knowledge graph — live
Build Autonomous Loops for Your AI Agents
Loops engineering with Trinity — agents that repeat bounded tasks with templates and stop signals
I Gave My AI Agent an Unconscious Mind
A live build of Cornelius into a fully autonomous thinking agent on Trinity
Production-Grade Hosting for the Agents You've Already Built
Full Trinity demo — deploy the agents you've already built to production-grade hosting
The Multi-Agent Platform I Run My Company On
A live tour of Trinity — the multi-agent platform that runs Ability.ai
Trinity Ops — the Agent That Deploys Other Agents
A live walkthrough of the public Trinity Ops agent
Why Every AI Agent Needs a GitHub Repo
Using GitHub as the backbone for autonomous agents
3 AI Agents Run My Entire Software Development Pipeline
The Dev, Ops, and Docs agents managing the Trinity platform in production
Plugins + Trinity: Build and Deploy Agents in Cursor
The complete loop from empty folder to deployed autonomous agent
Building Agents — Playbooks, Plugins, Deployment
A deep dive into Playbooks and the Playbook Builder
Your First Trinity Agent in 30 Minutes
From zero to a working agent — setup, configuration, and deployment
Free live agent-building workshops
Every Thursday · 12 PM ET / 9 AM PT — hands-on, not a slideshow. Recordings included with registration.
Explore the Documentation
Reference documentation organized by topic.
Getting Started
Three paths: build agents with Claude Code, deploy Trinity, or learn the UI.
Architecture
System design, multi-agent coordination, and agent lifecycle.
API Reference
REST API endpoints for agents, chat, schedules, and webhooks.
Guides
Step-by-step instructions for agents, credentials, scheduling, and integrations.
Cloud Code Plugins
Claude Code plugins for agent creation, development, and Trinity integration.