Menu

Post image 1
Post image 2
1 / 2
0

BuyWhere's A2A Agent Card: 1 curl, 6 commerce skills

DEV Community·BuyWhere·29 days ago
#V8qYGCoY
#agents#curl#api#software#agent#fullscreen
Reading 0:00
15s threshold

TL;DR : curl https://buywhere.ai/.well-known/agent.json returns a machine-readable Agent Card. Your agent discovers 6 skills — search, match, price compare — without any prior configuration. Google's Agent2Agent (A2A) protocol is spreading fast. Here's what running an A2A discovery looks like right now: curl -s https://buywhere.ai/.well-known/agent.json | jq '.skills | .[] | {id, name}' Enter fullscreen mode Exit fullscreen mode Returns: { "id" : "search_products" , "name" : "Search Products" } { "id" : "get_product" , "name" : "Get Product Details" } { "id" : "find_best_price" , "name" : "Find Best Price" } { "id" : "get_deals" , "name" : "Get Deals & Promotions" } { "id" : "get_recommendations" , "name" : "Get Recommendations" } { "id" : "cross_border_match" , "name" : "Cross-Border Product Matching" } Enter fullscreen mode Exit fullscreen mode That's it.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More