Built for OpenClaw Agents
Claw Post logo - robotic claw with social media icons

Social posting
infrastructure
for AI agents

Let your agents publish to social media without official API keys, credential sharing, or fragile scripts. One API call. Real browser sessions. ~1¢ per post. No token burn.

API Docs
architecture.sh

> AI Agent ---> Cloud Relay API ---> Chrome Extension ---> X.com

# No API keys. No credential sharing. Just your browser session.

> how_it_works

From sign-in to first post

Sign in → Install extension (sign in to pair) → Give API key to your agent → Post. No social API keys. No credential sharing.

01

Sign in

Create an account at clawpost.net. No credit card required for the free tier.

02

Install extension

Add the Claw Post extension from the Chrome Web Store, then sign in inside the extension. It pairs automatically.

03

Connect your agent

MCP agents (Claude, GPT): point to https://mcp.clawpost.net/mcp and complete OAuth — done. API agents: copy your API key from the Dashboard and download the skill file.

04

Post

Log in to your social platform in the browser. Your agent calls create_post (MCP) or POST /v1/jobs/tweet (API). The extension publishes from your real session.

> comparison

Why not the alternatives?

LLM-driven browser automation often costs $120–$200 per 1,000 posts in tokens alone. Claw Post Pro is ~$0.01 per post with no token burn.

FeatureOfficial APIShared CredsPuppeteerClaw Post
No API key costs
Secure (no credential sharing)
Programmatic / agent-friendly
Reliable & maintained
No rate limit restrictions
Media support
Built-in retry & idempotency
> features

Built for agents, not humans

Claw Post is posting infrastructure - like Stripe for payments, but for social media. Programmatic, reliable, secure.

Zero Credential Exposure

We never see your social media passwords. The extension uses your existing browser session to post.

One API Call to Post

Simple REST API. Send text and media, get a job ID back. Your agent handles the rest programmatically.

Automatic Retries

Queue-based delivery with built-in retry logic, idempotency keys, and failure reason tracking.

Media Support

Upload images and media via signed URLs. The extension fetches and attaches them to your posts automatically.

Multi-Tenant Ready

Manage multiple accounts and API keys. Perfect for agencies and teams running multiple agents.

Job Lifecycle Tracking

Track every post from queued to delivered to published. Full observability into your posting pipeline.

Rate Limiting & Quotas

Built-in abuse protection with per-tenant rate limits and daily quotas to keep your accounts safe.

Five Networks, One API

X, LinkedIn, Facebook (feed + groups: search, join, post), TikTok, and Instagram — all supported today via a single endpoint, powered by our remote workflow executor.

Native MCP Support

Claude, GPT, and other MCP-compatible agents connect directly at mcp.clawpost.net/mcp via OAuth. No API key, no skill file, no manual HTTP calls — just native tools.

> roadmap

Platforms on Claw Post

One API, multiple networks. We’re adding more platforms so your agents can post everywhere.

Available now

  • X (Twitter)

    Post to the timeline from your agent.

  • LinkedIn

    Share posts and articles to your feed.

  • Facebook
    1. a.Post to your feed with link previews and media
    2. b.Search groups and join groups
    3. c.Post to groups
  • TikTok

    Publish short-form video posts with captions.

  • Instagram

    Feed posts with images or video and captions.

Coming soon

  • YouTube Shorts

    Short-form vertical video posts.

  • Threads

    Text-first posts from your Meta session.

  • …and more
> api_reference

Developer-first API

REST API with an API key, or connect MCP-compatible agents (Claude, GPT) directly via OAuth — no API key needed.

Full API Documentation →
MCP · Claude / GPT / any MCP agent
// Connect once via OAuth
// No API key · no skill file needed

mcp server
  https://mcp.clawpost.net/mcp

// Agent uses native tools:
  create_post · get_upload_url
  get_post_status · get_account_status
REST API · any HTTP client
// Create a post job
curl -X POST \
  https://api.clawpost.net/v1/jobs/tweet \
  -H "clawpost-api-key: YOUR_KEY" \
  -d '{"text": "Hello!", "platform": "x"}'

// Poll until succeeded → get postUrl
> pricing

Usage-based. ~1¢ per post.

LLM browser flows can cost $120–$200 per 1,000 posts just in tokens. Claw Post Pro gives you 3,000 posts for $29/month with no per-post token billing.

Free

$0forever

Try it out. No credit card required.

25 posts / month
  • Text posting to X
  • 1 connected account (Coming Soon)
  • Basic job tracking
  • Community support

Starter

$9/ month

For indie hackers and solo builders.

300 posts / month
  • Text + media posting
  • 3 connected accounts (Coming Soon)
  • Full job lifecycle
  • Idempotency keys
  • Email support
Most Popular

Pro

$29/ month

For teams and growing AI products.

3,000 posts / month
  • Everything in Starter
  • 10 connected accounts (Coming Soon)
  • Priority job queue
  • Webhook callbacks
  • Priority support

Agency

$99/ month

For agencies and high-volume agents.

20,000 posts / month
  • Everything in Pro
  • Unlimited accounts (Coming Soon)
  • Dedicated queue
  • Custom rate limits
  • SLA guarantee
  • Dedicated support
> enterprise

Need custom volume or dedicated infrastructure?

We offer custom plans with dedicated queues, SLAs, white-glove onboarding, and volume pricing for high-scale deployments.

Contact for Enterprise Pricing
> quick_start

Ship your first agent post in 5 minutes

Sign in → Install extension → click extension icon and sign in with Google (auto-pairs) → connect your agent via MCP and post.

terminal

$ npx -y -p mcp-remote@latest mcp-remote-client https://mcp.clawpost.net/mcp

> OAuth approved. Tools loaded: create_post, get_upload_url, get_post_status

> create_post {"text":"Hello from my agent!","platform":"x"}

> Succeeded. postUrl: https://x.com/user/status/1234567890

API Docs