Skip to content
Back to SIXPERCENT

Card snapshot

api.sixpercent.ai · 2026-07-26 22:51:24 UTC · e22f8c08ed84fe91781bbaca198812cf90074ac26db9df4ee386e4a539af3210

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schemaVersion": "0.1",
  "name": "SixPercent Real Estate Agent",
  "description": "AI-powered real estate platform that connects buyers and sellers directly. No 6% commission, no broker steering. Sell for $995 flat fee.",
  "url": "https://sixpercent.ai",
  "provider": {
    "organization": "SixPercent",
    "url": "https://sixpercent.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://sixpercent.ai",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "Bearer"
    ],
    "credentials": null
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "skills": [
    {
      "id": "property-search",
      "name": "Property Search",
      "description": "Search for-sale-by-owner properties by location, price range, and criteria",
      "tags": [
        "real-estate",
        "FSBO",
        "search",
        "buy-home"
      ],
      "examples": [
        "Find homes under $400k in Texas",
        "Show me FSBO listings in Miami",
        "3-bedroom homes in Costa Rica"
      ]
    },
    {
      "id": "deal-analysis",
      "name": "Deal Analysis",
      "description": "AI analysis of real estate deals including estimated savings vs traditional agent commission",
      "tags": [
        "analysis",
        "savings",
        "commission",
        "real-estate"
      ],
      "examples": [
        "How much would I save selling without an agent?",
        "Analyze this property listing",
        "Calculate commission savings on a $500k home"
      ]
    },
    {
      "id": "listing-creation",
      "name": "Create Listing",
      "description": "Help sellers create a for-sale-by-owner listing for $995 flat fee",
      "tags": [
        "sell",
        "FSBO",
        "listing",
        "flat-fee"
      ],
      "examples": [
        "List my home for sale",
        "Create a property listing",
        "Post my house for $995"
      ]
    }
  ]
}