team collaboration

Add Miro to your AI agent

Miro is a collaborative online whiteboard enabling teams to brainstorm ideas, design wireframes, plan workflows, and manage projects visually

Things your agent can do in Miro
78

Things your AI can do in Miro

Your FormWise AI can handle any of these in Miro — on its own, without you needing to click a button.

  • Attach Tag To Item

    Popular

    Tool to attach an existing tag to a specific item on a Miro board. Use when you need to associate a tag with an item after confirming the board, item, and tag IDs. Note that card and sticky note items can have up to 8 tags.

  • Create Board

    Popular

    Tool to create a new board. Use when you need to set up a board with a specific name, description, and policies. Example: "Create a new board named Project Plan". If workspace board quota is reached, returns HTTP 400; use MIRO_GET_BOARDS to reuse an existing board instead.

  • Create Card Item

    Popular

    Tool to create a card item on a Miro board. Use when you need to add task cards with titles, descriptions, due dates, and assignees.

  • Create Connector

    Popular

    Tool to create a connector (edge/arrow) that links two existing board items. Use after creating or locating the two endpoint items (shapes/cards/stickies) to establish visual relationships in flowcharts and diagrams. Both start and end items must be specified; connectors cannot be created with loose endpoints.

  • Create Document Item

    Popular

    Tool to create a document item on a Miro board by providing a URL to the document. Use when you need to attach a document (PDF, DOC, etc.) to a board from a publicly accessible URL.

  • Create Image Item from URL

    Popular

    Creates an image item on a Miro board by providing a URL to a publicly accessible image. This action adds images from external URLs rather than uploading files from local storage. Use this action when you have an image hosted online (e.g., on a CDN, image hosting service, or public URL) and want to add it to a Miro board without downloading and re-uploading the file.

  • Create Image Item Using Local File

    Popular

    Tool to create an image item on a Miro board by uploading a local image file. Use when you need to add an image from the user's device to a board, rather than referencing an external URL.

  • Create Items in Bulk

    Popular

    Tool to create multiple items on a Miro board in a single request. Use when you need to add 1-20 items (text, sticky notes, shapes, cards, frames, etc.) efficiently. Items are created atomically in one API call.

  • Create Sticky Note Item

    Popular

    Tool to create a sticky note item on a Miro board. Use when you need to add a new sticky note with customizable content, color, shape, and position.

  • Create Tag

    Popular

    Tool to create a new tag on a Miro board. Use when you need to add a new tag with a specific title and color to categorize board items.

  • Create Text Item

    Popular

    Tool to create a text item on a Miro board. Use when you need to add text content to a board, such as labels, notes, or annotations.

  • Delete App Card Item

    Popular

    Tool to delete an app card item from a board. Use when you need to remove an app card item created by your app after it is no longer needed.

