---
title: "Vendor Integration Technical Partnership Integrations Create 2"
method: POST
path: "/vendor_integration/technical-partnership-integrations/{id}/"
tags: ["integrations"]
---

# Vendor Integration Technical Partnership Integrations Create 2

`POST /vendor_integration/technical-partnership-integrations/{id}/`

POST handler with superadmin-only field protection.

Strips superadmin-only fields from non-superadmin requests before
delegating to OrganizationInjectionMixin.post() for org injection.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- TechnicalPartnershipIntegrationRequest — Serializer for TechnicalPartnershipIntegration model. Handles CRUD for technical partner integrations (mem0, linkup, moda). Masks sensitive config values (api_key) in responses.
  - `id` string
  - `configs` object
  - `project` string, nullable
  - `provider_name` union — Technical partner provider identifier (e.g., mem0, linkup, moda) * `mem0` - Mem0 - Memory Management * `linkup` - Linkup - Search Augmentation * `moda` - Moda - Observability & Analytics * `hyperspell` - Hyperspell - Data Integrations * `posthog` - PostHog - Product Analytics
    - 'mem0' | 'linkup' | 'moda' | 'hyperspell' | 'posthog' — * `mem0` - Mem0 - Memory Management * `linkup` - Linkup - Search Augmentation * `moda` - Moda - Observability & Analytics * `hyperspell` - Hyperspell - Data Integrations * `posthog` - PostHog - Product Analytics
    - ''
  - `organization` integer, nullable

## Response `200`

- TechnicalPartnershipIntegration — Serializer for TechnicalPartnershipIntegration model. Handles CRUD for technical partner integrations (mem0, linkup, moda). Masks sensitive config values (api_key) in responses.
  - `id` string
  - `masked_configs` object, required — Provider-specific config key-value pairs (e.g. api_key, host).
  - `project` string, nullable
  - `provider_name` union — Technical partner provider identifier (e.g., mem0, linkup, moda) * `mem0` - Mem0 - Memory Management * `linkup` - Linkup - Search Augmentation * `moda` - Moda - Observability & Analytics * `hyperspell` - Hyperspell - Data Integrations * `posthog` - PostHog - Product Analytics
    - 'mem0' | 'linkup' | 'moda' | 'hyperspell' | 'posthog' — * `mem0` - Mem0 - Memory Management * `linkup` - Linkup - Search Augmentation * `moda` - Moda - Observability & Analytics * `hyperspell` - Hyperspell - Data Integrations * `posthog` - PostHog - Product Analytics
    - ''

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
