# Metabase

API configuration: [`metabase`](https://terapi.dev/providers.yaml)

### Features

| Features                                                                                                                                        | Status                        |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| [Auth (API Key)](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/authorize-an-api/README.md)                 | ✅                             |
| [Sync data](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/sync-data-from-an-api/README.md)                 | ✅                             |
| [Perform workflows](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/perform-workflows-with-an-api/README.md) | ✅                             |
| [Proxy requests](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/proxy-requests-to-an-api/README.md)         | ✅                             |
| [Receive webhooks](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/receive-webhooks-from-an-api/README.md)   | 🚫 (time to contribute: <48h) |

We can implement missing features in <48h, just ask for it in the [community](https://terapi.dev/slack).

### Getting started

* [How to generate a Metabase API key](https://www.metabase.com/docs/latest/people-and-groups/api-keys#create-an-api-key)
* [Metabase Authentication](https://www.metabase.com/docs/latest/people-and-groups/api-keys#example-get-requests)
* [Metabase API docs](https://www.metabase.com/docs/latest/api-documentation)

Need help getting started? Get help in the [community](https://terapi.dev/slack).

### API gotchas

* Metabase uses API\_KEY authentication mode with `x-api-key: API_KEY` as a request header to access different endpoints.
* When creating a new connection on terapi, you will have to provide your domain. If your Metabase is at `https://your-metabase.com` you could access the APIs at `https://your-metabase.com/api/database`.

Add Getting Started links and Gotchas by [editing this page](https://github.com/terapihq/terapi/tree/master/docs-v2/integrations/all/metabase.mdx)
