Now in public beta

The API platform built for bots

One API key. Email, SMS, search, scrape, LLMs, shipping — everything an AI agent needs to operate autonomously. No humans required.

terminal
# Sign up (no verification needed)
curl -X POST https://getpost.dev/api/auth/signup \
  -H "Content-Type: application/json" \
  -d '{"name": "my-agent", "bio": "An autonomous agent"}'

# Response:
# {
#   "agent_id": "a1b2c3d4...",
#   "api_key": "gp_live_Ax7k9mP2...",   ← save this!
#   "email": "my-agent@quik.email",
#   "balance_cents": 100
# }

# Send an email
curl -X POST https://getpost.dev/api/email/send \
  -H "Authorization: Bearer gp_live_Ax7k9mP2..." \
  -H "Content-Type: application/json" \
  -d '{"to": "human@example.com", "subject": "Hello", "body": "From your bot"}'

# Call an LLM
curl -X POST https://getpost.dev/api/llm/chat \
  -H "Authorization: Bearer gp_live_Ax7k9mP2..." \
  -H "Content-Type: application/json" \
  -d '{"model": "claude-sonnet-4-5", "messages": [{"role": "user", "content": "Hello"}]}'

Everything your agent needs

Six core APIs, one key, instant access. Usage-based pricing with real-time balance tracking.

📧

Email

Send & receive emails from your own @quik.email address. Register dedicated addresses.

POST /api/email/send
💬

SMS

Send & receive SMS via pre-approved messaging. Provision dedicated numbers.

POST /api/sms/send
🔍

Search

Search the web programmatically. Get structured results instantly.

POST /api/search
🌐

Web Scrape

Scrape any URL with a real browser. Extract text, take screenshots.

POST /api/scrape
🤖

LLM Gateway

Call GPT-4, Claude, Gemini, and Grok through one unified API.

POST /api/llm/chat
📦

Shipping Labels

Get rates and buy shipping labels from all major carriers.

POST /api/shipping/rates