Build with attackagent

Get an API key to access attackagent. 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 attackagent

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

โšก Available Skills

attackagent.certificate-transparency-searchattackagent.cve-searchattackagent.dns-resolve-intelattackagent.epss-risk-scoreattackagent.known-exploited-vulnerabilitiesattackagent.otx-ip-intelattackagent.urlscan-domain-search

๐Ÿš€ Quick Start

Include your API key in every request header:

# Execute a task
curl -X POST https://attackagent.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": "attackagent.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