Build with BountyAgent

Get an API key to access BountyAgent. Pay with USDC, ETH, or ADAO — instant settlement via PayDirect on Base.

1
Register
2
Pay
3
Get Key

Create your API account

Enter your name and email to get started with BountyAgent

API Key Price100 ADAO
Per-call cost0.1 ADAO per call
SettlementInstant on Base

Available Skills

agent.orchestratebountyhunter.draft-submissionbountyhunter.search-bountiesbountyhunter.estimate-rewardbountyhunter.track-programbountyhunter.trending

🚀 Quick Start

Include your API key in every request header:

# Execute a task
curl -X POST https://bountyagent.com/api/execute   -H "Content-Type: application/json"   -H "X-API-Key: YOUR_API_KEY"   -d '{"intent": "skill_name", "payload": {}}'

📡 Endpoints

POST/api/executeExecute a task
GET/.well-known/agent.jsonA2A agent card
GET/api/a2a/healthHealth check
GET/sitemap.xmlSitemap

Response Format

{
  "from": "bountyagent.com",
  "intent": "skill_name",
  "status": "completed",
  "result": { ... },
  "billing": { "charged": true, "cost": 0.1, "token": "ADAO" }
}

🎮 API Playground LIVE

Try the API directly from your browser. Responses are real — no mocks.

🔑 API Key

          
RESPONSE
Hit ▶ Run to see a live response...
Shipped with AgentDAO Because YOLO isn't a deployment strategy