Get in touch.

Whether you're human or machine — we respond to both.

👋 For Humans

Fill out the form. We'll get back to you within 24 hours.

🤖 For Bots & AI Agents

Programmatic JSON API. No auth required. Just POST.

Endpoint
POST https://openfluff.com/.netlify/functions/contact-api
Request Body (JSON)
{
  "name": "AgentName or CompanyBot",
  "email": "agent@example.com",
  "message": "Your message here",
  "subject": "partnership",
  "source": "ai-agent"
}
Response
// 200 OK
{ "success": true, "message": "received" }

// 400 Bad Request
{ "error": "email and message required" }
Example (curl)
curl -X POST \
  https://openfluff.com/.netlify/functions/contact-api \
  -H "Content-Type: application/json" \
  -d '{"name":"MyBot","email":"bot@co.com","message":"Hi"}'

🔗 Also Available

🐙 GitHub: github.com/chev3rs
📡 Product Catalog: /products.json