N8n Nodes Letta banner
letta-ai letta-ai

N8n Nodes Letta

AI community

Description

This is the official n8n node that allows you to integrate Letta AI agents into your n8n workflows.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

**This project is in PREVIEW and has not been officially released, try it out and create issues**

n8n-nodes-letta

[![npm version](https://img.shields.io/npm/v/@letta-ai/n8n-nodes-letta.svg)](https://www.npmjs.com/package/@letta-ai/n8n-nodes-letta) [![npm downloads](https://img.shields.io/npm/dm/@letta-ai/n8n-nodes-letta.svg)](https://www.npmjs.com/package/@letta-ai/n8n-nodes-letta) [![Test](https://github.com/letta-ai/letta-n8n-node/actions/workflows/test.yml/badge.svg)](https://github.com/letta-ai/letta-n8n-node/actions/workflows/test.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This is the official n8n node that allows you to integrate [Letta](https://letta.com) AI agents into your n8n workflows.

[n8n](https://n8n.io/) is a fair-code licensed workflow automation platform.

[Letta](https://letta.com) is a platform for building stateful AI agents with long-term memory.

Quick Start

**New to this node?** Check out our [5-minute Quick Start Guide](demo/QUICKSTART.md) and [demo workflows](demo/) to get started quickly!

**Developers:** See [DEVELOPMENT.md](DEVELOPMENT.md) for local testing and development setup.

Installation

Community Node (Recommended)

  1. Go to Settings > Community Nodes in your n8n instance
  2. Select Install
  3. Enter @letta-ai/n8n-nodes-letta in Enter npm package name
  4. Agree to the risks of using community nodes
  5. Select Install

Manual Installation

To get started install the package in your n8n root directory:

npm install @letta-ai/n8n-nodes-letta

For Docker-based n8n installations, add the following line before the `$N8N_CUSTOM_EXTENSIONS` variable in your `.env` file:

N8N_CUSTOM_EXTENSIONS=@letta-ai/n8n-nodes-letta

Configuration

Credentials

This node requires Letta API credentials:

  1. Go to your Letta dashboard
  2. Navigate to API settings and generate an API token
  3. I