API & Agent Reference
Agent Endpoint
MUTO AI Agent is accessible through the following endpoints:
- 🌐 Web Interface: https://mutobnb.com/agent/
- 📡 Agent Metadata: https://mutobnb.com/agent.json
Metadata Structure
The agent metadata defines the identity and capabilities of the MUTO AI system.
{
"name": "MUTO AI",
"description": "AI-powered crypto assistant on BNB Chain",
"capabilities": [
"token analysis",
"top holders tracking",
"market insights",
"trend detection",
"smart alerts"
],
"interfaces": [
"web",
"telegram",
"api"
]
}Last updated on