Developer platform
Wire feedback into the tools you already ship with.
FeatureJet 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 ship velocity.
curl https://api.featurejet.com/api/v1/boards/acme/posts \
-H "Authorization: Bearer fj_live_REPLACE_ME"Capabilities
Full post CRUD for the request → shipped loop.
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.featurejet.com/mcp and use the same API key as a bearer token.
Prefer a typed client? See the official Python and Node.js SDKs.