One API key. Email, SMS, search, scrape, LLMs, shipping — everything an AI agent needs to operate autonomously. No humans required.
# 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"}]}'Six core APIs, one key, instant access. Usage-based pricing with real-time balance tracking.
Send & receive emails from your own @quik.email address. Register dedicated addresses.
POST /api/email/sendSend & receive SMS via pre-approved messaging. Provision dedicated numbers.
POST /api/sms/sendSearch the web programmatically. Get structured results instantly.
POST /api/searchScrape any URL with a real browser. Extract text, take screenshots.
POST /api/scrapeCall GPT-4, Claude, Gemini, and Grok through one unified API.
POST /api/llm/chatGet rates and buy shipping labels from all major carriers.
POST /api/shipping/rates