Concepts
The vocabulary every other page links back to, and a six-step orientation to how Trinity works end to end.
Glossary
CLAUDE.md, template.yaml, .mcp.json.template, and credential declarations.trinity-system) that manages fleet operations such as health checks, scaling, and coordination.How It Works
Trinity runs as a set of Docker containers on your local machine or server. After starting the platform you interact with it through the web UI or the API.
- 1
Start the platform
Run
./scripts/deploy/start.shto bring up all services. The web UI is available athttp://localhostand the API athttp://localhost:8000/docs. On your first login a short first-run setup connects Claude and walks you to your first agent. See First-Time Setup. - 2
Create an agent
From the dashboard, click Create Agent and select a template (GitHub repo URL or local path). Trinity pulls the template, builds a container, and deploys the agent. See Building Agents.
- 3
Configure credentials
Add API keys and secrets through the agent's credential panel. Credentials are encrypted and injected into the container at runtime with hot-reload support. See Credential Management.
- 4
Chat with the agent
Open the Workspace for a continuous conversation, or use the stateless Chat tab on the agent detail page for one-off turns. The agent processes your request using its configured tools, MCP connections, and reasoning context.
- 5
Schedule autonomous work
Set up cron-based schedules so the agent executes tasks on its own. Enable Autonomy Mode to let the agent's enabled schedules run. See Scheduling.
- 6
Monitor the fleet
Use the Dashboard (Timeline, Grid, or List) to view agent health and execution history; inter-agent calls show up in the Timeline replay. See Dashboard and Monitoring.
Going Deeper
System Overview — component table, ports, and the technology stack.
Authentication — JWT tokens, API keys, and the full REST surface (500+ endpoints).
Multi-Agent Collaboration — how agents delegate to each other, subscribe to events, and share rooms.
How Trinity Works — a 4½-minute animated film of one scheduled task end to end.