SynthBoard
PricingEnterprise
Log inGet Started→

Get started

  • Overview
  • Quickstart
  • How sessions work
  • Your World Model
  • Reconvene & the paper trail
  • Actions with receipts

Reference

  • Pricing & credits
  • Integrations
  • Adapters

Developers

  • MCP server
  • MCP setup
  • REST API
  • API reference
  • Webhooks
  • Changelog
  • API versioning

Trust

  • Security posture
  • FAQ
  • Troubleshooting
  • Privacy policy
  • Terms of service
DocsReferencePipedream
Adapter · Coming soon

Pipedream

A SynthBoard component package for Pipedream is in development. Pipedream's code steps and HTTP triggers already cover the whole surface — a fetch call away.

The native Pipedream adapter has not shipped yet. Everything below works today through the REST API and webhooks— we'll update this page the moment the directory listing is live.

How to connect today#

  1. 1

    Create an API key

    In SynthBoard, open /mcp/console → API Keys → Create. Store the sb_live_... token as a Pipedream environment variable.

  2. 2

    Call the API from a step

    In a Node (or Python) code step, call the REST API directly.

    const res = await fetch("https://www.synthboard.ai/api/v1/sessions", {
      method: "POST",
      headers: {
        Authorization: `Bearer ${process.env.SYNTHBOARD_API_KEY}`,
        "Content-Type": "application/json",
      },
      body: JSON.stringify({ question: steps.trigger.event.question, session_type: "boardroom" }),
    });
  3. 3

    Receive events

    Create an HTTP trigger workflow, then register its URL via POST /api/v1/webhooks with the events you need. Verify X-SynthBoard-Signature in the first step.

Planned adapter surface#

What the native adapter will expose. Every operation already exists as a REST endpoint or webhook event you can use now.

Actions

  • Start / Plan / Reconvene / Cancel Session
  • Get / List / Export Session
  • Generate Outcomes
  • Send Consult Message / Synth Chat
  • Search Catalog

Triggers

  • Session Complete
  • Outcomes Ready

Next#

Up next
Webhook signing
Read the guide

Product

  • Features
  • Session Modes
  • Synths
  • Session Assistant
  • Free Session
  • Integrations
  • Pricing
  • Compare

Solutions

  • For Founders
  • For Creators
  • For Product Leaders
  • For Consultants
  • For Teams
  • All use cases

By Method

  • AI Boardroom
  • AI Advisory Board
  • Decision Intelligence
  • AI Pre-Mortem
  • AI Stress Test
  • AI Council
  • Decision Autopsy
  • See all methods

By Decision

  • AI for Hiring
  • AI for Pricing
  • AI for Pivots
  • AI for Fundraising
  • AI for B2B vs B2C
  • See all decisions

By Audience

  • For Founders
  • For Consultants
  • For Investors
  • For Operators
  • For Coaches
  • See all audiences

Alternatives

  • McKinsey alternative
  • Business coach alternative
  • Advisory board alternative
  • Strategy consultant alternative
  • See all alternatives

Developers

  • Platform Overview
  • MCP Server
  • REST API
  • API Reference
  • Webhooks
  • Docs & Help
  • Security

Resources

  • Docs & Help
  • Blog
  • Glossary
  • Contact

Company

  • Manifesto
  • About
  • Enterprise

Legal

  • Privacy Policy
  • Terms of Service
  • Security
  • How We Hold Your Data
  • Refund Policy
Stay Updated

Get AI Insights Weekly

Join our newsletter for product updates, decision-making insights, and exclusive member content.

No spam, unsubscribe anytime. Read our Privacy Policy.

SynthBoardDecision Intelligence Platform
© 2026 SynthBoard

Built with ❤️ for the future of AI collaboration