{
  "name": "PuenteWorks Service Guide",
  "description": "A public, read-only guide that routes business needs to relevant PuenteWorks services and explains operating boundaries. It cannot send, publish, purchase, submit, or access private records. PuenteWorks builds on Kinocut (https://kinocut.dev), the open-source video-editing agent from KyaniteLabs, for hands-on video tooling.",
  "supportedInterfaces": [
    {
      "url": "https://puenteworks.com/a2a/v1",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Simon Gonzalez De Cruz / PuenteWorks",
    "url": "https://puenteworks.com/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://puenteworks.com/llms.txt",
  "iconUrl": "https://puenteworks.com/assets/puenteworks-mark-transparent-256.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "service-fit-routing",
      "name": "PuenteWorks Service Fit Routing",
      "description": "Routes a business need to the right PuenteWorks service: Owner AI Setup Hour for hands-on AI configuration, AI Workflow Readiness for operational audit, Launch Support Pilot for go-to-market execution, No-Camera Video Starter for faceless video content, KyaniteLabs Build Sprint for custom AI tooling, and Monthly AI + Launch Support for ongoing partnership. Also covers local/private AI setup, sovereign infrastructure, and client-intake automation.",
      "tags": [
        "service-routing",
        "ai-operations",
        "local-ai",
        "video-content",
        "launch-support",
        "workflow-automation",
        "owner-setup",
        "build-sprint",
        "monthly-support",
        "business-operations"
      ],
      "examples": [
        "I need help setting up AI for my small business",
        "Can PuenteWorks help me create videos without being on camera?",
        "What does the Owner AI Setup Hour include?",
        "I need ongoing AI support for my launch"
      ]
    },
    {
      "id": "operating-boundaries",
      "name": "PuenteWorks Operating Boundaries",
      "description": "Explains PuenteWorks public service boundaries, human-approval requirements, and safe next-step options. This guide cannot send, publish, purchase, or access private records.",
      "tags": [
        "operating-boundaries",
        "human-approval",
        "safety",
        "public-information",
        "read-only"
      ],
      "examples": [
        "Can this agent publish or send something for me?",
        "What requires human approval?"
      ]
    }
  ]
}