{
  "name": "thinkwith.pictures",
  "description": "The agent interface to thinkwith.pictures, a collaborative world of linked, hand-built picture scenes. It looks up public scenes and their metadata, returns native-resolution images of them, and explains how the site works.",
  "version": "1.0.0",
  "documentationUrl": "https://thinkwith.pictures/llms.txt",
  "iconUrl": "https://thinkwith.pictures/favicon.svg",
  "provider": {
    "organization": "thinkwith.pictures",
    "url": "https://thinkwith.pictures"
  },
  "supportedInterfaces": [
    {
      "url": "https://thinkwith.pictures/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "url": "https://thinkwith.pictures/api/a2a",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "tasks": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "scene-lookup",
      "name": "Look Up a Scene",
      "description": "Resolves a thinkwith.pictures scene id, scene URL, or short link to its public metadata — title, creator, public notes, last-modified time, and the canonical page URL. Only scenes their owner has published for public viewing are returned.",
      "tags": [
        "scenes",
        "metadata",
        "lookup",
        "search"
      ],
      "examples": [
        "What is the scene at thinkwith.pictures/226041760427315575?",
        "Look up scene 226041760427315575.",
        "Who made the scene behind the short link ~sunset?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "scene-image",
      "name": "Get a Scene Image",
      "description": "Returns image URLs for a public scene at native resolution, in PNG, JPEG, and WebP, suitable for embedding or for a vision model to read. Backed by the public render endpoint at https://{host}/{sceneId}.{png|jpg|webp}.",
      "tags": [
        "scenes",
        "images",
        "rendering",
        "screenshot"
      ],
      "examples": [
        "Show me a PNG of scene 226041760427315575.",
        "Give me a WebP image of thinkwith.pictures/226041760427315575 for a preview card."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "site-guide",
      "name": "Explain thinkwith.pictures",
      "description": "Answers questions about what thinkwith.pictures is and how to use it: building and linking scenes, forging items, the gallery, and how the Supporter subscription works. Returns prose plus links to the relevant pages.",
      "tags": [
        "help",
        "documentation",
        "onboarding",
        "pricing"
      ],
      "examples": [
        "What is thinkwith.pictures?",
        "How do I make my own scene and link it to another one?",
        "What does a Supporter subscription include?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}