NovalinkIn dev

Documentation

Getting started with Novalink

Updated September 17, 2026

Novalink is a visual editor for AI agent workflows. This guide takes you from a new account to a workflow that runs, with every node reporting its status live on the canvas.

Create an account

Open the sign-in page and continue with Google, or create an account with your email and a password. Email accounts get a confirmation link before the first sign-in.

Add a credential

Agent nodes call Claude with your own Anthropic API key. Open Credentials in the sidebar, choose Add credential, and paste the key. It is encrypted at rest and never shown in the browser again.

Build your first workflow

  1. On Workflows, choose New workflow. The editor opens on an empty canvas.
  2. Open the palette ( K) and add a Manual Trigger, an Agent and an Output.
  3. Drag from each node's output handle to the next node's input to connect them.
  4. Select the agent, pick the credential and a model, and write a user prompt that reads the trigger, for example Summarise: {{ trigger.message }}.

Prefer to start from a description? Use the arrow next to New workflow and choose Generate with AI. Claude drafts a validated graph you can preview before creating it.

Run it and watch

Give the trigger a test payload such as {"message": "..."}, then press Run ( ). Each node lights up as it runs, succeeds, fails or is skipped. Click a node to see exactly what it received and returned. Every run is saved, so you can reopen it later on a read-only canvas.

Publish a version

The canvas autosaves a draft. Publish freezes the draft into an immutable version, so later edits never change what a published version runs.

Build it on the canvas

Create a free account and run your first workflow in the browser, or run Novalink on your own machine.