Getting started

FeatureJet docs

FeatureJet is a hosted feedback board for moving user requests through decisions, 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; FeatureJet 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 lets your own tools create requests, update statuses, and pull shipped metrics.

curl https://api.featurejet.com/api/v1/boards \
  -H "Authorization: Bearer fj_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 and let an assistant work the board with you.

https://mcp.featurejet.com/mcp

4. Start with an official SDK

Use the official Python or Node.js client when you want typed methods for the complete public API surface. Registry publishing is in progress.

Base URLs

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