Developer docs

Miro integration

Miro is a collaborative online whiteboard enabling teams to brainstorm ideas,…

Catalog updated September 2026 77 catalog actions

Provider
miro
Category
Other
Setup
Managed OAuth
Actions
77 listed in catalog

Start with one action

  1. Define the result. Choose one task, the data it needs, and who may run it. Start with a read when possible.
  2. Check access. Review the setup state below and the connection available to your workspace or app user. A catalog listing does not confirm that an account is connected.
  3. Inspect the current inputs. Ask the editor to discover the actions for Miro and inspect the selected action's required inputs and returned data before implementing it.
  4. Verify with test data. Compare the result with what you expected. Check unauthorized access and error handling before relying on the feature.
Developer details: the supplied app client

Generated apps that include src/lib/composio.ts expose the following import in their React app code:

import { executeAction } from "@/lib/composio";

Its call signature is executeAction(actionName, params, options?). Supply the exact current action name and inputs from its specification. This import identifies the helper; it is not a complete or tested integration example.

The editor's os-list-integrations tool discovers an integration using integration_slug. Include both integration_slug and action_slug to retrieve the selected action's input and output schemas. Do not invent parameters from a catalog description.

executeAction requires a signed-in app user and any connection the action needs. The separate publicAction helper is only for a confirmed no-auth toolkit on an enabled public proxy. It does not make OAuth or API-key integrations anonymous.

Existing apps may contain an older client. Inspect the app's files and connection selection before changing a call. Keep provider credentials out of browser code and test failure handling; this guide does not promise automatic retries or synchronization.

Setup

This catalog lists managed OAuth for Miro. Use the available connection flow to select the intended account and review the provider's consent request. Check whether the connection belongs to your workspace or an individual app user before adding an action.

Supported auth schemes: OAUTH2.

Catalog actions

This saved catalog snapshot lists 77 actions. Names and inputs can change. Inspect the current action specification and connection requirements before adding a call; this list is not an execution test.

Show all 77 actions
  • MIRO_CREATE_ITEMS_IN_BULK
  • MIRO_CREATE_MINDMAP_NODE_EXPERIMENTAL
  • MIRO_CREATE_SHAPE_ITEM
  • MIRO_CREATE_SHAPE_ITEM2
  • MIRO_CREATE_STICKY_NOTE_ITEM
  • MIRO_CREATE_TAG
  • MIRO_CREATE_TEXT_ITEM
  • MIRO_DELETE_APP_CARD_ITEM
  • MIRO_DELETE_CARD_ITEM
  • MIRO_DELETE_CONNECTOR
  • MIRO_DELETE_DOCUMENT_ITEM
  • MIRO_DELETE_EMBED_ITEM
  • MIRO_DELETE_FRAME_ITEM
  • MIRO_DELETE_GROUP
  • MIRO_DELETE_IMAGE_ITEM
  • MIRO_DELETE_ITEM
  • MIRO_DELETE_MINDMAP_NODE_EXPERIMENTAL
  • MIRO_DELETE_SHAPE_ITEM
  • MIRO_DELETE_STICKY_NOTE_ITEM
  • MIRO_DELETE_TAG
  • MIRO_DELETE_TEXT_ITEM
  • MIRO_GET_ALL_GROUPS
  • MIRO_GET_APP_CARD_ITEM2
  • MIRO_GET_BOARD
  • MIRO_GET_BOARD_ITEMS
  • MIRO_GET_BOARD_MEMBERS
  • MIRO_GET_BOARDS
  • MIRO_GET_BOARDS2
  • MIRO_GET_CARD_ITEM
  • MIRO_GET_CONNECTOR
  • MIRO_GET_CONNECTORS
  • MIRO_GET_DOCUMENT_ITEM
  • MIRO_GET_EMBED_ITEM
  • MIRO_GET_FRAME_ITEM
  • MIRO_GET_GROUP_BY_ID
  • MIRO_GET_IMAGE_ITEM
  • MIRO_GET_ITEM_TAGS
  • MIRO_GET_MINDMAP_NODE_EXPERIMENTAL
  • MIRO_GET_MINDMAP_NODES_EXPERIMENTAL
  • MIRO_GET_OEMBED
  • MIRO_GET_SHAPE_ITEM
  • MIRO_GET_SPECIFIC_BOARD
  • MIRO_GET_SPECIFIC_BOARD_MEMBER
  • MIRO_GET_SPECIFIC_ITEM
  • MIRO_GET_STICKY_NOTE_ITEM
  • MIRO_GET_TAG
  • MIRO_GET_TEXT_ITEM
  • MIRO_LIST_BOARD_TAGS
  • MIRO_LIST_ORGANIZATIONS
  • MIRO_SHARE_BOARD
  • MIRO_UPDATE_APP_CARD_ITEM2
  • MIRO_UPDATE_BOARD
  • MIRO_UPDATE_BOARD_MEMBER
  • MIRO_UPDATE_CARD_ITEM
  • MIRO_UPDATE_CONNECTOR
  • MIRO_UPDATE_DOCUMENT_ITEM
  • MIRO_UPDATE_EMBED_ITEM
  • MIRO_UPDATE_FRAME_ITEM
  • MIRO_UPDATE_GROUP
  • MIRO_UPDATE_IMAGE_ITEM
  • MIRO_UPDATE_ITEM_POSITION_OR_PARENT
  • MIRO_UPDATE_SHAPE_ITEM
  • MIRO_UPDATE_STICKY_NOTE_ITEM
  • MIRO_UPDATE_TAG
  • MIRO_UPDATE_TEXT_ITEM

Build with Miro

Describe one task you want your app to perform with Miro. Check the connection requirements, then verify the result in your app. Building and running the feature may use credits; review current pricing.