Documentation

Learn how to use May AI Assistant

Getting Started

Welcome to the May AI Assistant documentation. This guide will help you get started with integrating May into your applications.

Installation

Install May using npm:

npm install may-ai

Requirements

  • Node.js 14 or higher
  • API key from your May dashboard
  • Stable internet connection

Quickstart

Get started with May in just a few minutes:

  1. Create an account on the May dashboard
  2. Generate your API key
  3. Install the May package
  4. Initialize May in your application

Authentication

Secure your May integration using API keys:

const may = new May({
    apiKey: 'your-api-key'
});