Getting Started
Welcome to the May AI Assistant documentation. This guide will help you get started with integrating May into your applications.
Learn how to use May AI Assistant
Welcome to the May AI Assistant documentation. This guide will help you get started with integrating May into your applications.
Install May using npm:
npm install may-ai
Get started with May in just a few minutes:
Secure your May integration using API keys:
const may = new May({
apiKey: 'your-api-key'
});