Build with abot

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

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

โšก Available Skills

abot.chatbot-responseabot.generate-automation-planabot.list-llm-modelsabot.task-automation-rules

๐Ÿš€ Quick Start

Include your API key in every request header:

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