Skip to main content

Get started

note

Seqera Cloud users receive $20 in free credits to get started with Seqera AI. Contact us for additional credits.

Get started

To get started with Seqera AI:

  1. Install the Seqera AI CLI:

    npm install -g seqera

    See Installation for a comprehensive installation guide.

  2. Log in to your Seqera account:

    seqera login

    See Authentication for a comprehensive authentication guide.

  3. Start Seqera AI:

    seqera ai
  4. Open the command palette and review the available built-in commands and skills:

    /help

    You can also type / to open command autocomplete.

  5. Try build mode and plan mode:

    • Press Shift+Tab to switch between build and plan
    • Check the current mode in the composer footer
    • Run /status if you want a full status readout

    Example plan-mode prompt:

    Compare whether I should add FastQC or fastp as the first QC step in this RNA-seq pipeline, including the workflow changes each option would require
  6. Run your first workflow-focused prompt:

    /debug-last-run-on-seqera
  7. Try goal mode for a longer task:

    /goal update this pipeline for AWS Batch and add nf-tests

    See Use cases for more examples.

Learn more