> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mural

## What's Supported

### Supported Actions

This connector supports:

* **Proxy Actions**, using the base URL `https://app.mural.co/api`.

## Before You Get Started

To integrate Mural with Ampersand, you will need [a Mural account](https://www.mural.co/).
Once your account is created, you'll need to create a Mural application and obtain the following credentials:

* Client ID
* Client Secret

You will then use these credentials to connect your application to Ampersand.

### Create a Mural Account

Here's how you can sign up for a Mural account:

* Go to the [Mural Sign Up page](https://app.mural.co/signup).
* Sign up using your preferred method and complete any necessary verification.

### Creating a Mural Application

Follow the steps below to create a Mural application:

1. Log in to your [Mural](https://app.mural.co/signin?returnUrl=%2Fdashboard) account.
2. From *Profile and Account*, click **Create and manage apps**.
3. Click on **Create New App**.
4. Fill in the required information:
   * **App Name:** Choose a name for your application
   * **Description:** Briefly describe your app's purpose
   * **Redirect URI:** Enter `https://api.withampersand.com/callbacks/v1/oauth`
   * Select the appropriate scopes for your application.
5. Click **Create App**.

<img src="https://mintcdn.com/ampersand-24eb5c1a/xjDXN-Vr1QbdihBU/images/provider-guides/mural.gif?s=b26cde570698c6e3f40151db294f3a76" alt="Alt text" width="1680" height="814" data-path="images/provider-guides/mural.gif" />

You will see the **Client ID** and **Client Secret** for your new app. Note these credentials, as you will need them to connect your app to Ampersand.

## Add Your Mural App Info to Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).
2. Select the project where you want to create a *Mural* integration.
3. Select **Provider Apps**.
4. Select *Mural* from the **Provider** list.
5. Enter the previously obtained **Client ID** in the **Client ID** field and the **Client Secret** in the **Client Secret** field.
6. Enter the scopes set for your application in *Mural*.

<img src="https://mintcdn.com/ampersand-24eb5c1a/xjDXN-Vr1QbdihBU/images/provider-guides/mural1.gif?s=ab8e1281ddd2b9dbf34ce700523c6b05" alt="Alt text" width="862" height="518" data-path="images/provider-guides/mural1.gif" />

7. Click **Save Changes**.
