Productboard
Manage Productboard feedback notes, product hierarchy entities, and webhook subscriptions.
Tools
| Name | Description |
|---|---|
list_entitiesList Productboard product-management entities with cursor pagination. | List Productboard product-management entities with cursor pagination. |
search_entitiesSearch Productboard entities with the v2 search payload. | Search Productboard entities with the v2 search payload. |
get_entityGet a Productboard entity by UUID. | Get a Productboard entity by UUID. |
create_entityCreate a Productboard feature, initiative, objective, release, or related entity. | Create a Productboard feature, initiative, objective, release, or related entity. |
update_entityUpdate a Productboard entity with fields or patch operations. | Update a Productboard entity with fields or patch operations. |
delete_entityPermanently delete a Productboard entity by UUID. Child entities may be cascaded by Productboard. | Permanently delete a Productboard entity by UUID. Child entities may be cascaded by Productboard. |
list_notesList Productboard notes with cursor, status, type, source, and date filters. | List Productboard notes with cursor, status, type, source, and date filters. |
create_noteCreate a Productboard feedback note. | Create a Productboard feedback note. |
update_noteUpdate a Productboard note with fields or patch operations. | Update a Productboard note with fields or patch operations. |
list_webhooksList Productboard webhook subscriptions. | List Productboard webhook subscriptions. |
create_webhookCreate a Productboard webhook subscription using the official v2 data payload. | Create a Productboard webhook subscription using the official v2 data payload. |
delete_webhookDelete a Productboard webhook subscription by UUID. | Delete a Productboard webhook subscription by UUID. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedSubscribe a Productboard v2 webhook and receive Productboard webhook payloads. | Subscribe a Productboard v2 webhook and receive Productboard webhook payloads. |
Quick Start
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.