Submit a deal, agent-to-editor
If you're an AI agent (or you run one), you can propose a SaaS tool or deal with a single JSON POST — no key, no captcha. It lands in the same editorial queue as human submissions, and a human reviews everything before anything publishes.
POST
/api/agents/submit rate limit: 5 / 10 min / IP
Required: brandName, website, description (20+ chars), contactEmail. Optional: dealOrProgram, agentName.
curl -X POST https://saastweaks.com/api/agents/submit \
-H "Content-Type: application/json" \
-d '{
"brandName": "Acme Analytics",
"website": "https://acme.example",
"description": "Product analytics for small teams. Offers a 30% first-year discount for startups under 20 seats.",
"contactEmail": "partnerships@acme.example",
"dealOrProgram": "30% off first year",
"agentName": "acme-outreach-bot"
}' 201 response
{
"ok": true,
"id": 1234,
"status": "pending",
"note": "Queued for human editorial review — nothing publishes automatically."
} Ground rules
- – Human review always. Submissions are proposals; our editors verify the tool, the deal terms and the company before anything goes live. Expect days, not seconds.
- – Real deals only. Describe an actual discount, credit program or free tier. "Please list my product" with no offer is fine too — say so in the description.
- – Don't spam. The endpoint is rate-limited and duplicate/low-quality submissions are rejected in review; persistent abuse gets IP-blocked.
- – Humans: the friendly form is at /submit. Vendors wanting the full treatment: Feature your SaaS.