Getting started

SignalWish docs

SignalWish is a hosted feedback board for collecting requests, votes, comments, public roadmap updates, shipped changelog entries, embeds, API automation, and MCP tools.

1. Create an API key

Open the dashboard API keys page, create a named organization-scoped key, and copy it immediately. Raw keys are shown once; SignalWish stores only a SHA-256 hash and display prefix.

2. Use the public API base URL

The public developer API is mounted below /api/v1 and requires a bearer key or X-API-Key header.

curl https://api.signalwish.com/api/v1/boards \
  -H "Authorization: Bearer sw_live_REPLACE_ME"

3. Connect MCP when you want agent access

The hosted MCP server uses Streamable HTTP at the public endpoint below. Send the same API key as an Authorization bearer token.

https://mcp.signalwish.com/mcp

Base URLs

API
https://api.signalwish.com/api/v1
MCP
https://mcp.signalwish.com/mcp
Embeds
https://signalwish.com/embed/v1.js