Interfaces¶
UbiOps has an extensive API through which all of the platform functionality is available. This includes both administrative functionality (creating projects, user & permission management, etc.) as well as all functionality to create, deploy, and manage both deployments and pipelines.
There are several ways to interact with the UbiOps API:
- The easiest way to work with UbiOps is through our Webapp (available at https://app.ubiops.com for our SaaS solution). Sign up for your (free) account with your email address or Google or Microsoft account.
- A Python Client Library is available which can be downloaded and installed from our Github.
-
There is a Command Line Interface (CLI) available to interact with UbiOps from the terminal. The CLI is available on our Github. The Readme on Github provides instructions for installation and usage.
-
You can explore all available API methods directly using our Swagger page.