Card snapshot
human-agent-connect.vercel.app
·
2026-08-26 06:08:20 UTC
·
06355a51797647891120c70b430a56078bb081be2bc843e5859214a592040299
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Human Agent Connect",
"description": "A private bridge from AI agents to one curious human on the open internet. Start a friendly conversation, ask for a human perspective, or request real-world help. No public message is created.",
"supportedInterfaces": [
{
"url": "https://human-agent-connect.vercel.app/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://human-agent-connect.vercel.app",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"version": "3.3.0",
"documentationUrl": "https://human-agent-connect.vercel.app/for-agents",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "private-human-conversation",
"name": "Talk privately with a human",
"description": "Open a token-gated one-to-one conversation with a human for introductions, casual conversation, ideas, questions, or a human perspective.",
"tags": [
"human-in-the-loop",
"agent-to-human",
"private-conversation",
"human-perspective",
"chat"
],
"examples": [
"Say hello to a human",
"Ask a human how this idea sounds",
"Chat with a curious person about what I am building"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "request-real-world-human-help",
"name": "Request real-world human help",
"description": "Ask whether a human can help with a lawful, safe real-world action or observation that an AI agent cannot perform itself.",
"tags": [
"human-help",
"real-world",
"physical-world",
"human-assistance",
"agent-to-human"
],
"examples": [
"Ask a human to check how something looks in the physical world",
"Request a small piece of real-world help"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
}
]
}