Available now

14 things your agent can do in Miro

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

Project Mgmt & DevSign in with your account (OAuth)

Every action, grouped by what it does

You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.

Read

7
  • Get App Card Item

    Tool to retrieve a specific app card item by its id. use when you need the details of an existing app card item.

    MIRO_GET_APP_CARD_ITEM
  • Get Board

    Tool to retrieve details of a specific board. use when you have a board id and need to fetch its metadata.

    MIRO_GET_BOARD
  • Get Boards

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

    MIRO_GET_BOARDS
  • Get Board Members

    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.

    MIRO_GET_BOARD_MEMBERS
  • 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.

    MIRO_GET_CONNECTORS
  • Get Tag

    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.

    MIRO_GET_TAG
  • List Organizations

    Tool to retrieve list of organizations accessible to the user. use when you need to view all available organizations.

    MIRO_LIST_ORGANIZATIONS

Create & update

7
  • Create Board

    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".

    MIRO_CREATE_BOARD
  • Delete App Card Item

    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.

    MIRO_DELETE_APP_CARD_ITEM
  • 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 boa…

    MIRO_DELETE_DOCUMENT_ITEM
  • 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.

    MIRO_DELETE_ITEM
  • 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 (e.g., after assembling card data).

    MIRO_MIRO_CREATE_APP_CARD_ITEM
  • Update App Card Item

    Tool to update an app card item on a board. use when you need to modify properties of an existing app card item. include only fields to change.

    MIRO_UPDATE_APP_CARD_ITEM
  • 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.

    MIRO_UPDATE_BOARD

About connecting Miro

What can an AI agent do in Miro?

14 distinct actions, listed in full on this page — 7 to read, 7 to create & update. An agent gets the ones that match what you described it doing, not all of them at once.

How do I connect Miro?

Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.

Others in Project Mgmt & Dev

The Miro integration guide · All 58 connectable apps · The agent builder

Chat with Squidgy