{
  "schema_version": "1.0",
  "name": "PaintBox",
  "description": "PaintBox is a Photoshop-class image editor where every edit is a tool call. External AI agents connect over MCP, compose edits with 60 tools, and submit proposals a human accepts or rejects.",
  "url": "https://paintbox.erikbethke.com",
  "provider": {
    "organization": "Million on Mars",
    "url": "https://paintbox.erikbethke.com"
  },
  "agents": [
    {
      "name": "paint-box",
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://paintbox.erikbethke.com/api/mcp",
      "protocol_version": "2025-06-18",
      "authentication": {
        "type": "bearer-jwt",
        "token_endpoint": "https://paintbox.erikbethke.com/api/auth/refresh",
        "instructions": "Get a refresh token in the editor (Account > MCP Connection), then POST it to the token endpoint for a 15-minute access token."
      },
      "manifest": "https://paintbox.erikbethke.com/.well-known/mcp.json"
    }
  ],
  "apis": [
    {
      "type": "openapi",
      "version": "3.1",
      "url": "https://paintbox.erikbethke.com/openapi.json"
    }
  ],
  "documentation": {
    "for_agents": "https://paintbox.erikbethke.com/for-agents",
    "llms_txt": "https://paintbox.erikbethke.com/llms.txt",
    "llms_full_txt": "https://paintbox.erikbethke.com/llms-full.txt",
    "agent_card": "https://paintbox.erikbethke.com/.well-known/agent-card.json"
  }
}
