{
  "name": "OrgCanvas",
  "version": "1.0.0",
  "description": "OrgCanvas is a free org chart maker. It helps HR teams, founders, and managers build, share, and export beautiful organization charts in seconds. Templates and CSV import included; Pro tier unlocks unlimited people and canvases; Business tier adds multi-user workspaces and scenario planning.",
  "url": "https://orgcanvas.app",
  "documentationUrl": "https://orgcanvas.app/help/features/api",
  "supportedInterfaces": [
    {
      "transport": "https",
      "url": "https://api.orgcanvas.app",
      "description": "Public REST API. Bearer-token auth via API keys (Pro+ tiers). See documentationUrl for endpoints."
    }
  ],
  "capabilities": {
    "streaming": false,
    "stateTransfer": false,
    "longRunningTasks": false
  },
  "skills": [
    {
      "id": "list-charts",
      "name": "List org charts",
      "description": "Returns the authenticated user's saved org charts (id, name, person count, last updated)."
    },
    {
      "id": "get-chart",
      "name": "Get org chart",
      "description": "Returns the full node tree for a specific org chart by id."
    },
    {
      "id": "create-chart",
      "name": "Create org chart",
      "description": "Creates a new org chart from a list of people with reporting relationships."
    },
    {
      "id": "update-chart",
      "name": "Update org chart",
      "description": "Adds, updates, or removes people from an existing org chart."
    },
    {
      "id": "list-people",
      "name": "List people across charts",
      "description": "Searches the people directory across the user's org charts by name, title, or department."
    }
  ]
}
