> For the complete documentation index, see [llms.txt](https://acolono.gitbook.io/fluxkraft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://acolono.gitbook.io/fluxkraft/contrib-documentation/core-components/providers.md).

# Providers

defines a plugin manager for providers so other modules can add support for other apiserviceproviders via plugins which are discovered. .

## routes:

* /admin/reports/fluxcraft-providers/demo - sanity check page
* admin/reports/fluxcraft/providers lists enabled providerplugins as links to provider report pages
* admin/reports/fluxcraft/{provider\_id} dynamic provider report page route per provider plugin. there you will see a list of external entity types / endpoints and consumers defined for this provider.

## to write a provider plugin in a custommodule:

TODO
