Integrating Orion

What you have to do add Orion to your product.

Basic

In order to add Orion or other features linked to Orion into your product, you only have add this script tag.

Include this script tag at the bottom of your html file


 <script
      data-company-id="your company id"
      data-deploy-config-id="your deploy config Id"
      data-secret="your api key"
      src="https://static.api.stepsailor.com/orion-ai/index.js"
    ></script>

How to localise Orion

You can specifcy the language of the Orion UI by specifiying a Locale

 <script
      src="https://static.api.stepsailor.com/orion-ai/index.js"
      data-locale='de'
      <!-- [... other attributes]-->
 ></script>

Supported Languages

  • en - English

  • de - German

If your language is not added, reach out to us. We are happy to include yours on request. support(@)stepsailor.com

Last updated