Load custom plugins in your Otoroshi instances
Load custom plugins in your Otoroshi instances
Otoroshi on Clever Cloud comes with many included plugins to manage AI based APIs, Model Context Protocol (MCP), API Portal, Biscuit authentication, Dynamic JS or Mailer, etc. Now you can also load any other custom plugin by setting the CC_OTOROSHI_PLUGINS_URLS environment variable of the underlying Java application:
- Add URLs pointing to the plugins JAR files, separated by a space or a new line
- Rebuild the application
This works for any Otoroshi version deployed on Clever Cloud. If you want to learn more about Otoroshi plugins and how to create your own, check the Otoroshi documentation.
Last updated on

