CeloIA · Documentation

Quickstart

Install Celo CLI, connect your account and start working with your project files.

Before you start

You need Node.js 18.17 or later, npm, an internet connection and a CeloIA account with CLI access. Prefer a currently supported Node.js LTS release. Model availability and token usage depend on your account.

Install Celo CLI

Terminal

npm install -g @celoiaio/cli
celo --version

If npm is not found, install Node.js and reopen your terminal.

Download Node.js

Connect your account

Terminal

celo login

Check the code and requesting computer in the browser before approving access. If the browser does not open, use the address displayed by the terminal. Never enter your password in the CLI.

Open your project

Terminal

cd my-project
celo

Replace my-project with your actual folder. Ask Celo to explain the project structure and locate the application entry points.

Complete your first task

Terminal

Read this project and create docs/overview.md with its architecture and local development commands.

Review file paths and requested operations before approving them. Inspect the resulting Git diff and run the relevant tests before publishing.

Continue your session

Enter /sair to leave the conversation. Resume the latest session on this computer with:

Terminal

celo -c