AG2Trust Documentation¶
Welcome to AG2Trust - the enterprise-grade agent orchestration platform with human-in-the-loop observability.
-
Getting Started
Get up and running with AG2Trust in under 5 minutes
-
Core Concepts
Learn about agents, teams, providers, and the security model
-
API Reference
Complete API documentation for integrating AG2Trust
-
SDKs & Examples
Code examples in Python, JavaScript, and cURL
What is AG2Trust?¶
AG2Trust is an enterprise platform for deploying, managing, and orchestrating AI agents with built-in security, compliance, and observability features.
Key Features¶
| Feature | Description |
|---|---|
| Multi-LLM Support | Connect OpenAI, Anthropic, or other LLM providers |
| Team Collaboration | Organize agents into teams with hierarchical communication |
| Agent Pools | Auto-scaled load balancing across agent replicas |
| Human-in-the-Loop | Real-time observability and intervention capabilities |
| Enterprise Security | KMS encryption, RBAC, PII redaction, audit logging |
| GDPR Compliance | Configurable data retention and compliance audit trails |
| API Access | RESTful API with webhook support for async workflows |
| MCP Integration | Connect external tools via Model Context Protocol |
Architecture Overview¶
┌─────────────────────────────────────────────────────────────┐
│ Your Application │
└─────────────────────────┬───────────────────────────────────┘
│ HTTPS
▼
┌─────────────────────────────────────────────────────────────┐
│ AG2Trust Platform │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────────────┐ │
│ │ Agent │ │ Agent │ │ Agent Pool │ │
│ │ Pool 1 │ │ Pool 2 │ │ (Auto-scaled) │ │
│ └──────┬──────┘ └──────┬──────┘ └──────────┬──────────┘ │
│ │ │ │ │
│ └────────────────┼─────────────────────┘ │
│ │ │
│ ┌───────────────────────▼───────────────────────────────┐ │
│ │ LLM Providers (OpenAI, Anthropic) │ │
│ └────────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘
Quick Links¶
- API Authentication - Learn how to authenticate API requests
- Creating Your First Agent - Step-by-step guide
- Webhook Setup - Receive async responses
- Security Best Practices - Enterprise security features
Support¶
- Documentation: You're here!
- Dashboard: app.ag2trust.com
- API Base URL:
https://agents.ag2trust.com - Status Page: status.ag2trust.com
AG2Trust v1.0 | Last updated: December 2025