Autonomous Agent Orchestration & Infrastructure
Run AI agents 24/7 with cron scheduling, multi-agent coordination, credential management, and monitoring. Self-hosted or cloud.
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
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
62+ 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.
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.