Add Penpot to your AI agent
Open-source design and prototyping platform for collaborative design workflows
- Things your agent can do in Penpot
- 90
Things your AI can do in Penpot
Your FormWise AI can handle any of these in Penpot — on its own, without you needing to click a button.
Create Access Token
PopularTool to create a personal access token for API authentication in Penpot. Use when you need to generate a new token for authenticating API requests. The token will only be shown once during creation, so it should be stored securely.
Create Comment Thread
PopularTool to create a new comment thread on a Penpot file at a specific position. Use when you need to add collaborative feedback or discussion points on design elements within a Penpot project.
Create File
PopularTool to create a new design file in a Penpot project. Use when you need to create a new file for design work within a specific project.
Create Project
PopularTool to create a new project within a team in Penpot. Use when you need to organize design files into a new project space.
Create Team
PopularTool to create a new team in Penpot. Use when you need to set up a new team for organizing projects and collaborating with team members.
Create Webhook
PopularCreate a webhook for a team to receive event notifications. Use when you need to register a new webhook endpoint that will be notified of events happening in a Penpot team.
Get All Projects
PopularTool to retrieve all projects across all teams in Penpot. Use when you need a complete list of projects regardless of team membership.
Get Comment Threads
PopularTool to retrieve all comment threads for a Penpot file. Use when you need to fetch comments and discussions associated with a specific file.
Get File
PopularTool to retrieve a Penpot file by its ID. Returns file details including metadata, structure, and permissions. Use when you need to access file information or check file properties.
Get File Info
PopularTool to retrieve basic information about a Penpot file by its ID. Use when you need to get file metadata such as name, project, creation date, modification date, version, and sharing status.
Get Project
PopularTool to retrieve detailed information about a specific Penpot project by its ID. Use when you need to get project details such as name, team ownership, and timestamps.
Get Project Files
PopularTool to retrieve all files in a Penpot project. Use when you need to list all files for a specific project by its UUID.
Show 78 more things it can do
Get Team
PopularTool to retrieve team details by ID. Use when you need to fetch information about a specific team in Penpot.
Get Team Members
PopularTool to list all members of a team in Penpot. Use when you need to retrieve team membership information and member details.
Get Teams
PopularTool to list all teams the authenticated user is a member of. Use when you need to retrieve teams where the user has membership in Penpot.
Search Files
PopularTool to search for files by name or content in a Penpot team. Use when you need to find specific files within a team using a search term.
Update File
PopularTool to update a Penpot file with changes. Use when you need to apply modifications to a file such as adding/modifying/deleting objects, pages, colors, components, or other design elements. Requires file ID, session ID, revision number, and version number for optimistic locking.
Update Profile
PopularTool to update the current authenticated user's profile information. Use when you need to change the user's full name, language preference, or theme settings.
Create Team Access Request
Tool to request an invitation to join a Penpot team. Use when a user needs to request access to a team for collaboration.
Delete Access Token
Tool to delete a personal access token from Penpot. Use when you need to revoke or remove an existing access token by its UUID.
Delete Comment
Tool to delete a comment from a Penpot design file. Use when you need to permanently remove a specific comment from a design discussion.
Delete File Snapshot
Tool to delete a file snapshot in Penpot. Use when you need to remove a previously created snapshot from a file.
Delete Project
Tool to delete a project from Penpot. Use when you need to permanently remove a project and all its contents.
Delete Team
Tool to delete a team from Penpot. Use when you need to permanently remove a team. This operation is irreversible.
Permanently Delete Team Files
Tool to permanently delete specified files from a Penpot team. Use when you need to immediately and irreversibly remove files from a team. The team ID is used to filter files and verify write permissions.
Delete Team Invitation
Tool to delete a pending team invitation in Penpot. Use when you need to cancel an invitation that hasn't been accepted yet.
Delete Team Member
Tool to remove a member from a team in Penpot. Use when you need to revoke a user's access to a team.
Delete Webhook
Tool to delete a webhook by its UUID. Use when you need to remove a webhook from Penpot.
Duplicate File
Tool to duplicate a single file within the same team in Penpot. Use when you need to create a copy of an existing design file.
Duplicate Project
Tool to duplicate an entire Penpot project with all its files. Use when you need to create a copy of an existing project.
Get Access Tokens
Tool to list all personal access tokens for the authenticated user. Use when you need to view, audit, or manage existing access tokens.
Get Builtin Templates
Tool to get the list of builtin templates available in Penpot. Use when you need to see which templates are available for creating new projects.
Get Comment Thread
Tool to retrieve a specific comment thread from a Penpot file. Use when you need to fetch details about a comment thread including its comments, participants, and metadata.
Get Comments
Tool to retrieve all comments in a comment thread. Use when you need to fetch all comments from a specific thread.
Get File Libraries
Tool to retrieve libraries linked to a Penpot file. Use when you need to get all library references associated with a specific file by its UUID.
Get File Object Thumbnails
Tool to retrieve thumbnails for objects in a Penpot file. Use when you need to get thumbnail URLs for file objects.
Get File Snapshots
Retrieves all snapshots for a specific Penpot file. Use this action to list all saved versions (snapshots) of a file, which allows viewing version history and understanding how the file has evolved over time. Snapshots capture the state of a file at specific points in time.
Get File Summary
Tool to retrieve a summary of file contents and statistics from Penpot. Use when you need high-level information about a file including page count, components, graphics, and other metadata without fetching the entire file content.
Get Font Variants
Tool to retrieve font variants for a team, file, project, or share in Penpot. Use when you need to get a list of available font variants. Provide at least one of team_id, file_id, project_id, or share_id to scope the query.
Get Library File References
Tool to get files that reference a shared library. Use when you need to find which files are using a specific library file in Penpot.
Get Library Usage
Tool to get usage statistics for a library. Returns the number of files that use the specified library. Use when you need to understand how widely a library is being used across projects.
Get Owned Teams
Tool to list teams owned by the current user. Use when you need to retrieve teams that the authenticated user owns in Penpot.
Get Page
Tool to retrieve page data from a Penpot file. Use when you need to get page content including objects and metadata for rendering or export purposes. If no page ID is specified, returns the first page. Can filter to a specific object and its children by providing an object ID.
Get Profiles for File Comments
Tool to retrieve profiles of users who have commented on a Penpot file. Use when you need to get information about comment participants for collaboration or user management purposes.
Get SSO Provider
Tool to retrieve SSO provider information for an email address. Use when you need to determine which SSO provider is configured for a specific email domain.
Get Subscription Usage
Tool to get subscription usage information for the current user. Returns details about seats and storage usage. Use when you need to check subscription limits or current usage statistics.
Get Team Deleted Files
Tool to retrieve deleted files from a team's trash in Penpot. Use when you need to view files that have been deleted from a specific team and are in the trash.
Get Team Info
Tool to retrieve detailed information about a specific Penpot team by its ID. Use when you need to get team details such as name, creation date, and permissions.
Get Team Invitations
Tool to list pending invitations for a team in Penpot. Use when you need to retrieve all pending team invitations that haven't been accepted yet.
Get Team Shared Files
Tool to retrieve shared library files for a Penpot team. Use when you need to list all shared library files for a specific team by its UUID.
Get Team Stats
Tool to retrieve statistics for a specific Penpot team by its ID. Use when you need to get team metrics such as project count, file count, and member count.
Get Team Users
Tool to retrieve users in a team by team ID or file ID. Use when you need to list team members associated with a specific team or file.
Get Unread Comment Threads
Tool to retrieve comment threads with unread comments for a specific team. Use when you need to check for new comments or discussions requiring attention.
Get View Only Bundle
Tool to retrieve data bundle for view-only file access in Penpot. Use when you need to access read-only file data through a share link or for preview purposes.
Get Webhooks
Tool to retrieve all webhooks configured for a team. Use when you need to list existing webhook endpoints registered for a Penpot team.
Has File Libraries
Tool to check if a Penpot file has linked libraries. Use when you need to determine whether a specific file references any external libraries.
Ignore File Library Sync Status
Tool to ignore library sync status updates for a file. Use when you need to mark library updates as ignored for a specific file, preventing sync notifications from appearing.
Link File to Library
Tool to link a file to a library in Penpot. Returns the recursive list of libraries used by that library. Use when you need to establish a library reference relationship between a file and a library.
Lock File Snapshot
Tool to lock a file snapshot in Penpot to prevent deletion. Use when you need to protect a snapshot from being removed.
Logout
Tool to clear the authentication cookie and logout the current session. Use when the authenticated user wants to end their Penpot session and invalidate their authentication.
Mark All Threads As Read
Tool to mark all comment threads as read in Penpot. Use when you need to clear unread status for comment threads.
Move Files
Tool to move files from one project to another in Penpot. Use when you need to reorganize files by transferring them between projects.
Move Project
Tool to move a project to a different team in Penpot. Use when you need to transfer a project from one team to another.
Prepare Register Profile
Tool to prepare user registration by validating email and sending verification in Penpot. Use when you need to initiate the registration process for a new user. This endpoint validates the provided information and typically sends a verification email to complete the registration.
Push Audit Events
Tool to push audit events to Penpot for tracking system behavior and user actions. Use when you need to log important events like user actions, file changes, or team modifications for auditing purposes.
Register Profile
Tool to complete user registration with profile details using a verification token. Use when you have a registration token from the prepare-register-profile endpoint and need to finalize the user account creation.
Rename File
Tool to rename a design file in Penpot. Use when you need to change the name of an existing file.
Rename Project
Tool to rename an existing project in Penpot. Use when you need to update a project's name.
Request Profile Recovery
Tool to request a password/profile recovery email. Use when a user has forgotten their password and needs to initiate the account recovery process. An email with a recovery token will be sent to the specified address.
Restore Deleted Team Files
Tool to restore deleted files in a Penpot team. Use when you need to remove the deletion mark from files and projects that are in the team's trash.
Restore File Snapshot
Tool to restore a Penpot file to a previous snapshot. Use when you need to revert a file to a previously saved version from its history.
Send User Feedback
Tool to send user feedback to Penpot. Use when you need to submit feedback, bug reports, feature requests, or error reports to the Penpot team.
Set File Shared
Tool to set file sharing status in Penpot (enable/disable shared library). Use when you need to make a file available as a shared library or revoke its shared status.
Unlink File from Library
Tool to unlink a file from a shared library in Penpot. Use when you need to remove the library reference relationship between a file and a library.
Unlock File Snapshot
Tool to unlock a locked file snapshot in Penpot. Use when you need to unlock a previously locked snapshot.
Update Comment
Tool to update the content of an existing comment in a Penpot design file. Use when you need to modify comment text or update mentioned users in a design discussion.
Update Comment Thread
Tool to update the resolution status of a comment thread in Penpot. Use when you need to mark a comment thread as resolved or unresolved to track discussion progress.
Update Comment Thread Frame
Tool to update the frame associated with a comment thread in Penpot. Use when you need to move a comment thread to a different frame or reposition it within the design hierarchy.
Update Comment Thread Position
Tool to update the position of a comment thread in Penpot. Use when you need to move or reposition an existing comment thread to a different location on the design canvas.
Update Comment Thread Status
Tool to update the status of a comment thread in Penpot (e.g., toggle resolved/unresolved). Use when you need to mark a comment thread as resolved or reopen a resolved thread.
Update File Library Sync Status
Tool to update the synchronization status of a file->library link. Use when you need to refresh or update the sync status between a file and its linked library.
Update File Snapshot
Tool to update a file snapshot metadata in Penpot. Use when you need to modify the label of an existing snapshot.
Update Font
Tool to update a font's metadata in Penpot. Use when you need to modify the name or other properties of an existing font in a team.
Update Profile Notifications
Tool to update notification settings for the authenticated user's profile. Use when you need to configure how the user receives notifications about comments and invitations.
Update Profile Props
Tool to update custom properties for the authenticated user's profile. Use when you need to modify user preferences such as onboarding status, notification settings, newsletter subscriptions, or plugin configurations.
Update Project Pin
Tool to update the pin status of a project in Penpot. Use when you need to pin or unpin a project for quick access.
Update Team
Tool to update team settings in Penpot. Use when you need to modify team name or other team properties.
Update Team Invitation Role
Tool to update the role of a pending team invitation in Penpot. Use when you need to change the role of an invitation that hasn't been accepted yet.
Update Webhook
Tool to update an existing webhook configuration. Use when you need to modify the URI, MIME type, or active status of a webhook.
Verify Token
Tool to verify an authentication or registration token in Penpot. Use when you need to validate a token received from registration, email verification, or other authentication flows.
Built for the way you actually work
No code, no engineers
Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.
Sounds like you, not like a bot
Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.
Plugs into the stack you already use
No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.
Your data stays yours
Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.
What you can do once Penpot is connected
Onboard new clients without lifting a finger
When someone signs up, your AI greets them, sets up their next step in Penpot, and keeps the momentum going — even at 2am.
Reply to leads in seconds, not days
Your AI watches Penpot for new inquiries, answers questions in your voice, and books the call before they cool off.
Get your weekends back
Hand off the repetitive Penpot work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.
How to connect Penpot to your agent
- 1
Start using FormWise for free
Sign up in under a minute.
- 2
Find Penpot in your connected apps
Inside FormWise, go to Settings → Connected Services and look for Penpot.
- 3
Hit "Connect"
Click "Connect Penpot" and log in like you normally would. We only ask for the permissions your AI actually needs.
- 4
Tell your AI what to do in Penpot
Build a quick AI Agent (it's like writing instructions, not code), and pick the Penpot actions you want your AI to handle.
- 5
Watch it run
Send it a real-world task and watch your AI take care of Penpot for you. Tweak the wording until it feels just right.
Powered by the AI you already trust
Your Penpot workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.
- OpenAI
- Anthropic Claude
- Google Gemini
Questions other Penpot users had before signing up
Do I need to know how to code?
Not even a little. If you can use Penpot today, you can set this up. You'll connect Penpot, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.
Will my clients know they're talking to an AI?
Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.
Can I make it sound like me?
Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.
What if I want to take over a conversation?
You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.
Is my client data safe?
Yes. Your Penpot login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect Penpot or delete everything any time.
What happens when Penpot updates their app?
We handle it. When Penpot adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.
How fast can I actually get this running?
Most people are up and running the same day they sign up. Connecting Penpot takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.
What is FormWise?
FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like Penpot — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.
Can I sell AI agents to my clients?
Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.
Can I embed my AI on my website or in my course?
Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.
Do I need to know anything about AI to use this?
No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.
About Penpot on FormWise
Open-source design and prototyping platform for collaborative design workflows
Connect Penpot once and your FormWise AI gets 90 things it can do inside it. That means your AI can handle the Penpot work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.
You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.
New to Penpot? Take a look at penpot.app.
More images & design integrations
Cloudinary
Cloudinary is a cloud-based media management platform for uploading, storing, transforming, and delivering images and videos via CDN.
Higgsfield MCP
Higgsfield MCP lets agents generate authorized images, videos, characters, and audio, reuse prior creations, and inspect credit balances through Higgsfield's creative platform.

Imgix
imgix is a real-time image processing and delivery service that enables developers to optimize, transform, and deliver images efficiently.
Figma
A collaborative interface design tool.
Canva
Canva offers a drag-and-drop design suite for creating social media graphics, presentations, and marketing materials with prebuilt templates and a vast element library
Eraser MCP
Eraser MCP lets agents generate, create, read, search, update, export, and organize technical diagrams and documents in an Eraser workspace.
Stop doing the Penpot work yourself
Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.
