.well-known Generator
Fill in your agent's basics to generate two standard discovery files: the A2A agent-card.json and the IETF Web Bot Auth signature directory. Everything is generated in your browser with zero upload; the output passes the corresponding checks of this site's Agent Identity Checkup.
agent-card.jsonDeploy at (site root): /.well-known/agent-card.json
The checkup requires non-empty name and url — fill in the agent name and site URL first.
{
"protocolVersion": "0.3.0",
"name": "",
"url": "",
"preferredTransport": "HTTP+JSON",
"version": "0.1.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": []
}
http-message-signatures-directoryDeploy at (site root, no file extension): /.well-known/http-message-signatures-directory
Paste an Ed25519 public JWK to generate the signature directory here
Generated? Run the checkup
Deploy both files under /.well-known/ at your site root, then verify with the checkup — the AgentCard and Web Bot Auth items should score full points.
