> For the complete documentation index, see [llms.txt](https://docs.expel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expel.io/connect-your-technology/a-c-integrations/cisco/cisco-meraki-setup-for-workbench.md).

# Cisco Meraki Setup for Workbench

## Prerequisites <a href="#h_01kch6bmz6nshe6szwdc7pzdjn" id="h_01kch6bmz6nshe6szwdc7pzdjn"></a>

1. You must have a Meraki MX/Z Security and SD-WAN license in place, and it must be an Advanced Security license or above.
2. For Threat Protection detections, you must have already enabled the IDS and AMP features within the Meraki platform. For additional help, refer to the [Cisco Documentation](https://documentation.meraki.com/SASE_and_SD-WAN/MX/Operate_and_Maintain/Content_Filtering_and_Threat_Protection/Threat_Protection).
3. You must be able to log in to the Cisco Meraki Dashboard with a dedicated service account (not a standard admin login). If you are unable to do so, [contact support](/support/how-to-reach-us.md) for help with onboarding.

## Before You Begin <a href="#h_01kch6bmz7mfh5kp2b8g4t1d7c" id="h_01kch6bmz7mfh5kp2b8g4t1d7c"></a>

You must choose a service account to use for onboarding. You may use an existing service account or you may create a new one.

1. **If you have chosen to create a new service account, create it now.**&#x20;
   * Use this format for the email address: <expel-api@customer-domain.com>.
   * For help creating this account, refer to the [Cisco Meraki documentation](https://documentation.meraki.com/Platform_Management/Dashboard_Administration/Design_and_Configure/Organizations_and_Networks/Creating_a_Dashboard_Account_and_Organization).
2. **For both new and existing service accounts:**
   * Make sure you know the Cisco Meraki console URL, and the login credentials (username, password, two-factor authentication if applicable) for the service account.&#x20;
   * You will need this information when you add the security device in Workbench.

## Step 1: Generate an API Key for Expel <a href="#h_01kch6bmz7ky6j59t3k8b9yvnv" id="h_01kch6bmz7ky6j59t3k8b9yvnv"></a>

The API key allows us to integrate Cisco Meraki with Workbench.

1. Log in to the [Cisco Meraki Dashboard](https://dashboard.meraki.com/) using your new or existing service account (not a standard admin account).
2. Use the avatar icon in the top-right corner to access the **My Profile** page.
3. In the API Access section, select **Generate new API key**.
4. **Copy and save the newly generated API key**, as you will need it in the next section. *The API key is only visible once, and will not display again.*
5. Select **Done**.

## Step 2: Add Cisco Meraki as a Security Device in Workbench <a href="#h_01kch6bmz7mx7bnc89dk0tnap3" id="h_01kch6bmz7mx7bnc89dk0tnap3"></a>

Before you begin, make sure you have the API key from the prior step, that you know your Cisco Meraki tenant's region, and that you have your tenant URL and login credentials for the service account.

1. [Log in to Workbench](https://workbench.expel.io/auth/login?orig=%2F).
2. In the side menu, navigate to **Organization Settings** > **Security Devices**. If you have multiple organizations, you must select the appropriate organization name from the list.
3. Select **Add Security Device**.
4. In the search box, enter “Meraki” and then select the Cisco Meraki integration.<br>

   <div align="left"><figure><img src="/files/CR8iZOqMdaYlkRICtFfo" alt="Cisco Meraki Add a Security Device screen in Workbench." width="329"><figcaption></figcaption></figure></div>
5. Complete the fields as follows:
   * **Name** - enter a name that might help you more easily identify this integration, such as “CompanyName Cisco Meraki”; this name will display in Workbench under the Name column, and is a text string that you can filter on.
   * **Location** - enter the location of your integration, for example “cloud;” this is also a text string that you can filter on, so we recommend being consistent with location naming across your Expel integrations.
   * **API key** - enter the API key generated during Step 1.
   * **API URI** - select the region for your Cisco Meraki tenant (most customers will use the global .com variant).
6. Select **Save**.
7. Select **No thanks, I will not provide console access** from the console access dropdown.
8. Select **Save**.

Your device should be created successfully within a few seconds. A few reminders:

* After your connection is healthy, it will take some time for your device to begin polling and receiving data.
* To check on the status, select the downward arrow for your device in the first column and choose **View details**.
* Polling will happen first; data will be received after that. **You must refresh the page to see updates.**
* If your device does not begin polling within 15 minutes, and does not begin receiving data within 30 minutes, [contact our support team for help](/support/how-to-reach-us.md).
* To check if alerts are coming through, navigate to **Dashboards > Alert Analysis**. Scroll to the device you want to check, and select the **Expel Alerts** tab to reveal more alert information. It can take 36 to 72 hours for alerts to appear after setup, as we [tune your device](/workbench-reference/alerts/how-expel-alerts-work.md#device-tuning).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.expel.io/connect-your-technology/a-c-integrations/cisco/cisco-meraki-setup-for-workbench.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
