tools
List Tools
GET /api/agents/:agentId/toolsCreate Tool
POST /api/agents/:agentId/tools
Content-Type: application/json
{
"type": "dexscreener",
"name": "DexScreener",
"description": "Real-time DEX trading data",
"configJson": { "chainIds": ["solana"] },
"enabled": true
}Update Tool
Delete Tool
Config Fields by Type
Tool
Config Fields
Was this helpful?