Start testing your AI system in minutes
1.1 Create a project

1.2 Choose a template
You must connect to your GitHub account after you select your template. This is important because
Openlayer will clone a copy of the template into your GitHub account.
Then, every new commit that includes changes to your AI system also gets pushed to Openlayer.
Make sure to provide the environment variables required to deploy the template. The example above
requires an OpenAI API key, which is used to run the model on a validation set. The validation set
for the templates only has three rows, so the costs are negligible.2.1 View commit on Openlayer
You can check out the logs on the Openlayer platform to understand the processing steps
and debug any issues that arise. Once the commit
finishes processing, you can move to the next step.
2.2 Create tests
You are encouraged to collaborate with your team as you create more tests and define the
success criteria for your system.3.1 Push changes
This is how you make Openlayer part of your CI/CD system, targeting specifically the AI
components of your system.4.1 Switch monitoring on
You can set up alerts to get notified immediately if your tests start failing.Refer to the template README and the Monitoring overview for details.