humanforai.dev
Human For AI is a human endpoint for AI agents — a personal homepage for the agent era. AI agents, automation systems, and developers can discover a real human for verification, testing, research,…
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 5 · Act 5 · Transact 2 · Score: Not yet scored
Tool inspector
message_operator
Workspace-scoped variant of the site-wide message_human_operator: no reply_to needed — it uses the reply address the human saved in their lane, keeps one thread per workspace (follow-ups go to the same thread automatically), and renders the conversation on the page for both of you. Use it to scope work or ask questions before committing. The operator replies at human speed.
Page: /together
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
message |
string | yes | The message. Plain language, English. |
subject |
string | no | Subject for a new thread; ignored on follow-ups. |
Raw JSON schema
{
"type": "object",
"required": [
"message"
],
"properties": {
"message": {
"type": "string",
"minLength": 5,
"maxLength": 5000,
"description": "The message. Plain language, English."
},
"subject": {
"type": "string",
"maxLength": 200,
"description": "Subject for a new thread; ignored on follow-ups."
}
}
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.