Productlane
Manage Productlane threads, roadmap projects, issues, changelogs, and webhook events.
Tools
| Name | Description |
|---|---|
get_authenticated_identityReturn the Productlane workspace, key, scopes, and Linear team selection for the API key. | Return the Productlane workspace, key, scopes, and Linear team selection for the API key. |
list_threadsList Productlane threads with cursor pagination and optional filters. | List Productlane threads with cursor pagination and optional filters. |
create_threadCreate a Productlane thread and upsert its contact by email. | Create a Productlane thread and upsert its contact by email. |
update_threadUpdate a Productlane thread status, assignment, metadata, or links. | Update a Productlane thread status, assignment, metadata, or links. |
post_internal_commentPost a teammate-only internal comment on a Productlane thread. | Post a teammate-only internal comment on a Productlane thread. |
list_projectsList Productlane roadmap projects with cursor pagination. | List Productlane roadmap projects with cursor pagination. |
create_projectCreate a Productlane project synced to Linear. | Create a Productlane project synced to Linear. |
list_issuesList Productlane roadmap issues with cursor pagination. | List Productlane roadmap issues with cursor pagination. |
create_issueCreate a Productlane issue filed in Linear. | Create a Productlane issue filed in Linear. |
list_changelogsList Productlane changelog entries. | List Productlane changelog entries. |
create_changelogCreate a Productlane changelog entry. | Create a Productlane changelog entry. |
Triggers
| Name | Description |
|---|---|
thread_eventReceives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here. | Receives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here. |
project_eventReceives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here. | Receives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here. |
issue_eventReceives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here. | Receives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here. |
webhook_eventReceives Productlane webhook events. Configure this trigger URL in Productlane; signature verification is not performed because raw request bodies are not available here. | 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
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.