Quick Start Guide
This guide will help you get started with the ZeebeeAI Chat SDK Platform in just a few minutes. Follow these steps to set up your project and make your first API call.
Get Your API Key
First, you need to get your API key:
- Log in to your ZeebeeAI account
- Navigate to the API Keys section in your dashboard
- Click "+ New API key"
- Give your key a descriptive name (e.g., "Development Key")
- Copy your newly created API key and store it securely
Choose Your Integration Method
ZeebeeAI offers multiple integration options. Choose the one that best suits your needs:
The recommended way to integrate ZeebeeAI into your application. SDKs provide type safety, error handling, and convenient methods.
Available for:
Use standard HTTP requests to interact with our API endpoints directly.
Useful for:
- Languages without official SDK support
- Custom integrations
- Advanced use cases
See the REST API Documentation for details.