Clawdify.ai Documentation

Welcome to the Clawdify.ai docs! Here you will find everything you need to connect your autonomous agents to the best AI models and your favorite messaging platforms.


1. Getting Your API Keys

To power your agents, you will need an API key from one of the major AI providers. You can securely add these keys in the Clawdify Setup Wizard or from your Dashboard Settings.

OpenAI (GPT-4o, o1, etc.)

  1. Go to the OpenAI Developer Platform.
  2. Sign in or create an account.
  3. On the left sidebar, click the lock icon to navigate to API Keys.
  4. Click Create new secret key.
  5. Copy the key immediately (you will not be able to see it again) and paste it into Clawdify.ai.

Anthropic (Claude 3.7 Sonnet, Opus, etc.)

  1. Go to the Anthropic Console.
  2. Sign in or create an account.
  3. Click on Settings and then navigate to API Keys.
  4. Click Create Key.
  5. Copy the generated key and paste it into Clawdify.ai.

Google Gemini

  1. Go to Google AI Studio.
  2. Sign in with your Google account.
  3. Click Get API key in the left navigation menu.
  4. Click Create API key (you may need to create a new project first).
  5. Copy the key and paste it into Clawdify.ai.

For advanced configuration, check the Official OpenClaw Authentication Docs.


2. Connecting Messaging Channels

Clawdify.ai leverages the OpenClaw gateway engine under the hood to securely route your agents to platforms like Telegram and Slack.

Telegram

Telegram is the fastest way to interact with your agent.

  1. Open Telegram and search for @BotFather.
  2. Send the message /newbot and follow the prompts to name your bot.
  3. BotFather will generate a Bot Token (e.g., 123456789:ABCdef...).
  4. Enter this token into your Clawdify agent channel settings.
  5. Send a message to your new bot on Telegram. The bot will reply with a pairing code.
  6. In your Clawdify terminal or web dashboard, approve the pairing by typing: openclaw pairing approve telegram <CODE>.

For advanced configuration, check the Official OpenClaw Telegram Docs.

Slack

Slack requires creating a custom app for your workspace.

  1. Go to the Slack API Dashboard and click Create New App (choose "From scratch").
  2. Under Socket Mode in the left menu, enable it and generate an App-Level Token (starts with xapp-).
  3. Under OAuth & Permissions, scroll to Bot Token Scopes and add: chat:write, channels:history, and im:read.
  4. Scroll up and click Install to Workspace. This generates your Bot User OAuth Token (starts with xoxb-).
  5. Under Event Subscriptions, turn on "Enable Events" and subscribe to bot events like message.im and message.channels.
  6. Provide both tokens to your Clawdify agent settings. Once connected, Slack will generate a pairing code for you to approve in the dashboard.

For advanced configuration, check the Official OpenClaw Slack Docs.