Adapter · Coming soon
Activepieces
A SynthBoard piece for Activepieces is in development. Activepieces' HTTP piece and Webhook trigger already drive the full REST surface on Cloud and self-hosted.
The native Activepieces 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
Create an API key
In SynthBoard, open /mcp/console → API Keys → Create and copy the sb_live_... token.
- 2
Call the API from a flow
Use the HTTP piece: POST https://www.synthboard.ai/api/v1/sessions with Authorization: Bearer to start a board; GET /sessions/{id}?wait_ms=60000 to wait for the memo.
- 3
Receive events
Start a flow with the Webhook trigger and register its URL via POST /api/v1/webhooks. Verify the X-SynthBoard-Signature header before acting on a delivery.
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 / Reconvene Session / Generate Outcomes
- Export Session / Send Consult Message / Synth Chat
Triggers
- Session Complete
Next#
Up next
Webhook signing