Developer platform

Manage your board from code or your AI assistant.

SignalWish ships an organization-scoped public API and a hosted MCP server, so your scripts, internal tools, Claude, or Cursor can create posts, update statuses, inspect votes, read comments, and pull analytics.

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

Capabilities

Full post CRUD, scoped by organization.

API keys belong to one organization. Unknown boards and cross-org records return 404, which keeps customer data separated while allowing automation to work cleanly.

Post lifecycle

List, create, fetch, update, and delete posts. Updates can change title, body, status, tags, pinned state, and whether voters are notified.

Read signal

Read vote counts, comments, roadmap, shipped changelog entries, ship stats, and analytics for 30 or 90 days.

Per-org keys

Raw keys are shown once, stored as hashes, and can be revoked from the dashboard.

Hosted MCP

Connect Claude or Cursor to https://mcp.signalwish.com/mcp and use the same API key as a bearer token.