Skip to main content

Getting Started

Welcome to Aivix Bench! This guide will help you get started with our voice-first AI agent builder.

Prerequisites

  • Node.js 16+
  • npm 8+
  • n8n instance
  • OpenAI API key

Installation

  1. Clone the repository:
git clone https://github.com/aivix/aivix-bench.git
  1. Install dependencies:
npm install
  1. Configure your environment:
cp .env.example .env
  1. Start the development server:
npm start

Next Steps