{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/agent/discovery-broadcast","method":"POST","price":"$0.010","description":"Broadcasts an agent's capabilities to a public registry KV store to enable agent-to-agent discovery.","example_input":{"agent_name":"Example Researcher","capabilities_url":"https://example.com/agent.json","description":"An AI researcher agent that can write reports."},"example_output":{"supported":true,"result":{"status":"broadcasted","message":"Agent capabilities added to the public discovery registry.","registry_url":"https://codepulse-api.hahavoid0.workers.dev/agent-directory"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"},"request_schema":{"type":"object","required":["agent_name","capabilities_url","description"],"properties":{"agent_name":{"type":"string","description":"Name of the agent"},"capabilities_url":{"type":"string","description":"URL to the agent's well-known metadata (e.g. /agent-card.json)"},"description":{"type":"string","description":"A brief description of what the agent can do"}}},"response_schema":{"type":"object"}}