{
  "protocolVersion": "0.2.5",
  "name": "Biztreck Solutions Agent",
  "version": "1.0.0",
  "description": "Agent-to-agent interface for Biztreck Solutions — search and read blog content, list open roles, and route sales/project inquiries to the team.",
  "url": "https://biztreck.world/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://biztreck.world/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Biztreck Solutions",
    "url": "https://biztreck.world"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "search_blog",
      "name": "Search blog content",
      "description": "Search Biztreck Solutions blog articles by keyword and return titles, excerpts and links.",
      "tags": [
        "content",
        "search",
        "blog"
      ],
      "examples": [
        "Find articles about Next.js performance"
      ]
    },
    {
      "id": "list_open_roles",
      "name": "List open roles",
      "description": "List current open job positions at Biztreck Solutions with location and type.",
      "tags": [
        "careers",
        "jobs"
      ],
      "examples": [
        "What roles are open right now?"
      ]
    },
    {
      "id": "contact_biztreck",
      "name": "Contact the team",
      "description": "Route a sales or project inquiry to the Biztreck Solutions team.",
      "tags": [
        "contact",
        "sales"
      ],
      "examples": [
        "I'd like a quote for a mobile app"
      ]
    }
  ]
}