---
title: "Create Provider Route"
method: POST
path: "/api/v1/providers"
tags: ["providers"]
---

# Create Provider Route

`POST /api/v1/providers`

## Headers

- `Authorization` string, nullable
- `X-Request-ID` string, nullable

## Request body

- ProviderCreate
  - `name` string, required
  - `provider` string, required
  - `model` string, nullable
  - `params` object, nullable

## Response `201`

Successful Response

- ProviderRead
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `org_id` string, uuid, required
  - `name` string, required
  - `provider` string, required
  - `model` string, nullable, required
  - `params` object, nullable, required
  - `has_api_token` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/xenovia/apis/controlplane.md) · [All operations](https://skmtc.net/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xenovia/controlplane/versions/0e6598cbe8a0/schema)
