Manage Pinterest pins, boards, and social publishing workflows.
Tools
| Name | Description |
|---|---|
createPinUpload an image or video to create a new Pin on a board. | Upload an image or video to create a new Pin on a board. |
createBoardCreate a new Pinterest board for organizing Pins. | Create a new Pinterest board for organizing Pins. |
deletePinPermanently delete a specific Pin. | Permanently delete a specific Pin. |
findBoardByNameSearch for boards by name using Pinterest's search API. | Search for boards by name using Pinterest's search API. |
findPinSearch for Pins using title, description, or keywords. | Search for Pins using title, description, or keywords. |
updateBoardUpdate a board's name, description, or privacy settings. | Update a board's name, description, or privacy settings. |
Triggers
| Name | Description |
|---|---|
newBoardFires when a new board is created in the account. | Fires when a new board is created in the account. |
newFollowerTriggers when a user gains a new follower. | Triggers when a user gains a new follower. |
newPinOnBoardFires when a new Pin is added to a specific board. | Fires when a new Pin is added to a specific board. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('pinterest', 'createPin', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'pinterest',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Pinterest to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Pinterest support?
Pinterest supports 6 tools including Create Pin, Create Board, Delete Pin, Find Board by Name, Find Pin by Title/Keyword, and more.
Can I use Pinterest with AI agents?
Yes. Add Pinterest 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.
How do I connect Pinterest to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Pinterest as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Pinterest tools exposed by that workspace.
Does Pinterest work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Pinterest work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Pinterest?
Pinterest exposes 6 tools, including Create Pin, Create Board, Delete Pin, Find Board by Name, Find Pin by Title/Keyword, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Pinterest be used in stateful agent workflows?
Yes. Agents can combine Pinterest 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 Pinterest use?
Pinterest uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Pinterest integration cost?
The Pinterest integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Pinterest support?
Pinterest supports 3 triggers including New Board, New Follower, New Pin on Board.
Connect Pinterest in minutes
Get 20,000 free action executions every month. No credit card required.