# Algo-provider templates
To help you create custom algo-providers, we have created rest api service templates. You can use it as a starting point for your own Algo-provider.
TIP
Using the algo-provider Python module is the easiest and recommended way to create an Algo-provider for DebiAI if you are using Python. Use the Python template if you want to go further with your Algo-provider.
After creating your Algo-provider, you can add it to DebiAI by providing the URL of your provider. Learn more on how to add Algo-providers to DebiAI.