---
title: "Create or Update Integration provider"
method: POST
path: "/api/integrations/provider/{name}"
tags: ["integration-resource"]
---

# Create or Update Integration provider

`POST /api/integrations/provider/{name}`

## Path parameters

- `name` string, required

## Request body

- IntegrationUpdate
  - `category` 'API' | 'AI_MODEL' | 'VECTOR_DB' | 'RELATIONAL_DB' | 'MESSAGE_BROKER' | 'GIT' | 'EMAIL' | 'MCP' | 'CLOUD'
  - `configuration` object
  - `description` string
  - `enabled` boolean
  - `type` string

## Response `200`

OK

- Integration
  - `apis` IntegrationApi[]
    - `api` string
    - `configuration` object
    - `createTime` integer
    - `createdBy` string
    - `description` string
    - `enabled` boolean
    - `integrationName` string
    - `ownerApp` string
    - `tags` Tag[]
      - `key` string
      - `type` string
      - `value` string
    - `updateTime` integer
    - `updatedBy` string
  - `category` 'API' | 'AI_MODEL' | 'VECTOR_DB' | 'RELATIONAL_DB' | 'MESSAGE_BROKER' | 'GIT' | 'EMAIL' | 'MCP' | 'CLOUD'
  - `configuration` object
  - `createTime` integer
  - `createdBy` string
  - `description` string
  - `enabled` boolean
  - `modelsCount` integer
  - `name` string
  - `ownerApp` string
  - `tags` Tag[]
    - `key` string
    - `type` string
    - `value` string
  - `type` string
  - `updateTime` integer
  - `updatedBy` string

---

[API](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server.md) · [All operations](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orkescloud/orkes-conductor-api-server/revisions/6ebf0c14ac41/schema)
