# Algo-provider from scratch
An Algo-provider can be made in any language, can use any kind algorithms and can be hosted on any platform as long at the DebiAI algo-provider's API is respected.
# The API
The Algo-providers API as been described with OpenAPI 3.0.
- Algo-providers API Swagger documentation (opens new window)
- Alg-providers API yaml file (opens new window).
# Getting started
If you want to create an Algo-provider in another language, you just need to respect the Algo-providers API.
You need help creating your Algo-provider? Create an issue (opens new window) and we will help you.
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.