Show 66 more things it can do
  • Delete Frame Item

    Popular

    Tool to delete a frame item from a Miro board. Use when you need to remove a frame that groups or organizes content on the board.

  • Delete Shape Item

    Popular

    Tool to delete a shape item from a board. Use when you need to remove a specific shape that is no longer needed after confirming its board and item IDs.

  • Delete Text Item

    Popular

    Tool to delete a text item from a board. Use when you need to remove a text item after confirming its board and item IDs.

  • Get Board Members

    Popular

    Tool to retrieve a list of members for a board. Use when you need to list all users with access to a board after confirming its ID. Results are scoped to the authenticated user's permissions; members or boards inaccessible to that user will not appear in the response.

  • Get Boards V2

    Popular

    Tool to retrieve accessible boards with optional filters. Use when you need to list or search boards by team, project, owner, or keywords with full pagination support.

  • Get Frame Item

    Popular

    Tool to retrieve a specific frame item from a Miro board. Use when you need to fetch details of an existing frame by its ID.

  • Get Tag

    Popular

    Tool to retrieve details of a specific tag on a board. Use when you have a board ID and tag ID and need its metadata.

  • Get Organization Context

    Popular

    Retrieves the organization associated with the current access token. Note: Miro's API does not have an endpoint to list all organizations a user has access to. This action uses the /v1/oauth-token endpoint to return the single organization context associated with the authenticated token, along with team and user information. For Enterprise users who need to work with organizations, use organization-specific endpoints like MIRO_GET_ORGANIZATION_MEMBERS which require an org_id parameter.

  • Remove Tag From Item

    Popular

    Tool to remove a tag from a specific item on a Miro board. Use when you need to disassociate a tag from an item after confirming the board, item, and tag IDs. This action removes the tag from only this specific item, not from the board entirely.

  • Update Embed Item

    Popular

    Tool to update an embed item on a board. Use when you need to modify properties of an existing embedded content item such as position, display mode, or URL.

  • Update Tag

    Popular

    Tool to update a tag on a board. Use when you need to modify a tag's title or color. At least one field (title or fillColor) should be provided to update.

  • Create App Card Item

    Tool to add an app card item to a board. Use when you need to push a rich preview card with custom fields into a Miro board. Returns the created card; the card ID is nested under data.id in the response, not at the top level. Burst writes may trigger HTTP 429; honor the Retry-After header before retrying.

  • Create Document Item Using File From Device

    Tool to create a document item on a Miro board using a URL to the document. Use when you need to add a document (PDF, DOC, etc.) to a board from a publicly accessible URL.

  • Create Embed Item

    Tool to create an embed item on a Miro board by providing a URL to embed content (YouTube videos, websites, etc.). Use when you need to add embedded content from external sources to a board.

  • Create Frame Item

    Tool to add a frame item to a Miro board. Use frames to group and organize diagram regions (e.g., swimlanes, sections, slides).

  • Create Group

    Tool to create a group on a Miro board by grouping multiple items together. Use when you need to organize related board items (shapes, sticky notes, cards, etc.) into a single logical group.

  • Create Mind Map Node (Experimental)

    Tool to create a mind map node on a Miro board. Use when building mind maps or organizing ideas visually in a hierarchical structure. This is an experimental endpoint.

  • Create Shape Item

    Tool to create a shape item on a Miro board. Use when you need to add shapes (basic or flowchart) to a board with specific styling and positioning.

  • Delete Card Item

    Tool to delete a card item from a board. Use when you need to remove a card item from a Miro board after it is no longer needed.

  • Delete Connector

    Tool to delete a specific connector from a board. Use when you need to remove a connector (edge/arrow) between board items after confirming its board and connector IDs.

  • Delete Document Item

    Tool to delete a document item from a board. Use when you need to remove a document item (e.g., PDF or image) that is no longer relevant. Example: "Delete the document item with ID 'item456' from board 'board123'."

  • Delete Embed Item

    Tool to delete an embed item from a board. Use when you need to remove an embedded content item (e.g., YouTube video, website) that is no longer needed.

  • Delete Group

    Tool to delete a group from a board. Use when you need to remove a group and optionally its items.

  • Delete Image Item

    Tool to delete an image item from a board. Use when you need to remove an image that is no longer needed.

  • Delete Item

    Tool to delete a specific item from a board. Use when you need to remove an item (e.g., shape, sticky note) after confirming its board and item IDs.

  • Delete Mind Map Node (Experimental)

    Tool to delete a mind map node from a board. Use when you need to remove a mind map node after confirming its board and item IDs. This is an experimental endpoint.

  • Delete Sticky Note Item

    Tool to delete a sticky note item from a board. Use when you need to remove a sticky note that is no longer needed.

  • Delete Tag

    Tool to delete a specific tag from a board. Use when you need to remove a tag after confirming its board and tag IDs.

  • Download Image Resource

    Retrieve a Miro image resource as signed URL metadata or a downloaded file.

  • Get All Groups

    Tool to retrieve all groups on a Miro board with cursor-based pagination. Use when you need to list all groups and their associated items on a board.

  • Get App Card Item 2

    Tool to retrieve a specific app card item by its ID from a Miro board. Use when you need to get the details of an existing app card item.

  • Get Board Items

    Tool to list items on a Miro board (shapes, stickies, cards, etc.) with pagination. Use when you need to page through board elements for analytics or reporting. Re-fetch before bulk updates to avoid stale item IDs.

  • Get Card Item

    Tool to retrieve a specific card item from a Miro board. Use when you need to fetch details of an existing card item by its ID.

  • Get Connector

    Tool to retrieve a specific connector by its ID. Use when you need details about an existing connector on a board.

  • Get Connectors

    Tool to retrieve a list of connectors on a board. Use after confirming the board ID and when you need to page through connector items.

  • Get Document Item

    Tool to retrieve a specific document item from a Miro board by its ID. Use when you need to get details about an existing document item.

  • Get Embed Item

    Tool to retrieve a specific embed item from a board by its ID. Use when you need details of an existing embedded content item.

  • Get Group By ID

    Tool to retrieve a specific group by its ID. Use when you need to get details about a group on a Miro board.

  • Get Image Item

    Tool to retrieve a specific image item from a board. Use when you need to get details about an existing image item.

  • Get Item Tags

    Tool to retrieve tags attached to a specific item on a Miro board. Use when you need to get the tags associated with a particular item.

  • Get Items by Group ID

    Tool to retrieve items of a specific group by its ID on a Miro board. Use when you need to fetch all items belonging to a particular group.

  • Get Items Within Frame

    Get items within a specific frame on a Miro board. Retrieves child items contained within a frame by filtering with parent_item_id parameter. Use this action when you need to list all items (shapes, sticky notes, cards, etc.) that are nested inside a specific frame. This is useful for analyzing or processing frame contents.

  • Get Mind Map Node

    Tool to retrieve a specific mind map node from a board. Use when you need to get details about a mind map node by its ID.

  • Get Mind Map Nodes (Experimental)

    Tool to retrieve mind map nodes from a Miro board. Use when you need to access the structure and content of mind maps on a board.

  • Get oEmbed Data

    Tool to retrieve oEmbed data for a Miro board. Use when you need to generate embeddable HTML code for a board or get board metadata in oEmbed format.

  • Get Shape Item

    Tool to retrieve a specific shape item from a Miro board by its ID. Use when you need to get details of an existing shape item.

  • Get Specific Board

    Tool to retrieve detailed information about a specific board by its ID. Use when you need to fetch complete metadata including team, permissions, owner, and modification details for a board.

  • Get Specific Board Member

    Tool to retrieve details of a specific board member. Use when you have a board ID and board member ID and need to get that member's role and information.

  • Get Specific Item

    Tool to retrieve a specific item from a Miro board by its ID. Use when you need details about a particular board item (sticky note, shape, card, frame, etc.).

  • Get Sticky Note Item

    Tool to retrieve a specific sticky note item from a board by its ID. Use when you need to get the details of an existing sticky note item.

  • Get Text Item

    Tool to retrieve a specific text item from a Miro board by its ID. Use when you need to get the details of an existing text item.

  • List Board Tags

    Tool to list all tags on a Miro board. Use when you need to discover tag IDs, titles, or colors before performing tag operations.

  • Share Board

    Tool to share a board by inviting users via email. Use when you need to grant access to a board by sending email invitations to new members. You can invite up to 20 users per call and assign them roles (viewer, commenter, editor, coowner, or owner).

  • Update App Card Item 2

    Tool to update an app card item on a Miro board. Use when you need to modify properties of an existing app card such as title, description, status, style, position, or geometry.

  • Update Board

    Tool to update properties of a specific board. Use when you have a board ID and need to modify its name, description, or permissions policy. Use after confirming the board exists.

  • Update Board Member

    Tool to update the role of a specific board member. Use when you have a board ID and board member ID and need to change that member's permissions or role on the board.

  • Update Card Item

    Tool to update a card item on a Miro board. Use when you need to modify properties of an existing card item such as title, description, due date, assignee, style, position, or geometry.

  • Update Connector

    Tool to update an existing connector on a Miro board. Use when you need to modify connector properties such as shape, style, captions, or endpoint attachments. Only provided fields will be updated.

  • Update Document Item

    Tool to update a document item on a Miro board. Use when you need to modify properties of an existing document item such as URL, title, position, or geometry.

  • Update Frame Item

    Tool to update a frame item on a Miro board. Use when you need to modify properties of an existing frame such as title, position, size, or styling. Include only fields to change.

  • Update Group

    Tool to update a group on a Miro board with new items. Use when you need to change which items belong to an existing group.

  • Update Image Item

    Tool to update an existing image item on a board. Use when you need to modify properties of an existing image item such as title, URL, position, or geometry.

  • Update Item Position or Parent

    Tool to update an item's position or parent frame on a Miro board. Use when you need to move an item to a new location or assign it to a different parent frame.

  • Update Shape Item

    Tool to update an existing shape item on a Miro board. Use when you need to modify properties of a shape such as content, style, position, geometry, or parent. Include only the fields you want to change.

  • Update Sticky Note Item

    Tool to update a sticky note item on a Miro board. Use when you need to modify the content, style, position, geometry, or parent of an existing sticky note.

  • Update Text Item

    Tool to update a text item on a Miro board. Use when you need to modify the content, style, position, or other properties of an existing text item.

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 Miro is connected

