Invect

Plugins

Official plugins and extension points for adding auth, RBAC, webhooks, and custom capabilities to Invect.

Plugin System

Invect plugins let you extend the platform without forking the core. A plugin can add database schema, API endpoints, lifecycle hooks, custom actions, frontend UI, or any combination of those pieces.

Use the official plugins when you need common platform features like authentication, access control, or webhook-driven execution. Build your own plugin when you need domain-specific behavior that should live alongside the rest of your Invect integration.

Official Plugins

Build Your Own

If the built-in plugins do not cover your use case, Invect exposes a full plugin interface for backend and frontend extensions.