---
title: "Create a new Data App Provider"
method: POST
path: "/v1/dataapps/providers"
tags: ["Data App Providers"]
---

# Create a new Data App Provider

`POST /v1/dataapps/providers`

## Request body

- object
  - `type` string — The type of provider. Must be a selection from provider templates.
  - `name` string — The unique name of this provider
  - `orgId` string — Organization ID
  - `iconUrl` string — The URL to the icon image
  - `secrets` object[] — The secrets to associate with this provider
    - `name` string
    - `value` string
    - `isExistingSecret` boolean

## Response `201`

OK

## Other responses

- `400` — Bad Request
- `503` — Service Unavailable

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/versions/0205e2bace53/schema)
