---
title: "Add data provider to data providers list"
method: POST
path: "/data-providers"
tags: ["Data Providers"]
---

# Add data provider to data providers list

`POST /data-providers`

## Request body

- DataProviderConfig
  - `name` string — Name display to the user
  - `type` string — Type of the data provider (enum of supported ?)
  - `tags` string[] — List of tags associated to the project)
  - `metadata` unknown[] — List of meta informations such as "category", or "origin", ...
    - unknown
  - `metrics` unknown[] — List of metrics associated to the data providers
    - unknown

## Response `204`

Data provider added to the list

## Other responses

- `400` — Bad request on data

---

[API](https://skmtc.dev/debiai/apis/debiai-application-project-backend-api.md) · [All operations](https://skmtc.dev/debiai/apis/debiai-application-project-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/debiai/debiai-application-project-backend-api/revisions/363a0ec558fc/schema)
