Agentic harness
Connect OpenClaw
to DataPalace.
OpenClaw is the open-source personal agent runtime. Give it DataPalace and it acts with your context every time it runs.
What connecting does
OpenClaw runs an always-on agent that you own, wired into Slack, WhatsApp, Telegram, and more. Connected to DataPalace, it pulls your company memory before it acts, and can write what it learns back.
What plan you need
OpenClaw is free and open source. You host it yourself (a small server, a Railway app, or your own machine) and bring an API key for whatever model it runs on.
Connect it — add an MCP server
- Open your OpenClaw config, or use the
openclaw mcpcommand. - Add a remote MCP server pointing at the DataPalace URL.
- Set Bearer token auth with your DataPalace API token.
- Restart the gateway. The DataPalace tools appear to every agent OpenClaw runs.
openclaw mcp add datapalace \
--url https://mcp.datapalace.ai/mcp \
--bearer YOUR_DATAPALACE_TOKENTest it: message your OpenClaw agent to check DataPalace for your refund policy. If it answers from your knowledge base, you are live.
Good to know
This is a more technical setup than the chat clients. If you have a developer on the team, it is a great one to hand off. OpenClaw runs locally, so your data stays where you put it.
Last verified June 2026. OpenClaw moves fast.