Documentation

Developer Portal.

Everything you need to build, deploy, and scale AI agents on the Auzora platform.

Quick Start Guide

Welcome to Auzora. This guide will walk you through setting up your first autonomous agent in under 5 minutes. No machine learning expertise required.

1

Connect Your Knowledge

Integrate your existing data sources (Notion, HubSpot, Zendesk) or upload PDFs. Our RAG engine will automatically index and vectorize your content.

2

Define Agent Goals

Use our natural language interface to describe what your agent should do. For example: "Triage incoming support tickets and suggest resolutions based on our knowledge base."

3

Set Guardrails

Configure human-in-the-loop approvals or fixed confidence thresholds to ensure your agents never go rogue.

Sample Code (Node.js SDK)

import { Auzora } from '@auzora/sdk'; const client = new Auzora('YOUR_API_KEY'); const agent = await client.agents.create({ name: 'LeadEnricher', workflow: 'crm-enrichment', triggers: ['hubspot-new-contact'] });

API Reference

Explore our REST endpoints for granular control over agents.

Integration Guides

Step-by-step instructions for 100+ native integrations.