The Metabase Embedding SDK is available as an npm package that you can install using your preferred package manager.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/metabase/metabase/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before installing the SDK, make sure you have:- Node.js 16 or higher
- React 18 or higher
- A Metabase instance (Pro or Enterprise plan)
Installing the SDK
Setting up Metabase
If you don’t have a Metabase instance yet, you can:Option 1: Start a free trial
Start a free trial of Metabase Pro or Enterprise.Option 2: Run locally with Docker
Run Metabase Enterprise locally using Docker:Option 3: Download the JAR
Download and run the Metabase Enterprise JAR:http://localhost:3000.
For more installation options, see the Metabase installation docs.
Next steps
Once you’ve installed the SDK, you can:- Follow the quickstart guide to embed your first component
- Learn about authentication configuration
- Set up the MetabaseProvider in your app