---
title: "POST /plugin"
method: POST
path: "/plugin"
tags: ["plugin"]
---

# POST /plugin

`POST /plugin`

Create a plugin

## Request body

- object
  - `name` string, required
  - `description` string
  - `detailDesc` string
  - `logo` string, required
  - `url` string, uri
  - `config` object
    - `contextMenu` object
      - `width` union
        - number
        - string
      - `height` union
        - number
        - string
      - `x` union
        - number
        - string
      - `y` union
        - number
        - string
      - `frozenResize` boolean
      - `frozenDrag` boolean
    - `view` unknown
    - `dashboard` unknown
    - `panel` unknown
  - `helpUrl` string, uri
  - `positions` string[], required
  - `i18n` object
  - `autoCreateMember` boolean

## Response `201`

Returns data about the plugin.

- object
  - `id` string, required
  - `name` string, required
  - `description` string
  - `detailDesc` string
  - `logo` string, required
  - `url` string
  - `config` object
    - `contextMenu` object
      - `width` union
        - number
        - string
      - `height` union
        - number
        - string
      - `x` union
        - number
        - string
      - `y` union
        - number
        - string
      - `frozenResize` boolean
      - `frozenDrag` boolean
    - `view` unknown
    - `dashboard` unknown
    - `panel` unknown
  - `helpUrl` string
  - `positions` string[], required
  - `i18n` object
  - `secret` string, required
  - `status` 'developing' | 'reviewing' | 'published', required
  - `pluginUser` object
    - `id` string, required
    - `name` string, required
    - `email` string, email, required
    - `avatar` string
  - `createdTime` string, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
