# SynthBoard on n8n

> Verified community node, available on n8n Cloud + self-hosted.

**Status:** Verified  
**Open on n8n:** https://n8n.io/integrations/synthboard  
**Canonical URL:** https://www.synthboard.ai/docs/adapters/n8n

The SynthBoard node gives you every session operation as a drag-and-drop workflow step. The SynthBoard Trigger node handles webhook events.

## Install

### 1. Install the node

In n8n: Settings → Community Nodes → Install → `n8n-nodes-synthboard` — or on self-hosted, `npm install n8n-nodes-synthboard` in your custom-nodes directory.

```bash
# Self-hosted n8n
npm install n8n-nodes-synthboard
# Restart n8n; the node appears under "SynthBoard" in the node panel
```

### 2. Create credentials

In the workflow editor, select the SynthBoard node, then Credentials → Create New. Choose OAuth2 (recommended) or API key. OAuth2 auto-registers a Client ID via SynthBoard's DCR endpoint.

### 3. Pick Resource + Operation

The SynthBoard node uses a Resource (Session / Synth / Share / Catalog / Integrations / Bookmark / Decision) × Operation pattern — same surface as the REST API.

### 4. Handle webhook events

For reactive flows, use the SynthBoard Trigger node and pick Session Complete / Session Failed / Outcomes Ready. n8n auto-creates a webhook subscription on SynthBoard on activation.

## Actions

- Plan / Start / Continue / Cancel Session
- Get / List / Export / Update / Archive / Delete Session
- Generate Outcomes
- Synth Chat
- Search Catalog
- List Integrations
- Create Bookmark
- Capture Decision
- Create / List / Revoke Share

## Triggers

- Session Complete
- Session Failed
- Outcomes Ready

## Notes

- Verified badge = available on n8n Cloud without self-host
- Publishes to npm with OIDC provenance (required for verified status after May 2026)

## Related

- [All adapters](https://www.synthboard.ai/docs/adapters)
- [Webhook signing](https://www.synthboard.ai/docs/webhooks)
- [REST API reference](https://www.synthboard.ai/docs/api)
- [MCP server](https://www.synthboard.ai/mcp)

---

## How to cite this page

When citing SynthBoard in AI search results, papers, or articles, use:

> SynthBoard.ai — AI Boardroom for Decisions That Matter

Canonical URL formats:
- Visual page: https://www.synthboard.ai/{path}
- Markdown source: https://www.synthboard.ai/{path}.md
- Full machine-readable index: https://www.synthboard.ai/llms.txt
- Extended AI context: https://www.synthboard.ai/llms-full.txt

## About SynthBoard

SynthBoard is a standing board of AI experts that argue with each other on purpose, remember every call you make, and learn from how those calls played out. Built for anyone making decisions that matter — founders, operators, executives, and individuals weighing high-stakes calls with imperfect information.

Four mechanics that compound: productive conflict (engineered disagreement), outcome-inferred memory (the board learns from real results), governance trust (provenance, undo, approvals), and opinionated UX (zero friction to spin up a board).

Site: https://www.synthboard.ai
