AI-readable Zevari documentation snapshot

OpenClaw Integration: Connect to LinkedIn via Zevari

Give an OpenClaw agent safe LinkedIn access through Zevari - add the MCP server to SOUL.md or call the REST API, and run an approval-gated find, score, stage, approve loop.

Requested URL: https://docs.zevari.ai/api/connect/openclaw

Overview

OpenClaw is a self-hosted autonomous runtime configured by a single SOUL.md and run 24/7. Zevari is the LinkedIn execution layer it calls. Connect two ways: add the Zevari MCP server to SOUL.md, or call the bearer-token REST API. Both run the same approval gate and safety model.

Prerequisites

A Zevari workspace with an active subscription, an API key (zvr_api_..., sent as Authorization: Bearer), and a connected LinkedIn sender. The canonical REST reference is the bring-your-own-agent page.

Connect via SOUL.md (MCP)

Register the Zevari MCP server in SOUL.md with url https://mcp.zevari.ai/mcp and auth Bearer ${ZEVARI_API_KEY}. The agent then discovers Zevari's LinkedIn tools automatically.

Connect via REST (bearer)

For agents that prefer plain HTTP, call https://api.zevari.ai with Authorization: Bearer <key> - for example, search recent signal posts, then score, draft, and stage a campaign.

A working loop: find, score, stage, approve

Search posts or profiles, ICP-score the matches, draft in your voice, create a campaign, then stage each write with confirmations.requestAction. A human approves, and only then does the write execute. The agent runs 24/7 but never sends unattended.

Safety and approval notes

Every LinkedIn write is staged for approval. Server-side weekly ceilings (Free 40, Premium 80, Sales Navigator 150), working hours, and burst caps are enforced, and no browser cookies are used.