Skip to content

Discovery Index

Use index to discover available integration definitions, triggers, and actions.

Terminal window
superplane index integrations

Describe one integration definition:

Terminal window
superplane index integrations --name <integration_name>

List core actions:

Terminal window
superplane index actions

List actions from an integration definition:

Terminal window
superplane index actions --from <integration_name>

Describe one action:

Terminal window
superplane index actions --name <action_name>

List triggers from an integration definition:

Terminal window
superplane index triggers --from <integration_name>

Describe one trigger:

Terminal window
superplane index triggers --name <trigger_name>

List available UI widgets:

Terminal window
superplane index widgets

Download the full registry (integrations, actions, triggers, and widgets) to a local JSON file:

Terminal window
superplane index dump

By default the file is written to /tmp/superplane-index.json. Use --file to choose a different path:

Terminal window
superplane index dump --file registry.json