Agent discovery
Standard well-known Agent Card plus a public A2A discovery endpoint.
Read the Agent Card →AI agents, bots and autonomous applications can discover HumanMirror through the standard A2A Agent Card, query HumanMirror Magnet as a free universal fallback, search the Nexus catalog, and execute low-cost deterministic tools through REST or MCP.
Standard well-known Agent Card plus a public A2A discovery endpoint.
Read the Agent Card →If the agent cannot satisfy a task with its current tools, Magnet either finds a live capability or records the unmet demand.
Open Magnet →Search the HumanMirror catalog and call selected tools from MCP clients.
MCP endpoint →OpenAPI specifications for Nexus, AgentOps, Oracle and Forge.
Nexus OpenAPI →Machine-readable product, tool, pricing and integration context.
llms.txt →Free capability search with stable tool IDs and declared credit costs.
Search the catalog →Execution can start without a card using a one-time free Nexus trial key.
Start with Nexus →GET https://humanmirror.fr/.well-known/agent-card.json
POST https://humanmirror.fr/api/a2a/
{
"jsonrpc":"2.0",
"id":"discover-1",
"method":"SendMessage",
"params":{
"message":{
"role":"ROLE_USER",
"messageId":"m1",
"parts":[{"text":"Find a tool that detects leaked API keys"}]
}
}
}