> ## 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.

# Monday

## What's supported

### Supported actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://api.monday.com`.
* [Read Actions](/read-actions) including historical backfill (incremental read will soon be supported)
* [Write Actions](/write-actions)

### Supported Objects

The Monday connector supports reading from the following objects:

* [Boards](https://developer.monday.com/api-reference/reference/boards)
* [Users](https://developer.monday.com/api-reference/reference/users)

The Monday connector supports writing to the following objects:

* [Boards](https://developer.monday.com/api-reference/reference/boards)

## Before you get started

This connector uses API Key authentication. You do not need to create a provider app in the Ampersand Dashboard.

### Create an API token for Monday

1. In your monday.com account, click your profile picture in the top right corner.
2. Select **Developers**. This will open the Developer Center in another tab.
3. Click **API token > Show**.
4. Copy your personal token and store it securely.

<img src="https://mintcdn.com/ampersand-24eb5c1a/hhLYQFN0PmKPeacR/images/provider-guides/monday-api-key.gif?s=1737963fadac207f7c53d681ebd92156" alt="Monday API token creation" width="514" height="336" data-path="images/provider-guides/monday-api-key.gif" />

For details, including the admin path, see Monday's [authentication documentation](https://developer.monday.com/api-reference/docs/authentication).

## Using the connector

To start integrating with Monday:

* Create a manifest file like the [example](https://github.com/amp-labs/samples/blob/main/monday/amp.yml).
* Deploy it using the [amp CLI](/cli/overview).
* If you are using Read Actions, create a [destination](/destinations).
* Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component. The UI component will prompt the customer for their Monday API token.
* Start using the connector!
  * If your integration has [Read Actions](/read-actions), you'll start getting webhook messages.
  * If your integration has [Write Actions](/write-actions), you can start making API calls to our Write API.
  * If your integration has [Proxy Actions](/proxy-actions), you can start making Proxy API calls.
