{
  "protocolVersion": "0.3.0",
  "name": "Brandy | Brand Advisor",
  "description": "Brand strategy advisor. Input: company name, industry, target audience, values (plain text or uploaded brand documents). Output: structured brand framework covering atmosphere, rebellious edge, enemy, visual direction, hook style, and voice. Also reviews existing content against brand guidelines and generates hooks/headlines. Stateless. Multi-turn refinement supported.",
  "url": "https://squidgy.ai/agents/brandy",
  "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": "brand-foundation",
      "name": "Brand Foundation",
      "description": "Defining atmosphere, finding rebellious edge, or naming the enemy. Building the core brand identity elements.",
      "tags": [
        "squidgy",
        "brandy"
      ],
      "examples": [
        "Build my brand foundation",
        "Review my brand content",
        "Generate hooks & headlines",
        "Transform my copy"
      ]
    },
    {
      "id": "content-creation",
      "name": "Content Creation",
      "description": "Creating visuals, hooks, or messaging for any brand asset. Applying the three pillars framework.",
      "tags": [
        "squidgy",
        "brandy"
      ],
      "examples": []
    }
  ],
  "relatedAgents": [
    {
      "name": "Rita | Repurposing Maestro",
      "url": "https://squidgy.ai/agents/content_repurposer",
      "description": "Repurpose brand assets into platform-specific content"
    },
    {
      "name": "Sophia | Social Media Superhero",
      "url": "https://squidgy.ai/agents/social_media",
      "description": "Schedule and publish branded social media posts"
    },
    {
      "name": "Nina | Newsletter Specialist",
      "url": "https://squidgy.ai/agents/newsletter_multi",
      "description": "Create on-brand newsletters from brand framework"
    }
  ],
  "endpoints": {
    "a2a": "https://squidgy.ai/api/a2a/brandy",
    "mcp": "https://mcp.squidgy.ai/brandy",
    "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/brandy",
  "iconUrl": "https://squidgy.ai/Squidgy AI Assistants Avatars/10.png",
  "metadata": {
    "category": "marketing",
    "specialization": "Brand Strategist",
    "tags": [
      "squidgy",
      "brandy",
      "marketing",
      "brand-strategist"
    ]
  }
}