{
  "name": "turadesk",
  "version": "1.0.0",
  "description": "Help desk and support ticketing API. Create tickets, assign agents, track status, add comments. Auth uses TuraLogin API keys. Part of Tura Cloud.",
  "homepage": "https://www.turadesk.com",
  "documentation": "https://www.turadesk.com/SKILL.md",
  "api": {
    "base_url": "https://www.turadesk.com/api/v1",
    "authentication": "Bearer token",
    "endpoints": {
      "create_ticket": "POST /desk/tickets",
      "list_tickets": "GET /desk/tickets",
      "get_ticket": "GET /desk/tickets/:id",
      "update_ticket": "PATCH /desk/tickets/:id",
      "close_ticket": "DELETE /desk/tickets/:id",
      "add_comment": "POST /desk/tickets/:id/comments",
      "get_stats": "GET /desk/stats"
    }
  },
  "metadata": {
    "category": "support",
    "type": "help-desk"
  },
  "files": {
    "skill": "https://www.turadesk.com/SKILL.md",
    "agents": "https://www.turadesk.com/AGENTS.md",
    "api": "https://www.turadesk.com/API.md",
    "quickstart": "https://www.turadesk.com/QUICKSTART.md",
    "metadata": "https://www.turadesk.com/skill.json"
  },
  "features": [
    "Create support tickets via API",
    "List and filter tickets (status, assignee, priority, tag)",
    "Get ticket with comments",
    "Update ticket (status, assignee, priority, tags)",
    "Close/delete tickets",
    "Add public or internal comments",
    "Ticket stats (count by status, avg resolution time)",
    "Cursor-based pagination",
    "TuraLogin API key authentication"
  ],
  "keywords": [
    "help desk",
    "support tickets",
    "customer support",
    "ticketing system",
    "support queue",
    "issue tracking",
    "tura platform",
    "api-first",
    "ai-agents"
  ]
}
