Getting Started

Installation Guide

Get started with AutoCI.ai by installing our CLI tool. All available install methods are listed on the download page.

curl -sSL https://autoci.ai/install.sh | sh

After installation, login to your AutoCI account by running:

autoci login

Quick Start Tutorial

Follow these steps to quickly get up and running with AutoCI:

  1. Install the CLI tool as shown above
  2. Navigate to your project directory
  3. Run autoci init to initialize a new AutoCI project
  4. Run autoci sync to sync any existing workflows into prompts
  5. Now, you can edit prompts or workflows to modify your GitHub Actions

Basic Usage

When you edit a prompt or a workflow, run autoci sync to update the AutoCI prompt or the GitHub Action workflow.