{
  "name": "LangBot",
  "description": "Open-source AI application delivery infrastructure for instant messaging platforms.",
  "url": "https://langbot.app",
  "provider": {
    "organization": "LangBot Team",
    "url": "https://langbot.app"
  },
  "version": "1.0.0",
  "documentationUrl": "https://langbot.app/developers",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "discover_langbot",
      "name": "Discover LangBot resources",
      "description": "Find LangBot documentation, OpenAPI descriptions, plugin SDK resources, and deployment guides.",
      "tags": [
        "discovery",
        "docs",
        "api"
      ]
    },
    {
      "id": "plan_bot_deployment",
      "name": "Plan an AI bot deployment",
      "description": "Help developers choose self-hosted LangBot or LangBot Cloud and connect AI apps to messaging channels.",
      "tags": [
        "deployment",
        "ai-bot",
        "messaging"
      ]
    },
    {
      "id": "build_langbot_plugin",
      "name": "Build a LangBot plugin",
      "description": "Guide implementation of LangBot plugins with the Python plugin SDK.",
      "tags": [
        "plugin",
        "python",
        "sdk"
      ]
    }
  ],
  "contact": {
    "email": "hello@langbot.app"
  }
}
