{
  "schema_version": "1.0",
  "name": "PaintBox",
  "description": "PaintBox is a canvas image editor with a fully agentic MCP interface. External AI agents compose image edits through 60 tools and submit proposals for human review — the first agentic Photoshop-class experience.",
  "url": "https://paintbox.erikbethke.com",
  "provider": {
    "organization": "Million on Mars / PaintBox",
    "url": "https://paintbox.erikbethke.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "interfaces": {
    "mcp": {
      "transport": "streamable-http",
      "url": "https://paintbox.erikbethke.com/api/mcp",
      "authentication": "bearer-jwt",
      "install": "claude mcp add --transport http paint-box https://paintbox.erikbethke.com/api/mcp --header 'Authorization: Bearer YOUR_ACCESS_TOKEN'"
    },
    "openapi": "https://paintbox.erikbethke.com/openapi.json",
    "llms_txt": "https://paintbox.erikbethke.com/llms.txt",
    "llms_full_txt": "https://paintbox.erikbethke.com/llms-full.txt",
    "agents_json": "https://paintbox.erikbethke.com/.well-known/agents.json",
    "discovery": "https://paintbox.erikbethke.com/for-agents"
  },
  "skills": [
    {
      "id": "image_editing",
      "name": "Image editing",
      "description": "Compose image edits through tool calls: selections, fills, layers, opacity, blend modes, transforms, text rasterization, and filters. Edits are accumulated into a proposal for human review.",
      "tags": ["image", "canvas", "editing", "creative"],
      "examples": [
        "Draw concentric circles on the canvas",
        "Set the top layer to 50% opacity",
        "Create a new layer and fill it with blue"
      ]
    },
    {
      "id": "document_management",
      "name": "Document management",
      "description": "Discover and load documents the user has open. The editor pushes context automatically — no manual setup required.",
      "tags": ["documents", "discovery"],
      "examples": ["List my open documents", "Load the 1600x1080 document"]
    }
  ]
}
