Install SDK
The fastest way to give your agent tools is with Ordino AI — often with zero setup needed on your part.
Preliminary Setup
Install the Ordino CLI globally with node eco-systems
Install : node.js >= 22.x | npm >= 10.x
npm i -g "@ordino.ai/cli"Run the ordino init command to start initialization.
During this process, Ordino Doctor will automatically check your machine compatibility.
ordino initOrdino Portal credentials to re-authenticate your local machine.
This ensures secure role base access and proper synchronization with the ordino-cloud.

Build your project and connect it with your CI pipeline in a single step
This streamlines the setup process, enabling automatic builds and integration with the Ordino environment.
Choose the project you created in the Ordino Portal to link it with your local environment.
Open the project in your preferred IDE (e.g., VS Code, Cursor, etc.).
Check Ci/CD pipeline and the results will be automatically published into the Ordino Portal.

Last updated