1. Introduction

Introduction

Space Plugins and Tool Plugins are extensions that add functionalities to your spaces. Space Plugins work by being embedded within Storyblok, but do not need to be integrated with the Visual Editor. Tool Plugins extend the Visual Editor by adding new tool sections with custom functionality. These are standalone applications embedded via iframes, which communicate with Storyblok through cross-window communication and the Management API.

Endpoint
GET /v1/spaces/:space_id/app_provisions/:app_id

The space level settings are only for non-sensitive data. Credentials such as secrets and passwords should not be stored. If you still want to store them, you must implement your way of storing them in an external database. (i.e. Supabase, etc)