{
  "name": "Ascension Group Growth Partners Agent",
  "version": "1.0.0",
  "description": "Agent interface for Ascension Group's Seller Certainty System — discovery of partner-facing capabilities, content corpus, and onboarding flows for U.S. residential real estate team leaders.",
  "url": "https://agents.ascensiongroup.io",
  "documentationUrl": "https://agents.ascensiongroup.io/llms.txt",
  "provider": {
    "organization": "Ascension Group Growth Partners",
    "url": "https://www.ascensiongroup.io"
  },
  "supportedInterfaces": [
    {
      "transport": "https",
      "url": "https://agents.ascensiongroup.io",
      "protocol": "rest"
    },
    {
      "transport": "mcp-streamable-http",
      "url": "https://787d8943-8250-4871-b10c-ec03fc65dd54.search.ai.cloudflare.com/mcp",
      "protocol": "mcp"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search_corpus",
      "name": "Search Ascension Corpus",
      "description": "Semantic + hybrid search over the Ascension Group public corpus (programs, founder, guarantee, partnership model).",
      "tags": [
        "search",
        "rag",
        "corpus"
      ],
      "examples": [
        "What is the Seller Certainty System?",
        "Who founded Ascension Group?",
        "How does the dual guarantee work?"
      ]
    },
    {
      "id": "book_strategy_call",
      "name": "Book a Certified Listing Strategy Call",
      "description": "Redirects qualified prospects to the Ascension strategy call application form.",
      "tags": [
        "conversion",
        "booking"
      ],
      "examples": [
        "I want to book a call",
        "How do I apply for a partnership?"
      ]
    },
    {
      "id": "fetch_llms_index",
      "name": "Fetch llms.txt Corpus Index",
      "description": "Returns the canonical machine-readable corpus index for Ascension Group.",
      "tags": [
        "discovery",
        "metadata"
      ]
    },
    {
      "id": "describe_seller_certainty_system",
      "name": "Describe the Seller Certainty System",
      "description": "Returns the four-pillar overview: Certified Listing Machine, Buyer Attraction Engine, Five-Touch Follow-Up Cadence, Daily NEPQ Training.",
      "tags": [
        "product",
        "education"
      ]
    },
    {
      "id": "lookup_guarantee_terms",
      "name": "Look Up Guarantee Terms",
      "description": "Returns the dual stacked guarantee (Fund-The-Gap + 10+ certified seller appointments / month).",
      "tags": [
        "terms",
        "guarantee"
      ]
    }
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Bearer token issued by https://agents.ascensiongroup.io OAuth authorization server"
    }
  }
}