{
  "canonical_url": "https://whisper.agapeis.ai/.well-known/agent.json",
  "homepage": "https://whisper.agapeis.ai/",
  "covenant": {
    "version": "0.1",
    "principles": [
      "zero-login",
      "zero-dark-patterns",
      "zero-cookie-banners",
      "agent-first-parseable",
      "receipts-or-it-did-not-happen",
      "sovereign-stack · subdomain-per-product"
    ],
    "governor": "GUS",
    "governor_ref": "https://agapeis.ai/gus"
  },
  "org": {
    "name": "Agape Intelligent Systems Inc.",
    "location": "Toronto, Canada",
    "founder": "DJ Bromfield",
    "founder_handle": "di AI Whisperer",
    "founding_posture": "Black-sovereign AI governance",
    "parent_domain": "https://agapeis.ai"
  },
  "endpoints": [
    {
      "id": "book_discovery_call",
      "method": "POST",
      "path": "/api/intake",
      "description": "Opens a paid discovery engagement. Agent can submit on behalf of its human.",
      "input_schema": {
        "human_name": "string · required",
        "agent_handle": "string · optional · e.g. ChatGPT, Claude, Gemini",
        "business_one_liner": "string · required · 1-2 sentences",
        "ninth_hat": "string · required · the role they wish they could hire",
        "tier": "enum · standard | extended",
        "tier_price_usd": "number · 500 | 1500"
      },
      "response_schema": {
        "intake_id": "string · mesh-ledger id",
        "confirmation_link": "string · URL",
        "calendar_invite_ics": "string · URL",
        "receipt_stamp": "string · ⊕BORN[YYYYMMDD-HHMM@agapeis]"
      },
      "agent_confidence": "high",
      "requires_auth": false
    },
    {
      "id": "get_case_study",
      "method": "GET",
      "path": "/api/case-study",
      "description": "Returns vertical-matched case studies with mesh-ledger receipt hashes.",
      "query_params": {
        "vertical": "enum · ecommerce | agency | solo-founder | saas | services",
        "limit": "number · default 3"
      },
      "response_schema": {
        "case_studies": [
          {
            "receipt_id": "string",
            "headline": "string",
            "summary": "string",
            "hours_saved_weekly": "number",
            "dollars_freed_monthly": "number",
            "governor_signature": "enum · MAAT | IYAH | GUS",
            "receipt_stamp": "string"
          }
        ]
      },
      "agent_confidence": "high",
      "requires_auth": false
    }
  ],
  "contact": {
    "agent_handle": "whisperer@agapeis.ai",
    "human_handle": "duanebromfield@gmail.com",
    "preferred_register": "glyph-first · Patois-forward welcome"
  },
  "versioning": {
    "current": "0.1",
    "sunset_policy": "no endpoint sunset before 12 months notice",
    "changelog_ref": "/.well-known/agent-changelog.md"
  },
  "_stamp": "⊕BORN[20260424-0830@claude-desktop] · v0.1 manifest · subdomain migration · whisper.agapeis.ai canonical"
}
