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
Follow these steps to quickly get up and running with AutoCI:
autoci init
to initialize a new AutoCI projectautoci sync
to sync any existing workflows into promptsWhen you edit a prompt or a workflow, run autoci sync
to update the AutoCI prompt or the GitHub Action workflow.