# Miro AI integration on Definable

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

## What this connects

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

Vendor: https://miro.com/

## Tools available

**73** tools available. First 12:

- `MIRO_ATTACH_TAG_TO_ITEM` — Attach Tag To Item — 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.
- `MIRO_CREATE_APP_CARD_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. 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.
- `MIRO_CREATE_BOARD` — 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". If workspace board quota is reached, returns HTTP 400; use MIRO_GET_BOARDS to reuse an existing board instead.
- `MIRO_CREATE_CARD_ITEM` — Create Card Item — 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.
- `MIRO_CREATE_CONNECTOR` — Create Connector — 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.
- `MIRO_CREATE_DOCUMENT_ITEM` — Create Document Item — 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.
- `MIRO_CREATE_DOCUMENT_ITEM_USING_FILE_FROM_DEVICE` — 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.
- `MIRO_CREATE_EMBED_ITEM` — 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.
- `MIRO_CREATE_FRAME_ITEM` — 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).
- `MIRO_CREATE_FRAME_ITEM2` — Create Frame (Deprecated) — DEPRECATED: Use MIRO_CREATE_FRAME_ITEM instead. Tool to create a frame on a Miro board. Use when you need to group and organize content into sections or containers.
- `MIRO_CREATE_GROUP` — 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.
- `MIRO_CREATE_IMAGE_ITEM_USING_LOCAL_FILE` — Create Image Item Using Local File — 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.

## Auth

Auth schemes: `OAUTH2`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Miro

Inside a Definable workflow, Miro is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Miro** — the Researcher (GPT-5.5) pulls context from Miro (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Miro** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Miro (create record, post message, draft email).
- **Designer / Engineer → Distributor → Miro** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Miro (attach file, open PR comment, post status).

The Verifier checks every Miro call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- team collaboration — https://definable.ai/apps/category/team-collaboration/
- project management — https://definable.ai/apps/category/project-management/

## Related

- HTML page: https://definable.ai/apps/miro/
- Same category (team collaboration): https://definable.ai/apps/category/team-collaboration/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
