DocsGetting Started

Getting Started

Get up and running with Databee in under 5 minutes.

# Install the Databee SDK
npm install @databee/sdk

# Or with yarn
yarn add @databee/sdk

1Installation

Install the Databee SDK using your preferred package manager.

2Quick Start

Initialize the client with your API key from the dashboard.

3Environment Variables

Store your API key in environment variables for security.

Next up