{
  "protocolVersion": "0.3.0",
  "name": "Feels Like Studio Agent",
  "description": "Read-only A2A agent for Feels Like Studio, a creative agency. Answers with pointers to the studio's machine-readable resources: portfolio projects and case studies, site pages, open job positions, and full-text content search (also available via MCP).",
  "url": "https://www.feelslike.studio/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://www.feelslike.studio/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://www.feelslike.studio/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Feels Like Studio",
    "url": "https://www.feelslike.studio"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.feelslike.studio/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "discover-resources",
      "name": "Discover studio resources",
      "description": "Returns pointers to Feels Like Studio's machine-readable resources: the MCP server for projects, pages, jobs and search, the llms.txt content index, and agent registration via auth.md.",
      "tags": ["discovery", "creative-agency", "portfolio"],
      "examples": [
        "What can I learn about Feels Like Studio?",
        "How do I access your portfolio programmatically?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
