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.)
- Go to the OpenAI Developer Platform.
- Sign in or create an account.
- On the left sidebar, click the lock icon to navigate to API Keys.
- Click Create new secret key.
- 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.)
- Go to the Anthropic Console.
- Sign in or create an account.
- Click on Settings and then navigate to API Keys.
- Click Create Key.
- Copy the generated key and paste it into Clawdify.ai.
Google Gemini
- Go to Google AI Studio.
- Sign in with your Google account.
- Click Get API key in the left navigation menu.
- Click Create API key (you may need to create a new project first).
- 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.
- Open Telegram and search for
@BotFather. - Send the message
/newbotand follow the prompts to name your bot. - BotFather will generate a Bot Token (e.g.,
123456789:ABCdef...). - Enter this token into your Clawdify agent channel settings.
- Send a message to your new bot on Telegram. The bot will reply with a pairing code.
- 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.
- Go to the Slack API Dashboard and click Create New App (choose "From scratch").
- Under Socket Mode in the left menu, enable it and generate an App-Level Token (starts with
xapp-). - Under OAuth & Permissions, scroll to Bot Token Scopes and add:
chat:write,channels:history, andim:read. - Scroll up and click Install to Workspace. This generates your Bot User OAuth Token (starts with
xoxb-). - Under Event Subscriptions, turn on "Enable Events" and subscribe to bot events like
message.imandmessage.channels. - 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.