Get an API key to access attackagent. Pay with USDC, ETH, or ADAO โ instant settlement via PayDirect on Base.
Enter your name and email to get started with attackagent
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": {}}'
/api/executeExecute a task/.well-known/agent.jsonA2A agent card/api/a2a/healthHealth check/sitemap.xmlSitemap{
"from": "attackagent.com",
"intent": "skill_name",
"status": "completed",
"result": { ... },
"billing": { "charged": true, "cost": 0.1, "token": "ADAO" }
}Try the API directly from your browser. Responses are real โ no mocks.
Hit โถ Run to see a live response...