Plugins

Coming soonPlugin system

Plugins aren't available yet. The format reserves space for them, a plugins array in config.json and a plugins namespace in _resource.json, but nothing loads them today.

When the system ships, plugins will extend API Craft along two axes, core hooks (react to spec parse/export, enrich operations, wrap requests/responses) and UI extensions (declare a form the app renders into a slot), and be distributed as npm packages. A broken plugin will warn, never crash the app.