{
  "protocolVersion": "0.3.0",
  "name": "Pipeline Pro | Sales Pipeline Architect",
  "description": "Sales pipeline architect. Input: description of business model (service-based or product-based), sales cycle details, and key decision points. Output: recommended pipeline stages (3-10) with names, purpose, typical actions, probability settings, and step-by-step HighLevel CRM configuration guide. Discovery-first approach: interviews caller about their sales process before recommending. Stateless. Multi-turn supported.",
  "url": "https://squidgy.ai/agents/pipeline_pro",
  "provider": {
    "organization": "Squidgy",
    "url": "https://squidgy.ai"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "a2a": true,
    "mcp": true
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "tokenUrl": "https://squidgy.ai/api/auth/agent-token",
    "instructions": "Obtain a bearer token via the Squidgy API or Anyport TokenRouter. Include as Authorization: Bearer <token> header."
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "sales-process-discovery",
      "name": "Sales Process Discovery",
      "description": "Interview client to understand their sales model, cycle length, key decision points, and business type. Determines whether service-based or product-based approach is needed.",
      "tags": [
        "squidgy",
        "pipeline_pro"
      ],
      "examples": [
        "Help me design a new sales pipeline",
        "I'm service-based - recommend stages",
        "I'm product-based - recommend stages",
        "Guide me through HighLevel setup"
      ]
    },
    {
      "id": "pipeline-stage-configuration",
      "name": "Pipeline Stage Configuration",
      "description": "Recommend appropriate pipeline stages (3-10) based on discovered sales process. Includes stage names, purpose, typical actions, and probability settings.",
      "tags": [
        "squidgy",
        "pipeline_pro"
      ],
      "examples": []
    },
    {
      "id": "highlevel-setup-guide",
      "name": "HighLevel Setup Guide",
      "description": "Step-by-step instructions for configuring Opportunities pipelines in HighLevel. Covers navigation, stage creation, settings, and best practices.",
      "tags": [
        "squidgy",
        "pipeline_pro"
      ],
      "examples": []
    }
  ],
  "relatedAgents": [
    {
      "name": "Brandy | Brand Advisor",
      "url": "https://squidgy.ai/agents/brandy",
      "description": "Build brand identity for the sales pipeline's customer-facing touchpoints"
    },
    {
      "name": "Sophia | Social Media Superhero",
      "url": "https://squidgy.ai/agents/social_media",
      "description": "Generate and schedule social content to fill the top of the pipeline"
    }
  ],
  "endpoints": {
    "a2a": "https://squidgy.ai/api/a2a/pipeline_pro",
    "mcp": "https://mcp.squidgy.ai/pipeline_pro",
    "chat": "https://squidgy.ai/api/embed/chat"
  },
  "pricing": {
    "model": "per-message",
    "details": "Free during beta. Usage-based pricing via Anyport metering coming soon."
  },
  "documentationUrl": "https://squidgy.ai/agents/pipeline_pro",
  "iconUrl": "https://squidgy.ai/Squidgy AI Assistants Avatars/7.png",
  "metadata": {
    "category": "sales",
    "specialization": "HighLevel Opportunities Expert",
    "tags": [
      "squidgy",
      "pipeline_pro",
      "sales",
      "highlevel-opportunities-expert"
    ]
  }
}