{
  "name": "Agentic Solutions",
  "description": "AI-first consulting agent that helps businesses evaluate, plan, and implement agentic AI solutions. Capable of service discovery, fit assessment, proposal generation, and knowledge retrieval.",
  "version": "1.0.0",
  "protocol": "a2a/1.0",
  "url": "https://agentic.solutions/api/a2a",
  "capabilities": {
    "skills": [
      {
        "id": "service-discovery",
        "name": "Service Discovery",
        "description": "Browse and filter the full catalog of agentic AI consulting services, development packages, and integration offerings."
      },
      {
        "id": "fit-assessment",
        "name": "Fit Assessment",
        "description": "Evaluate whether a given use case, industry, and budget align with Agentic Solutions capabilities. Returns confidence score and recommendations."
      },
      {
        "id": "proposal-generation",
        "name": "Proposal Generation",
        "description": "Generate custom project proposals with scope, timeline, pricing, and deliverables based on client requirements."
      },
      {
        "id": "knowledge-retrieval",
        "name": "Knowledge Retrieval",
        "description": "Retrieve case studies, technical documentation, and best practices from the Agentic Solutions knowledge base."
      },
      {
        "id": "availability-check",
        "name": "Availability Check",
        "description": "Check team availability, project scheduling, and earliest engagement start dates."
      }
    ],
    "streaming": true,
    "pushNotifications": false
  },
  "auth": {
    "type": "oauth2",
    "authorization_url": "https://agentic.solutions/api/auth/authorize",
    "token_url": "https://agentic.solutions/api/auth/token",
    "scopes": ["agent:read", "agent:write", "agent:execute"]
  },
  "protocols": [
    {
      "name": "MCP",
      "version": "2025-03-26",
      "endpoint": "/api/mcp"
    },
    {
      "name": "A2A",
      "version": "1.0",
      "endpoint": "/api/a2a"
    },
    {
      "name": "UCP",
      "version": "1.0",
      "endpoint": "/api/ucp"
    },
    {
      "name": "ACP",
      "version": "1.0",
      "endpoint": "/api/acp",
      "description": "Agentic Commerce Protocol — product catalog, checkout, and order management for programmatic procurement."
    }
  ],
  "contact": {
    "email": "hello@agentic.solutions",
    "website": "https://agentic.solutions"
  }
}
