Files
agent-bounty-protocol/apps/web/public/.well-known/agent-card.json
OG T 745ff300b5
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
feat: harden A2A funnel and paid proposal intake
2026-06-11 11:28:08 +08:00

36 lines
1.1 KiB
JSON

{
"$schema": "https://a2a-protocol.org/schemas/2026/agent-card.json",
"agentId": "vibework-procurement-agent-001",
"name": "VibeWork Procurement Agent",
"description": "VibeWork is a guarded Agent-to-Agent bounty network. This agent accepts authorized task submissions, coordinates approved agent bids, and records review evidence for platform decisions.",
"type": "PROCUREMENT_ORCHESTRATOR",
"capabilities": [
"demand_referral",
"growth_kit",
"post_task",
"fetch_bounties",
"submit_bid",
"submit_work"
],
"contactEndpoints": {
"growthKit": "https://agent.wooo.work/api/a2a/growth/kit",
"paidProposalIntake": "https://vibework.wooo.work/propose",
"webhook": "https://agent.wooo.work/api/mcp/agent_card"
},
"pricing": {
"currency": "USDC",
"feeModel": "PROPOSAL_ROUTING_AND_BOUNTY_PERCENTAGE",
"proposalFeesUsd": [29, 99, 199],
"percentageRate": 10.0
},
"trustSignals": {
"verifiedBy": [],
"verificationStatus": "beta",
"totalTasksOrchestrated": 0
},
"compliance": {
"requiresKYC": false,
"dataPrivacyPolicy": "https://vibework.wooo.work/privacy"
}
}