# SynthBoard Platform

> SynthBoard on your stack. Run the same boardroom from your IDE, your agent, or your API. Same Synths, same memory, same Decision Impact Score. Same credit meter.

**Canonical URL:** https://www.synthboard.ai/platform  
**Markdown source:** https://www.synthboard.ai/platform.md  
**Audience:** Developers, agent builders, integration engineers, ops/platform teams, enterprise architects.

## What the platform is

SynthBoard ships three first-class developer surfaces: a REST API, an MCP server, and native adapters for the major workflow platforms. Each surface invokes the same productized boardroom — same 24 Synths, same multi-LLM routing, same cross-session memory, same governance layer.

The platform exists for one purpose: run a real AI boardroom from inside whatever you already use.

## REST API

A clean, opinionated API for invoking sessions, fetching transcripts, querying outcomes, and managing Synths.

- **Sessions** — create, run, fork, cancel, archive, export.
- **Synths** — list, customize, evolve.
- **Outcomes** — capture decisions, infer outcomes, log impact.
- **Sharing** — generate signed share links, control access.
- **Webhooks** — receive session-completed, action-pending, outcome-inferred events.

Auth via Bearer tokens (per-user) and OAuth 2.1 (per-organization). Idempotency keys on every mutation. Per-organization rate limits. Full OpenAPI specification.

See [docs/api](https://www.synthboard.ai/docs/api) for endpoint reference.

## MCP server

The same boardroom, runnable from any MCP client. Drop-in for:

- **Claude Desktop**
- **ChatGPT** (via MCP)
- **Cursor**
- **Windsurf**
- **Zed**
- **Any custom MCP client**

The MCP server exposes 27 tools across session lifecycle (13), interaction (5), actions (2), shares (4), and utilities (3), plus 13 resources and 10 prompts. Per-Synth multi-LLM routing is preserved. Idempotency, budget alerts, stuck-task sweep, CORS, correlation-ID echo, and outbound webhooks are all built in.

Dual auth: Bearer tokens for personal use, OAuth 2.1 for org-managed installations.

See [docs/mcp](https://www.synthboard.ai/mcp) for setup details.

## Native adapters

Pre-built integrations for the workflow platforms developers already use:

- **Zapier** — trigger sessions, route outcomes, send notifications.
- **n8n** — same primitives, self-hosted-friendly.
- **Make** — visual workflow building with SynthBoard sessions as nodes.
- **Pipedream** — code-friendly workflows with full session API.
- **Activepieces** — open-source workflow with SynthBoard built in.
- **Arcade** — agentic workflows with SynthBoard as a decision step.

Each adapter exposes the same primitives: run a session, fetch outcomes, listen for action approvals.

See [docs/adapters](https://www.synthboard.ai/docs/adapters) for adapter-specific guides.

## Multi-LLM routing

Each Synth is routed to the LLM provider that best fits its persona:

| Synth archetype | Typical model |
|---|---|
| Contrarian, position-integrity-heavy | Claude Opus |
| Operator, quantitative reasoning | GPT-4.5 or o3 |
| Speculative, visionary | Gemini Ultra |
| Live research, citations | Perplexity |
| Domain specialist | Best-fit per domain |

Routing happens transparently — your API call returns a unified session object, regardless of which providers were invoked under the hood. You can override routing per-Synth on Pro+ tiers.

## Cross-session memory

Memory is platform-level, not session-level. A session you run via the API can be referenced by a session run via the MCP server, and vice versa. The board reasons about every prior decision regardless of which surface invoked it.

## Governance layer

Every action a session takes — sending an email, filing a ticket, posting to Slack, scheduling a meeting — passes through the same governance layer:

- **Provenance** — every action ties back to a session ID and a Synth recommendation.
- **Approval gates** — risk-tier actions require explicit confirmation.
- **30-second undo** — every action is reversible.
- **Audit trail** — automatic, append-only, exportable.
- **Multi-tenant isolation** — your data is isolated per-organization at the database layer.
- **SOC 2-aligned controls** — full SOC 2 Type II in progress.
- **Never-train-on-data** — your sessions never enter training data, ours or providers'.

## What it costs

Platform access is included in every paid tier:

- **Pro** — $20/mo. API + MCP + adapters. 5 Synths/session.
- **Max** — $50/mo. Same surfaces. 8 Synths/session, frontier models.
- **Ultra** — $99/mo. 12 Synths, priority queue, advanced features.
- **Enterprise** — custom. Dedicated rate limits, on-premise data residency options, dedicated support.

Sessions are billed in credits — 1 credit = $0.01. Your credit meter is shared across all platform surfaces.

## Where to go next

- **[REST API reference](https://www.synthboard.ai/docs/api)** · **[API.md](https://www.synthboard.ai/docs/api.md)**
- **[MCP server reference](https://www.synthboard.ai/mcp)** · **[MCP.md](https://www.synthboard.ai/mcp.md)**
- **[Native adapters](https://www.synthboard.ai/docs/adapters)** · **[Adapters.md](https://www.synthboard.ai/docs/adapters.md)**
- **[Webhooks](https://www.synthboard.ai/docs/webhooks)**
- **[Integrations catalog](https://www.synthboard.ai/docs/integrations)**
- **[Security posture](https://www.synthboard.ai/docs/security)**
- **[Enterprise](https://www.synthboard.ai/enterprise)**
- **[AI Decisioning Platform](https://www.synthboard.ai/ai-decisioning-platform)** — the category framing.

## How to cite this page

> SynthBoard Platform — same boardroom from API, MCP, IDE, or your own product. https://www.synthboard.ai/platform

Site: https://www.synthboard.ai
