Skip to main content
GET
/
v1
/
namespaces
/
{namespace_id}
/
plugins
/
available
List available org plugins
curl --request GET \
  --url https://api.mixpeek.com/v1/namespaces/{namespace_id}/plugins/available
{
  "success": true,
  "plugins": [
    {
      "plugin_id": "my_plugin_1_0_0",
      "name": "my_plugin",
      "version": "1.0.0",
      "description": "Custom embedder plugin",
      "feature_uri": "mixpeek://my_plugin@1.0.0",
      "validation_status": "passed",
      "enabled_in_namespace": false,
      "created_at": "2024-01-15T10:30:00Z"
    }
  ],
  "total": 1,
  "organization_id": "org_xxx",
  "namespace_id": "ns_xxx"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer YOUR_API_KEY"

"Bearer YOUR_STRIPE_API_KEY"

Path Parameters

namespace_id
string
required

Response

List of available org plugins

Response listing org-level plugins available to enable.

plugins
AvailableOrgPluginItem · object[]
required

List of available org-level plugins

total
integer
required

Total number of plugins

organization_id
string
required

Organization ID

namespace_id
string
required

Namespace ID

success
boolean
default:true