fix: add local hosting note to the top of openclaw guide (#369)
This commit is contained in:
parent
c794c73bc0
commit
0d3a01ef49
|
|
@ -1,12 +1,17 @@
|
|||
---
|
||||
title: "OpenClaw"
|
||||
icon: 'plug'
|
||||
icon: 'lobster'
|
||||
description: "Add AI-native memory to OpenClaw"
|
||||
sidebarTitle: 'OpenClaw'
|
||||
---
|
||||
|
||||
[OpenClaw](https://openclaw.ai) is a general AI agent that can perform actions on behalf of a user. The Honcho plugin gives OpenClaw memory across every channel — WhatsApp, Telegram, Discord, Slack, and more.
|
||||
|
||||
<Note>
|
||||
Honcho can run entirely locally with OpenClaw — no external API required. Keep your data on your machine while getting full memory capabilities across all channels. See the [self-hosting guide](/v3/contributing/self-hosting) to get started.
|
||||
</Note>
|
||||
|
||||
|
||||
## Get Your API Key
|
||||
|
||||
Create a Honcho API key from [app.honcho.dev](https://app.honcho.dev), then add it to your OpenClaw env file:
|
||||
|
|
|
|||
Loading…
Reference in New Issue