/ Docs

MURAL

Last updated October 13, 2025 · View as Markdown

Mural-logo.svg MURAL is a web-based digital workspace for visual collaboration platform that helps remote teams collaborate. It lets managers schedule and run brainstorming sessions in a digital workspace using online workshops, customer journey mapping and strategy evaluation.

In order to integrate MURAL with Relyance AI you will need to enable the Relyance App in Mural and then authorize Relyance AI using an OAuth2 flow.

In Mural:

  1. Login to your Mural account.
  2. Go to this link for the Relyance App: https://app.mural.co/me/integrations/listing/b7647546-2781-43c6-aa62-827a495fe285

MURAL-4.png

  1. Click the Enable in admin dashboard button.
  2. Select the workspaces you wish to use and click Enable.

You can see which enabled apps you have when you look at the settings to manage your workspace.

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 MURAL 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 MURAL site.
  9. Login to MURAL and accept any permission prompts.

MURAL-1.png

MURAL-5.png

  1. At this point, you should see the following result on the Vendor Integrations page:

MURAL-2.png

  1. Congratulations, you are now connected to MURAL.

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 muraltactivos/<connection_id>) or reading it with the relyance_integration_connection data source.