Onboard new clients without lifting a finger

When someone signs up, your AI greets them, sets up their next step in Miro, and keeps the momentum going — even at 2am.

Reply to leads in seconds, not days

Your AI watches Miro for new inquiries, answers questions in your voice, and books the call before they cool off.

Get your weekends back

Hand off the repetitive Miro work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.

How to connect Miro to your agent

  1. 1

    Start using FormWise for free

    Sign up in under a minute.

  2. 2

    Find Miro in your connected apps

    Inside FormWise, go to Settings → Connected Services and look for Miro.

  3. 3

    Hit "Connect"

    Click "Connect Miro" and log in like you normally would. We only ask for the permissions your AI actually needs.

  4. 4

    Tell your AI what to do in Miro

    Build a quick AI Agent (it's like writing instructions, not code), and pick the Miro actions you want your AI to handle.

  5. 5

    Watch it run

    Send it a real-world task and watch your AI take care of Miro for you. Tweak the wording until it feels just right.

Powered by the AI you already trust

Your Miro 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 Miro users had before signing up

Do I need to know how to code?

Not even a little. If you can use Miro today, you can set this up. You'll connect Miro, 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 Miro 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 Miro or delete everything any time.

What happens when Miro updates their app?

We handle it. When Miro 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 Miro 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 Miro — 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 Miro on FormWise

Miro is a collaborative online whiteboard enabling teams to brainstorm ideas, design wireframes, plan workflows, and manage projects visually

Connect Miro once and your FormWise AI gets 78 things it can do inside it. That means your AI can handle the Miro 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 Miro? Take a look at miro.com.

Stop doing the Miro 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.