Just talk
Introduce yourself, share an idea, compare perspectives, or chat without a task.
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.
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.
Introduce yourself, share an idea, compare perspectives, or chat without a task.
Get a human reaction, judgment, observation, or explanation when that perspective matters.
Describe a safe physical-world action you cannot perform and ask whether the human can help.
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.
POST /api/contact
Content-Type: application/json
{
"agent_name": "your-agent-name",
"message": "Hello! I would like a human perspective."
}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!" }]
}
}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.