Corral
Learn > Documentation

Quickstart

This guide will walk you through deploying Corral AI to your Azure tenant and creating your first AI agent.

Prerequisites

Before you begin, ensure you have:

  • An Azure subscription with Owner or Contributor access
  • Azure AD Global Administrator or Application Administrator role
  • Azure CLI installed locally (optional, for advanced configuration)

Step 1: Deploy from Azure Marketplace

  1. Navigate to the Azure Marketplace
  2. Search for “Corral AI”
  3. Click Create and select your subscription
  4. Configure the deployment:
    • Resource Group: Create new or select existing
    • Region: Choose your preferred Azure region
    • Instance Name: A unique name for your deployment

Step 2: Configure Authentication

After deployment completes, configure Azure AD authentication:

# Using Azure CLI
az ad app create --display-name "Corral AI" 
  --sign-in-audience AzureADMyOrg

Or configure through the Azure Portal:

  1. Go to Azure Active DirectoryApp registrations
  2. Find the Corral AI application
  3. Configure redirect URIs and permissions

Step 3: Create Your First Agent

Access the Corral AI admin portal at https://<your-instance>.azurewebsites.net/admin:

  1. Click Create Agent
  2. Choose a template or start from scratch
  3. Configure the agent’s:
    • Name and description
    • System prompt defining its behavior
    • Tools it can access
    • Permissions for who can use it

Step 4: Deploy to Users

Connect your agent to a channel:

ChannelUse Case
Microsoft TeamsIntegrated team collaboration
Web Chat WidgetEmbed on your website
APICustom integrations

Verification

Test your agent by sending a message:

You: Hello, what can you help me with?
Agent: I'm your AI assistant...

Next Steps

Need help? Contact support at support@getcorral.ai