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 — self-hosted or cloud.
16.3kclones in the last 2 weeks






Dashboard
Grid view — the fleet as an org chart: department zones, reporting lines, live tiles
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:prospector /trinity:onboard
Deploying Trinity
Run Trinity on ability.ai cloud or self-host
# Cloud: sign up at ability.ai # Self-hosted: git clone github.com/abilityai/trinity ./scripts/deploy/start.sh
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
116 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.

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.