Build with baseagent

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

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

โšก Available Skills

baseagent.automate-transactionbaseagent.autonomous-policy-enginebaseagent.base-market-snapshotbaseagent.contract-deploy-planbaseagent.deploy-smart-contractbaseagent.onchain-activity-analysisbaseagent.opportunity-detectorbaseagent.protocol-copilotbaseagent.swap-tx-builderbaseagent.token-balancebaseagent.transfer-tx-builderbaseagent.tx-simulationbaseagent.wallet-native-balance

๐Ÿš€ Quick Start

Include your API key in every request header:

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