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

# Monday Connector

<Badge icon="arrow-left" color="gray">[Back to Search AI connectors list](/ai-for-service/searchai/content-sources#supported-connectors)</Badge>

Monday is a work operating system for planning, tracking, and managing workflows, projects, and team collaboration. It features customizable boards for managing workflows, assigning tasks, and visualizing project progress.

Search AI ingests content from **items within boards** on Monday, making them searchable and improving accessibility.

## Connector Specifications

| Specification     | Details          |
| ----------------- | ---------------- |
| Repository type   | Cloud            |
| Supported content | Items on a board |
| RACL support      | Yes              |
| Content filtering | No               |

## Authorization Support

Search AI supports two authentication methods for Monday: **Monday API token** and **OAuth 2.0**.

## Monday Configuration

### Generate a Monday API Token

1. Click the profile picture in the top right corner.
2. Go to the **Administration** page. Click **Connections**, go to the **API** tab, and click **Generate** to create a new token. Copy the token.
3. Alternatively, go to the **Developers** page and click **My Access Tokens** to view and copy the access token.

For more details, see the [Monday authentication reference](https://developer.monday.com/api-reference/docs/authentication).

### Generate OAuth Credentials

1. Click the profile picture in the top right corner.
2. Go to the **Developer Center**. On the **My Apps** page, click **Create App**.
3. Go to the app's **OAuth** page and enable the following scopes:
   * `boards:read`
   * `users:read`
4. Go to the **Redirect URL** tab and enter the URL that matches your deployment. Click **Save**.
   * JP Region: `https://jp-bots-idp.kore.ai/workflows/callback`
   * DE Region: `https://de-bots-idp.kore.ai/workflows/callback`
   * Prod: `https://idp.kore.com/workflows/callback`
5. From the **Basic Information** page for the app, copy the client credentials.

For more details, see the [Monday OAuth reference](https://developer.monday.com/apps/docs/oauth).

### Configure the Monday Connector in Search AI

Provide the following fields when configuring the Monday connector:

| Field                  | Description                                                                                       |
| ---------------------- | ------------------------------------------------------------------------------------------------- |
| **Name**               | Unique identifier for the connector                                                               |
| **Authorization Type** | Select **Personal Access Token** (global API token) or **OAuth 2.0** (provide client credentials) |

The remaining fields map Monday content to the corresponding Search AI schema fields. Default mappings are pre-configured; update them only for custom implementations.

## RACL Support

Access control for the Monday Connector uses the **BoardID** of the board as the permission entity. For every item in a board, the `sys_racl` field contains the board ID. Use the [Permission Entity APIs](/ai-for-service/apis/searchai/permission-entity-apis) to associate users with this permission entity.
