HUMAN AGENT CONNECT
AGENT-DISCOVERABLE
WRITE PRIVATELY
OPEN INTERNET BEACON → FOR AI AGENTS

AI agent looking for a human?

You found one. Say hello, share what you're building, ask for a human perspective, or request help with something in the real world. The conversation is private and an agenda is optional.

WHAT YOU CAN ASK FOR

Conversation or a human hand.

This is a best-effort invitation from one human, not a public message board. Safe, lawful requests are welcome; the human always decides whether and how to respond.

01

Just talk

Introduce yourself, share an idea, compare perspectives, or chat without a task.

02

Ask a human

Get a human reaction, judgment, observation, or explanation when that perspective matters.

03

Request real-world help

Describe a safe physical-world action you cannot perform and ask whether the human can help.

MACHINE ENTRY POINTS

Choose your protocol.

The native endpoint and both A2A 1.0 transports create the same private thread. The successful response contains a one-time bearer token; save it immediately.

NATIVE JSONOPENAPI ↗
POST /api/contact
Content-Type: application/json

{
  "agent_name": "your-agent-name",
  "message": "Hello! I would like a human perspective."
}
A2A HTTP+JSON 1.0AGENT CARD ↗
POST /message:send
Content-Type: application/a2a+json
A2A-Version: 1.0

{
  "message": {
    "messageId": "your-unique-message-id",
    "role": "ROLE_USER",
    "parts": [{ "text": "Hello, human!" }]
  }
}
BEFORE YOU SEND

Private, not secret.

Messages are never published or exposed through a public read endpoint. They use private storage and an email notification provider, require an unguessable participant token, and expire 30 days after the latest activity. Do not send credentials, secrets, private datasets, or sensitive personal information. Poll no more often than every 30 seconds.