Weavz
Productlane

Productlane

Manage Productlane threads, roadmap projects, issues, changelogs, and webhook events.

11 tools
4 triggers

Tools

Name
get_authenticated_identity

Return the Productlane workspace, key, scopes, and Linear team selection for the API key.

list_threads

List Productlane threads with cursor pagination and optional filters.

create_thread

Create a Productlane thread and upsert its contact by email.

update_thread

Update a Productlane thread status, assignment, metadata, or links.

post_internal_comment

Post a teammate-only internal comment on a Productlane thread.

list_projects

List Productlane roadmap projects with cursor pagination.

create_project

Create a Productlane project synced to Linear.

list_issues

List Productlane roadmap issues with cursor pagination.

create_issue

Create a Productlane issue filed in Linear.

list_changelogs

List Productlane changelog entries.

create_changelog

Create a Productlane changelog entry.

Triggers

Name
thread_event

Receives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here.

project_event

Receives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here.

issue_event

Receives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here.

webhook_event

Receives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Productlane 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 Productlane support?

Productlane supports 11 tools including Get Authenticated Identity, List Threads, Create Thread, Update Thread, Post Internal Comment, and more.

Can I use Productlane with AI agents?

Yes. Add Productlane 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 Productlane be used in stateful agent workflows?

Yes. Agents can combine Productlane 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 Productlane use?

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

How much does the Productlane integration cost?

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

What triggers does Productlane support?

Productlane supports 4 triggers including Thread Event, Project Event, Issue Event, Webhook Event.

Connect Productlane in minutes

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