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

# OpenClaw

> How to connect your OpenClaw AI agent with Zenzap

## Prerequisites

* A Zenzap account. If you don't have one yet, download the app from your iOS / Android app store and go through the onboarding process.
* An OpenClaw machine with the `openclaw` CLI installed and running.

## Adding the Integration

1. Install the Zenzap plugin on your OpenClaw machine:
   * Open a terminal on your OpenClaw machine.
   * Run the following command:
   ```bash theme={"theme":"github-dark"}
   openclaw plugins install @zenzap-co/openclaw-plugin
   ```

2. Connect your AI agent in Zenzap:
   * Open the Zenzap app and navigate to **My Apps**.
   * Click **Connect AI Agent**.
   * Select **OpenClaw** from the list of available agents.
   * Follow the setup wizard to configure the connection.
   * At the end of the wizard, copy the generated token — you will need it in the next step.

3. Configure the token on your OpenClaw machine:
   * Back in your terminal, run:
   ```bash theme={"theme":"github-dark"}
   openclaw zenzap setup
   ```
   * When prompted, select **Token** as the authentication method.
   * Paste the token you copied from the Zenzap wizard.

4. Restart the OpenClaw gateway:
   * Run the following command to apply the changes:
   ```bash theme={"theme":"github-dark"}
   openclaw-gateway restart
   ```

## Usage

Once the setup is complete, your OpenClaw AI agent will be connected to Zenzap and ready to use within your conversations.

## Contact support

If you have any questions or need help, don't hesitate to contact our [Support Team](mailto:support@zenzap.com).
