@openpets/featurebase
v1.0.0
Published
Integrate with Featurebase to manage boards, posts, comments, changelogs, and more. Collect and prioritize user feedback, publish changelogs, and manage your product feedback loop.
Maintainers
Readme
Featurebase
Integrate with Featurebase to manage boards, posts, comments, changelogs, and more. Collect and prioritize user feedback, publish changelogs, and manage your product feedback loop.
Setup
- Get your API key from Featurebase Settings > Integrations > API
- Copy
.env.exampleto.envand add your API key:
cp .env.example .env- Set
FEATUREBASE_API_KEY=sk_your_key_herein.env
Environment Variables
| Variable | Required | Description |
|---|---|---|
| FEATUREBASE_API_KEY | Yes | API key (Bearer token, starts with sk_) |
| FEATUREBASE_HOST | No | Custom host URL (default: https://do.featurebase.app) |
| FEATUREBASE_VERSION | No | API version (default: 2026-01-01.nova) |
Tools (27)
Connection
featurebase-test-connection- Verify API credentials and organization access
Boards
featurebase-list-boards- List all boards (post categories)featurebase-get-board- Get board details by ID
Posts
featurebase-list-posts- List/search posts with filtering (board, status, tags, query)featurebase-get-post- Get post details by IDfeaturebase-create-post- Create a new post in a boardfeaturebase-update-post- Update post propertiesfeaturebase-delete-post- Delete a postfeaturebase-list-voters- List voters on a postfeaturebase-add-voter- Add a voter to a postfeaturebase-remove-voter- Remove a voter from a post
Post Statuses
featurebase-list-post-statuses- List all configured post statuses
Comments
featurebase-list-comments- List comments with optional post filtering
Custom Fields
featurebase-list-custom-fields- List all custom fields
Changelogs
featurebase-list-changelogs- List changelogs (release notes)featurebase-get-changelog- Get changelog details by ID
Organization
featurebase-list-admins- List all adminsfeaturebase-list-teams- List all teams
Users
featurebase-list-contacts- List contacts (users)featurebase-list-companies- List companiesfeaturebase-create-company- Create or update a company
Conversations
featurebase-list-conversations- List messenger conversations
Webhooks
featurebase-list-webhooks- List all webhooksfeaturebase-create-webhook- Create a new webhookfeaturebase-get-webhook- Get webhook detailsfeaturebase-update-webhook- Update webhook configurationfeaturebase-delete-webhook- Delete a webhook
Example Queries
list all boards in Featurebase
list posts from a specific board
search posts with a query
create a new post
list all changelogs
test Featurebase connection