# Shortcut

Follow these steps to seamlessly integrate with Shortcut:

## **Generate an API Token**

1. Navigate to **Settings > API Tokens** in Shortcut.
2. Assign a name to the token, for instance, `dd-api-token`.
3. Click on **Generate Token** to create the API token.

<figure><img src="/files/A2XYtoOcJygFdMp2p3Mk" alt=""><figcaption></figcaption></figure>

## **Create a Webhook**

**Note:** To proceed, contact **<support@devdynamics.ai>** to obtain the required webhook URL.

### Steps to Create a Webhook:

1. From the left sidebar, select **Integrations**. A pop-up window will appear.

   <figure><img src="/files/V4hS8Py5khnLCCckXuRr" alt=""><figcaption></figcaption></figure>

2. Scroll down to the **Webhooks** section within the integrations list and click on it.

   <figure><img src="/files/07z0bflomwCxQdp2gIUY" alt=""><figcaption></figcaption></figure>

\ <br>

3. Click the **+ Add New Webhook** button.

   <figure><img src="/files/1dLIKZKGOhmvCG5JHsr4" alt=""><figcaption></figcaption></figure>

\ <br>

4. Paste the webhook URL provided by **<support@devdynamics.ai>** into the field of "Payload URL". Skip the "Secret" field and click **Add New Webhook**.

   <figure><img src="/files/er9Jlc6B0pS3qNgii98b" alt=""><figcaption></figcaption></figure>

<br>

***

With these steps completed, the integration with Shortcut is successfully done!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devdynamics.ai/integrations/shortcut.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
