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.
26.6kclones in the last 2 weeksChoose 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
The Trinity Interface
Dashboard, agent management, chat, scheduling, and monitoring.

Dashboard
Network graph showing agent relationships and delegation flows
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
74 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.

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.