Getting Started¶
Welcome to AG2Trust! This guide will help you get up and running quickly.
Prerequisites¶
Before you begin, you'll need:
- An AG2Trust account (Sign up here)
- At least one LLM provider API key (OpenAI or Anthropic)
- Basic understanding of REST APIs
Setup Overview¶
Getting started with AG2Trust involves four steps:
graph LR
A[1. Create Account] --> B[2. Add Provider]
B --> C[3. Create Agent]
C --> D[4. Send Messages] | Step | Time | Description |
|---|---|---|
| Quick Start | 5 min | End-to-end setup walkthrough |
| Authentication | 2 min | Dashboard login and API keys |
| Your First Agent | 5 min | Create and test your first agent |
Choose Your Path¶
I want to use the Dashboard¶
The AG2Trust Dashboard provides a visual interface for managing agents, teams, and workflows.
- Sign in to the Dashboard
- Follow the Quick Start Guide
- Monitor agents in real-time
I want to use the API¶
Integrate AG2Trust directly into your application using our REST API.
- Generate an API Key
- Review the API Reference
- Check out code examples
Next Steps¶
-
Quick Start
Get your first agent running in 5 minutes
-
Authentication
Learn about login and API key management