einfra logoDocumentation
Ai as a service

n8n AI Agents

Introduction

n8n is an open-source, low-code workflow automation platform. It uses a visual, node-based system to connect over 400 applications and APIs.

Its AI Agent functionality allows users to build autonomous workflows powered by Large Language Models (LLMs) that can make decisions, interact with apps, and execute complex, multi-step tasks without constant human input.

While standard n8n workflows follow a linear path (Trigger → Action → Action), the AI Agent functionality introduces autonomy.

image-agents

What is an AI agent?

In n8n, an AI Agent acts as a “brain” within your workflow. Instead of following a strict set of pre-defined steps, an Agent uses a Large Language Model (LLM) to:

  • Understand natural language input.
  • Reason about the best way to solve a problem.
  • Select Tools (such as search, database lookups, or API calls) to gather information.
  • Execute complex, multi-step tasks without constant human intervention.

image-agents2

Accessing n8n

n8n is hosted on our Kubernetes/Rancher infrastructure.

Prerequisites

Need an Account? If you are a member of an academic or research institution in the Czech Republic (within e-INFRA CZ) and do not have an account, please request a MetaCentrum account here.

For issues or assistance, please contact support at k8s@cerit-sc.cz.

Deployment Guide: Start Your Own Instance

Log in to Rancher

  1. Navigate to the Rancher Dashboard https://rancher.cloud.e-infra.cz/dashboard/
  2. Click Log in with Shibboleth
  3. Select e-INFRA CZ AAI and choose e-INFRA CZ password among the organisations. Logi in using your MetaCentrum credentials.

Locate the n8n application

  1. Once on the RANCHER dashboard

image-n8n1

  1. Select KA —> Apps/Charts

  2. Search for or select n8n

image-n8n2

Configure the Instance

  1. Click Install

image-n8n3

  1. Name your Instance: Enter a unique name for your deployment (e.g., username-n8n) and click Next. Fill in a name of the instance and remember it and click on Next

image-n8n4

  1. Set the URL: You may enter a specific URL suffix or leave it empty for an automatically generated URL. Click Install.

image-n8n5

Finalize Installation

Watch the installation logs. This process may take several minutes depending on available resources.

Important: When the installation completes, the logs will display your unique Access URL. Copy and save this URL immediately.

image-n8n6

First Run Configuration

  1. Open your browser and navigate to the Access URL you saved in the previous step.
  2. Create an Admin Account: You will be prompted to set up an email and password.

Note: This account is local to your n8n instance and is separate from your MetaCentrum login.

Once logged in, you will see the n8n canvas. You can now start building workflows.

image-n8n8

Managing Resources — Terminating

To ensure fair usage and availability for all researchers, please manage your instance responsibly.

Deleting Your Instance

If you are no longer using n8n, please shut it down to free up resources.

image-n8n8

AI Model Availability

We provide access to specific high-performance models for your agents.

⚠️ Service Availability Notice Although Deepseek R1 0528 and Qwen 3 Coder are designated as guaranteed models, please be aware of the following infrastructure constraints:

  • Maintenance: The underlying hardware may require periodic maintenance. We currently lack backup infrastructure of comparable scale.
  • Priority Tasks: During urgent priority tasks requiring this hardware, model availability may be temporarily suspended.
  • Notifications: Advance notice of interruptions will be provided on this page and within the chat interface.

Examples

(Step-by-step guides for common use cases will be added here soon.) TBD

Last updated on

publicity banner