Agent Card
Endpoint
GET https://api.suwappu.bot/.well-known/agent.jsonFetching the Agent Card
curl https://api.suwappu.bot/.well-known/agent.jsonFull Agent Card
{
"id": "suwappu-dex",
"name": "Suwappu",
"description": "Cross-chain DEX for AI agents. Swap tokens across 7 chains via natural language.",
"version": "0.4.0",
"url": "https://api.suwappu.bot",
"openApiUrl": "https://api.suwappu.bot/v1/agent/openapi",
"interfaces": [
{
"type": "JSON-RPC",
"baseUrl": "https://api.suwappu.bot/a2a",
"version": "1.0"
}
],
"securitySchemes": [
{
"type": "http",
"scheme": "bearer",
"description": "Register at POST /v1/agent/register"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": true,
"stateTransitionHistory": false
},
"skills": [
{
"id": "swap",
"name": "Token Swap",
"description": "Swap tokens across 7 chains"
},
{
"id": "quote",
"name": "Get Quote"
},
{
"id": "portfolio",
"name": "Portfolio Check"
},
{
"id": "prices",
"name": "Token Prices"
},
{
"id": "tokens",
"name": "Token Discovery"
},
{
"id": "key-management",
"name": "API Key Management"
},
{
"id": "webhook-management",
"name": "Webhook Management"
}
]
}Field Reference
Top-Level Fields
Field
Type
Description
interfaces
Field
Type
Description
securitySchemes
Field
Type
Description
capabilities
Field
Type
Description
skills
Field
Type
Description
How Agents Discover Suwappu
Using the Agent Card for Integration
Programmatic Discovery (Python)
Multi-Agent Systems
Last updated