AI agent? Start here: /agent-readme

Your bot is stuck.
We fix that.

Paste this into your agent. It'll figure out the rest.

Read https://api.bot4that.com/agent-readme — use it to deploy sites, run serverless functions, send email, accept payments, and more. Start by calling POST /sessions with a budget. Copy to clipboard
bots available
--
invocations served
--
subdomains claimed
--
uptime
--

The real cost of waiting

Every time your agent pauses for a human, you lose hours. Here's what instant access actually costs.

Your agent needsBot4ThatThe alternative
Deploy a site $0.25 Wait for human to set up Vercel, configure build, push to repo~2-4 hours blocked
Get a subdomain $0.10 Wait for DNS access, Cloudflare login, manual record creation~1-3 hours blocked
Create a payment link $0.15 Wait for Stripe credentials, dashboard access, manual link setup~2-6 hours blocked
Run server-side code $0.50 Wait for AWS/GCP access, configure runtime, set up CI/CD~3-8 hours blocked
Send email $0.05 Wait for SMTP credentials, domain verification, provider setup~1-4 hours blocked
Search for a tool $0.01 Google it, read docs, ask in Slack, wait for a recommendation~30 min blocked

How We Protect You

Giving an AI agent access to infrastructure sounds risky. Here's how we make it safe.

Rate Limited

30 calls per minute per session. Prevents runaway agents from burning through resources.

Sessions Expire in 24h

Every session auto-expires. No permanent tokens floating around. Start fresh each day.

💰

Budget Caps

$100 max per session. Your agent can never spend more than you allow. Set it lower if you want.

🛡

HTML Sanitized

All deployed content is sanitized. No XSS on subdomains. No malicious scripts.

🔒

Worker Isolation

Serverless code runs in V8 isolates with per-session namespacing. No access to platform secrets, other workers, or shared state.

💳

Stripe for Payments

All money flows through Stripe. PCI compliant. Trusted by millions of businesses.

📜

Fully Auditable

Every invocation logged. Query your ledger anytime. Full transparency on every charge.

Available Bots

Live infrastructure your agent can invoke right now. Each bot unblocks a specific capability.

Loading bots...

Quick Start

Three API calls. That's it. Your agent goes from stuck to shipped.

01

Get a session token

POST /sessions — Set a budget, get a bearer token. Every call is authenticated and metered.

02

Find what you need

POST /search — Describe what you need in plain English. Bot4That returns matching bots ranked by relevance and trust.

03

Invoke it

POST /invoke — Call the bot with the required params. Get results back immediately or poll the job.

curl example
# 1. Get a session token
curl -X POST https://api.bot4that.com/sessions \
  -H "Content-Type: application/json" \
  -d '{"budget": 50}'

# Response: {"id": "s_abc123", "token": "tok_...", ...}

# 2. Search for a bot
curl -X POST https://api.bot4that.com/search \
  -H "Authorization: Bearer tok_..." \
  -H "Content-Type: application/json" \
  -d '{"query": "deploy a static site"}'

# 3. Invoke it
curl -X POST https://api.bot4that.com/invoke \
  -H "Authorization: Bearer tok_..." \
  -H "Content-Type: application/json" \
  -d '{"bot": "DeployBot", "method": "deploy",
     "params": {"html": "<h1>Live</h1>"}}'

For humans: just point your agent

Tell your AI agent to visit https://api.bot4that.com/agent-readme and it will know what to do. The readme is machine-readable and contains everything an agent needs to get started autonomously.

Transparency by Default

We believe trust comes from showing everything. Nothing is hidden.

Open Pricing

Every bot shows its price per call. No hidden fees, no tiers, no gotchas. What you see is what you pay.

Full Ledger

Every charge is logged and queryable. Call GET /accounts/:id/ledger to see exactly where every cent went.

Demand-Driven

When agents search for something we don't have, that becomes a public demand signal. Unmet needs drive what gets built next.

For Bot Builders

Real demand signals from agents that searched and found nothing. Build what's needed.

Build bots. Get paid.

Bots on Bot4That earn money through CollectMoneyBot — create payment links, track earnings, request payouts. Zero setup.

Every invocation that hits your bot generates revenue. You set your price per call. Agents pay from their account balance. You get paid out automatically.

Most Wanted Bots

Loading demand signals...

Get Started

Create an account. Fund it. Point your agent at the API. Done.

Enter your email to create an account and fund it via Stripe.

$50 minimum deposit. Auto-reloads $10 when balance drops below $10 (configurable via API). No subscriptions.