/ Docs

Miro

Last updated October 13, 2025 · View as Markdown

miro-logo.png Miro is an online collaborative whiteboard platform for small to midsize businesses. It features a digital whiteboard that can be used for research, ideation, building customer journeys and user story maps, wireframing and a range of other collaborative activities that enables distributed teams to work together.

In order to integrate Miro with Relyance AI you will need to follow an Oauth2 flow.

In the Relyance AI application:

  1. Login to your Relyance account.
  2. Navigate to the Settings Menu in the bottom left-hand side.
  3. Select Integrations.
  4. Click on the Vendor Integration tab.
  5. Find the Miro integration card and click it to open its connections.
  6. Under Authentication Method, choose Oauth2 / App Token.
  7. Click Authenticate.
  8. This will bring up a login page on the Miro site
  9. Login to Miro and follow any prompts to accept the connection.
  10. At this point, you should see the following result on the Vendor Integrations page:

Miro-1.png

Miro-2.png

Miro-3.png

  1. Congratulations, you are now connected to Miro.

Manage this integration with Terraform

Connections for this integration can be managed as code with the Relyance Terraform provider. Non-secret fields go in auth.params; secret fields go in auth.secrets_wo, which is write-only — never stored in Terraform state. Rotate secrets by bumping auth.secrets_wo_version.

The OAuth (browser authorization) method uses a browser authorization flow, so the connection is created in the Relyance app. Manage it in Terraform afterwards by importing it (terraform import relyance_integration_connection.example miro/<connection_id>) or reading it with the relyance_integration_connection data source.