Skip to content

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.

  1. Sign in to the Dashboard
  2. Follow the Quick Start Guide
  3. Monitor agents in real-time

I want to use the API

Integrate AG2Trust directly into your application using our REST API.

  1. Generate an API Key
  2. Review the API Reference
  3. Check out code examples

Next Steps

  • Quick Start


    Get your first agent running in 5 minutes

    Quick Start

  • Authentication


    Learn about login and API key management

    Authentication