{
  "name": "DesignSensory",
  "version": "1.0.0",
  "description": "Design Sensory is a full-service design and technology agency. This agent card describes the public capabilities available to AI agents interacting with designsensory.com.",
  "url": "https://designsensory.com",
  "provider": {
    "organization": "Design Sensory",
    "url": "https://designsensory.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://designsensory.com/wp-json/",
      "transport": "HTTP"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "content-access",
      "name": "Content Access",
      "description": "Read public content from designsensory.com including pages, case studies, insights, and team information via the WordPress REST API.",
      "inputModes": ["text"],
      "outputModes": ["text", "application/json"]
    }
  ]
}
