Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration. With a managed OAuth app, Connect works without these variables; set them to use your own OAuth app instead.
VariableRequiredDescription
PRODUCTBOARD_CLIENT_IDYesProductboard OAuth Client ID Docs.
PRODUCTBOARD_CLIENT_SECRETYesProductboard OAuth Client Secret Docs.

Setup

  1. Get a Productboard workspace: Sign up at https://www.productboard.com (a free trial workspace works for testing). Public API access requires a plan with API access enabled.
  2. Register an OAuth2 application: Follow the developer documentation at https://developer.productboard.com/reference/oauth-authorization-code to register your OAuth2 client and obtain a client ID and secret. Set the redirect URI to your app’s /api/auth/productboard/callback URL.
  3. Set environment variables: Add PRODUCTBOARD_CLIENT_ID and PRODUCTBOARD_CLIENT_SECRET to your .env.
  4. Verify access: Complete the OAuth flow, then run List Entities with type=feature.
  • Tools target the Productboard REST API v2 (https://api.productboard.com/v2), which does not require the X-Version header used by the legacy v1 API
  • Access tokens expire after 24 hours; refresh tokens expire 180 days after issue or 60 minutes after use
  • Features, components, and initiatives are all ‘entities’ in v2 - filter with the type parameter
Provider API reference: https://developer.productboard.com/

Tools

ToolAccessDescription
List NotesReadList customer feedback notes in the Productboard workspace
Get NoteReadGet a Productboard note by ID
Create NoteWriteCreate a feedback note in Productboard
List EntitiesReadList product hierarchy entities (features, components, initiatives, releases, etc.)
Get EntityReadGet a hierarchy entity (e.g. a feature) by ID
Create EntityWriteCreate a hierarchy entity such as a feature or initiative
Update EntityWriteUpdate fields of a hierarchy entity (e.g. rename a feature or change its status)

Example prompts

  • Create a Productboard note capturing this customer feedback with a clear title.
  • List the features in my Productboard workspace and summarize their statuses.