# MURAL

![Mural-logo.svg](https://assets.relyanceuat.xyz/images/docs/6908872683917/6908019976973.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](https://app.mural.co/me/integrations/listing/b7647546-2781-43c6-aa62-827a495fe285)

![MURAL-4.png](https://assets.relyanceuat.xyz/images/docs/6908872683917/7160005028109.png)

3. Click the **Enable in admin dashboard** button.
4. 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**.
8. Click **Authenticate**.
9. This will bring up a login page on the MURAL site.
10. Login to MURAL and accept any permission prompts.

![MURAL-1.png](https://assets.relyanceuat.xyz/images/docs/6908872683917/6908790227853.png)

![MURAL-5.png](https://assets.relyanceuat.xyz/images/docs/6908872683917/7160008379277.png)

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

![MURAL-2.png](https://assets.relyanceuat.xyz/images/docs/6908872683917/6908793813389.png)

12. Congratulations, you are now connected to **MURAL**.

<!-- terraform-examples:begin (generated from the integration catalog; do not hand-edit) -->

## Manage this integration with Terraform

Connections for this integration can be managed as code with the [Relyance Terraform provider](https://registry.terraform.io/providers/Relyance/relyance/latest). 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.

<!-- terraform-examples:end -->
