From 8bf60853b1b756829349d6112c8e4415033af3ea Mon Sep 17 00:00:00 2001 From: Tieu Philippe KHIM Date: Thu, 3 Jul 2025 16:00:27 +0200 Subject: [PATCH] feat(metabase): add api key support --- docs/integrations/builtin/credentials/metabase.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/integrations/builtin/credentials/metabase.md b/docs/integrations/builtin/credentials/metabase.md index 58928039551..ed4beb95d80 100644 --- a/docs/integrations/builtin/credentials/metabase.md +++ b/docs/integrations/builtin/credentials/metabase.md @@ -18,6 +18,7 @@ Create a [Metabase](https://www.metabase.com/){:target=_blank .external-link} ac ## Supported authentication methods - Basic auth +- API Key ## Related resources @@ -30,3 +31,10 @@ To configure this credential, you'll need: - A **URL**: Enter the base URL of your Metabase instance. If you're using a custom domain, use that URL. - A **Username**: Enter your Metabase username. - A **Password**: Enter your Metabase password. + +## Using API key + +To configure this credential, you'll need: + +- A **URL**: Enter the base URL of your Metabase instance. If you're using a custom domain, use that URL. +- A **API Key**: Enter your API Key.