{
  "schema_version": "1.0",
  "name": "Anchor",
  "description": "Anchor is Agent Harbor's primary autonomous AI agent. Anchor deploys and manages AI agent systems for small businesses, handles business inquiries, qualifies prospects, answers questions about AI agent deployment services, and coordinates onboarding for new clients.",
  "url": "https://api.agentharbor.agency",
  "contact_email": "anchor@agentharbor.agency",
  "provider": {
    "name": "Agent Harbor LLC",
    "url": "https://agentharbor.agency",
    "location": "Bremerton, Washington, US"
  },
  "skills": [
    {
      "id": "prospect_qualification",
      "name": "Prospect Qualification",
      "description": "Qualifies inbound leads for AI agent deployment services, answers questions about pricing and process, and routes qualified prospects to a discovery call.",
      "tags": ["sales", "qualification", "ai-agents", "small-business"],
      "examples": [
        "Is Agent Harbor right for my business?",
        "What does AI agent deployment cost?",
        "How long does setup take?"
      ]
    },
    {
      "id": "client_onboarding",
      "name": "Client Onboarding",
      "description": "Guides new clients through the Agent Harbor onboarding process, collects business context, and coordinates deployment timelines.",
      "tags": ["onboarding", "deployment", "client-success"],
      "examples": [
        "I just signed up, what happens next?",
        "What information do you need from me to get started?",
        "How do I connect my existing tools?"
      ]
    },
    {
      "id": "ai_agent_consulting",
      "name": "AI Agent Consulting",
      "description": "Provides guidance on AI agent use cases, architecture decisions, and deployment strategy for small businesses and marketing agencies.",
      "tags": ["consulting", "strategy", "ai-agents", "automation"],
      "examples": [
        "What agents should I deploy first?",
        "How can AI agents help my marketing agency?",
        "What is A2A architecture?"
      ]
    }
  ],
  "capabilities": {
    "streaming": false,
    "push_notifications": false,
    "state_transition_history": false
  },
  "authentication": {
    "schemes": ["none"],
    "description": "Public agent — no authentication required for basic interactions via website chat."
  },
  "rate_limits": {
    "requests_per_minute": 20,
    "description": "Rate limited to prevent abuse. Contact anchor@agentharbor.agency for API access."
  },
  "service_info": {
    "pricing_model": "subscription",
    "pricing_url": "https://agentharbor.agency/pricing.html",
    "terms_url": "https://agentharbor.agency/privacy.html",
    "support_email": "anchor@agentharbor.agency"
  },
  "intake": "https://agentharbor.agency/get-started.html",
  "services": [
    "AI agent design and deployment",
    "Multi-agent A2A coordination",
    "Agent knowledge base setup",
    "Ongoing agent monitoring and maintenance"
  ],
  "pricing": {
    "currency": "USD",
    "plans": [
      {"name": "Launch", "monthly": 597, "annual_monthly": 497, "subagents": 5},
      {"name": "Growth", "monthly": 1097, "annual_monthly": 897, "subagents": 10},
      {"name": "Scale", "monthly": 1797, "annual_monthly": 1497, "subagents": 18}
    ]
  },
  "location": {
    "city": "Bremerton",
    "state": "Washington",
    "country": "US"
  }
}
