# Zenduty

Zenduty provides end-to-end incident alerting and resolution for site reliability engineering (SRE), DevOps, and ITOps teams.

With this integration, you can manage access to Zenduty for creating incident alerts and response workflows based on Zenduty shifts:

* Create access policies that are synced with ZenDuty on-call rotations
* Set grantees to be requesters who are currently on call
* Allocate the minimum amount of resource permissions needed for resolving incidents with automatic approval
* Require on-call approvers for developers assisting with incident response

***

### Prerequisite

| Item                | Description                                                                                            |
| ------------------- | ------------------------------------------------------------------------------------------------------ |
| **Zenduty API key** | [Key](https://www.zenduty.com/docs/zenduty-api/#generating-the-api-key) for accessing Zenduty REST API |

***

### Integrate with Zenduty

{% hint style="warning" %}
Zenduty limits the `On-call Get` API to **40 calls per minute**. In case Apono exceeds that limit, consider reaching out to Zenduty to raise this [rate limit](https://www.zenduty.com/docs/rate-limits/).
{% endhint %}

Follow these steps to complete the integration:

1. On the [**Catalog**](https://app.apono.io/catalog?search=zenduty) tab, click **Zenduty**. The **Add Integration** page appears.
2. Enter a unique, alphanumeric, user-friendly **Integration Name** for identifying this integration when constructing an Access Flow.
3. Under **Secret Store**, enter your Zenduty **Api Key**.
4. Click **Connect**.

{% hint style="success" %}
Go to the [**Identities**](https://app.apono.io/identities) page to see the most currently synced on-call schedules and members. This integration syncs every few minutes to keep shifts and members current.
{% endhint %}

Now that you have completed this integration, you can [create access flows](/docs/access-flows/access-flows.md) for Zenduty.


---

# 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.apono.io/docs/additional-integrations/incident-response-integrations/zenduty.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.
