> ## Documentation Index
> Fetch the complete documentation index at: https://docs.steuerboard.com/llms.txt
> Use this file to discover all available pages before exploring further.

# n8n

> Use the Steuerboard API in your n8n workflows with official triggers and actions

## Overview

n8n is a workflow automation tool to connect services and build automations without writing code. The official Steuerboard nodes for n8n provide actions and triggers for your account data (clients, workspaces, files, and tasks) so you can interact with, route, and process data inside your workflows.

* Repository: [steuerboard/n8n-nodes-steuerboard](https://github.com/steuerboard/n8n-nodes-steuerboard)

## Prerequisites

* A Steuerboard API key
* n8n with Community Nodes enabled

**Don't have an account?**

<Note>We offer a free plan for testing. Just mail us at [founders@steuerboard.com](mailto:founders@steuerboard.com)</Note>

If you want to use our App in production, please take a look at our [Pricing page](https://steuerboard.com/pricing) to book a call with us.

## Installation

1. In n8n, go to Settings → Community Nodes → Install.
2. Enter the Node name: `Steuerboard` and confirm.
3. Restart n8n if prompted.

## Authentication

1. In n8n, open Credentials → New → search for “Steuerboard”.
2. Paste your API key into the API Key field.
3. Save the credentials and select them in your Steuerboard nodes.

## Troubleshooting

* 401 Unauthorized: Check that your credentials are set and selected in the node.
* 429 Too Many Requests: You have hit a rate limit. Add a Wait node or lower concurrency.
* 5xx Server Error: Retry with a Wait/Retry pattern. If persistent, contact support.

## Links

* API docs home: [docs.steuerboard.com](https://docs.steuerboard.com)
* n8n nodes repository: [steuerboard/n8n-nodes-steuerboard](https://github.com/steuerboard/n8n-nodes-steuerboard)
