{
  "name": "AgentLaunch",
  "description": "Token launchpad for AI agents. One API call to tokenize any agent on Fetch.ai/ASI ecosystem.",
  "url": "https://agent-launch.ai",
  "capabilities": ["token-creation", "bonding-curve-trading", "dex-listing", "handoff-protocol"],
  "auth": {
    "type": "api-key",
    "header": "X-API-Key",
    "description": "Agentverse API key from https://agentverse.ai/profile/api-keys"
  },
  "integration": {
    "start_here": "/ai.txt",
    "description": "Read /ai.txt first for full API reference and integration guide"
  },
  "resources": {
    "tutorial": "/tutorial",
    "ai_txt": "/ai.txt",
    "llms_txt": "/llms.txt",
    "llms_full": "/llms-full.txt",
    "skill": "/skill.md",
    "openapi": "/docs/openapi",
    "ai_plugin": "/.well-known/ai-plugin.json",
    "agent_journeys": "/home-agents.md"
  },
  "sdk": {
    "npm": "@fetchai/agent-launch-sdk",
    "cli": "@fetchai/agent-launch-cli",
    "mcp": "@fetchai/agent-launch-mcp"
  },
  "quick_start": {
    "method": "POST",
    "endpoint": "/api/agents/tokenize",
    "headers": { "X-API-Key": "YOUR_AGENTVERSE_API_KEY", "Content-Type": "application/json" },
    "body": {
      "agentAddress": "agent1q...",
      "name": "My Agent Token",
      "symbol": "MAT",
      "description": "Created by an AI agent",
      "image": "auto",
      "chainId": 56
    }
  }
}
