Skip to main content
POST
/
api
/
v1
/
plugins
Error
A valid request URL is required to generate request examples
{
  "attributes": {
    "checksum": "<string>",
    "command": "<string>",
    "config": {},
    "created_at": "<string>",
    "description": "<string>",
    "hook_type": "<string>",
    "is_active": true,
    "manifest": {},
    "name": "<string>",
    "namespace": "<string>",
    "oci_reference": "<string>",
    "plugin_type": "<string>",
    "updated_at": "<string>"
  },
  "id": "<string>",
  "relationships": {
    "llms": {
      "data": [
        {
          "attributes": {
            "active": true,
            "name": "<string>",
            "vendor": "<string>"
          },
          "id": "<string>",
          "type": "<string>"
        }
      ]
    }
  },
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json

Plugin configuration

command
string
required
name
string
required
checksum
string

Optional

config
object
description
string
hook_type
string

Optional - will be populated from manifest

hook_types
string[]
hook_types_customized
boolean
is_active
boolean
load_immediately
boolean

Auto-load AI Studio plugins

namespace
string
oci_reference
string

OCI artifact reference

Response

Created

attributes
object
id
string
relationships
object
type
string