Weavz
Productboard

Productboard

Manage Productboard feedback notes, product hierarchy entities, and webhook subscriptions.

12 tools
1 trigger

Tools

Name
list_entities

List Productboard product-management entities with cursor pagination.

search_entities

Search Productboard entities with the v2 search payload.

get_entity

Get a Productboard entity by UUID.

create_entity

Create a Productboard feature, initiative, objective, release, or related entity.

update_entity

Update a Productboard entity with fields or patch operations.

delete_entity

Permanently delete a Productboard entity by UUID. Child entities may be cascaded by Productboard.

list_notes

List Productboard notes with cursor, status, type, source, and date filters.

create_note

Create a Productboard feedback note.

update_note

Update a Productboard note with fields or patch operations.

list_webhooks

List Productboard webhook subscriptions.

create_webhook

Create a Productboard webhook subscription using the official v2 data payload.

delete_webhook

Delete a Productboard webhook subscription by UUID.

Triggers

Name
webhook_event_received

Subscribe a Productboard v2 webhook and receive Productboard webhook payloads.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('productboard', 'list_entities', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'productboard',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Productboard to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Productboard support?

Productboard supports 12 tools including List Entities, Search Entities, Get Entity, Create Entity, Update Entity, and more.

Can I use Productboard with AI agents?

Yes. Add Productboard to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Productboard be used in stateful agent workflows?

Yes. Agents can combine Productboard tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Productboard use?

Productboard uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Productboard integration cost?

The Productboard integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Productboard support?

Productboard supports 1 triggers including Webhook Event Received.

Connect Productboard in minutes

Get 20,000 free action executions every month. No credit card required.