Skip to main content
Version: 25.3

Get started

Seqera AI CLI is in beta

Seqera AI CLI is currently in beta. Features and commands may change as we continue to improve the product.

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.

    If you are testing a development build of the CLI against the hosted production Seqera AI service, see Install Seqera AI for the required environment variables.

  3. Start Seqera AI:

    seqera ai

    You can also start with an initial query:

    seqera ai "list my pipelines"
  4. Run your first prompt:

    /debug

    See Use cases for a comprehensive list of use cases.

Learn more