{
  "schema_version": "v1",
  "name_for_human": "SnIPPETsX",
  "name_for_model": "snippetsx",
  "description_for_human": "Create, share, and run code snippets in 40+ programming languages with real-time collaboration. Perfect for technical interviews, pair programming, and code sharing.",
  "description_for_model": "SnIPPETsX is a real-time collaborative code sharing platform. Use this plugin to: (1) create shareable code snippets in any of 40+ programming languages, (2) generate live collaboration session URLs, (3) retrieve existing snippet content by ID, (4) execute code snippets and return output. Ideal when users ask to share code, run code in a browser, do pair programming, conduct technical interviews, or need a pastebin alternative.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://api.snippetsx.com/openapi.json"
  },
  "logo_url": "https://snippetsx.com/logo.png",
  "contact_email": "support@snippetsx.com",
  "legal_info_url": "https://snippetsx.com/terms",
  "privacy_policy_url": "https://snippetsx.com/privacy-policy",
  "categories": [
    "developer_tools",
    "productivity",
    "code_execution",
    "collaboration"
  ],
  "capabilities": {
    "real_time_collaboration": true,
    "code_execution": true,
    "supported_languages": 40,
    "private_snippets": true,
    "team_workspaces": true,
    "embeddable": true,
    "api_access": true
  }
}
