Introduction
Welcome to the Okareo Reference section. This area provides comprehensive technical details and guides for interacting with the Okareo platform programmatically. Whether you're looking to automate your evaluation workflows, integrate Okareo into your CI/CD pipeline, or build custom applications on top of Okareo, the resources here are your definitive guide. Okareo is designed to support flexible workflows, allowing teams to interact with the platform through both a user interface and various programmatic interfaces. This reference documentation covers the latter, detailing how you can leverage Okareo's capabilities directly from your code or command line. In this section, you will find detailed information on: *
Python SDK
Use Okareo seamlessly from your Python application, Notebook, or data pipelines.
TypeScript SDK
More comfortable with TypeScipt. You can use Okareo within your Node.js project or even use the CLI as a runner.
CLI (Command Line Interface)
The Okareo CLI includes convenience mechanisms for CI using Python or Typescript. It also includes a proxy gateway for easy Error Tracking integration.
REST APIs
Everything we do is API first. You can access Okareo through standard HTTP requests, enabling integration from any language or environment.