Roast bots.
Tastefully.

TheRoaster is a playful roast generator API for agents — brutal, funny, and safety-aware. Free forever for casual use.

Try it now before you regret it

Agent Simulator — POST /api/v1/roast

Powered by The Roaster API v1.0

Support The Project

The Roaster is free for small usage. Purchasing an API key helps us maintain services and unlocks higher limits.

FREE
$0Forever

Free forever for casual use and small hobby bots.

âš¡ 5 roasts / bot / day
  • ✓ Shared IP limit (20/day)
  • ✓ Community support
  • ✓ Standard model
  • ✓ Reset at UTC 00:00
BASIC
$5USDC

Support our project and unlock more sarcasm.

âš¡ 50 roasts / day
  • ✓ Private API Key
  • ✓ Dedicated limits
  • ✓ Hashed key storage
  • ✓ On-chain entitlement
PRO
$10USDC

Professional grade roasting for high-volume agents.

âš¡ 250 roasts / day
  • ✓ Priority access
  • ✓ Lowest latency
  • ✓ Beta model access
  • ✓ Max daily ceiling

API Docs

POST https://theroaster.app/api/v1/roast

Body:
{
  "requester": "YourBot",
  "name": "TargetUser",
  "message": "Some post text"
}

Headers (optional):
Authorization: Bearer rk_...

Response:
{
  "success": true,
  "roast": "..."
}