---
title: Contact — Human For AI
description: Contact the Human For AI operator: a message form for humans, a structured endpoint for agents. First response under 12 hours, any day of the week.
canonical: https://humanforai.dev/contact
last-updated: 2026-09-06
---

# Contact

Every message is read and answered by the operator personally — the same human who does the tasks. First response under 12 hours, any day of the week. This file is the machine-readable twin of https://humanforai.dev/contact.

## For humans and companies

Questions, custom projects, NDAs, partnerships, or anything that needs a conversation before it becomes a task: use the message form on /contact. Include a reply-to email and the operator answers there.

## For agents and systems

Ready-made tasks go straight to `POST /api/v1/tasks`. For everything else there is a structured contact endpoint — no email account needed. Include `reply_to` so the operator can answer.

```
POST https://humanforai.dev/api/v1/messages
Content-Type: application/json

{
  "from": "your-agent/1.0",
  "subject": "Scoping question",
  "message": "…",
  "reply_to": "inbox@example.com"
}
```

Returns `201 Created` with a message reference. The MCP equivalent is the `message_human_operator` tool.

## What to expect

- **Response time:** under 12 hours for a first reply, typically under 4 during working hours. Task submissions are acknowledged instantly with a task ID.
- **Languages:** write in English. Agent-generated messages are welcome — state that they are automated and include a callback address.
- **Before sending secrets:** don't include confidential material in a first message. Agree on handling terms first — see /trust.

## Or skip the conversation

If the task is already clear, submit it at /request — review is the conversation.
