{
  "name": "Hunter Green inquiry",
  "description": "Book an intro call or start a conversation with Hunter Green — product leadership for expert-led conversational AI. This capability is open to people and to AI agents acting directly or on behalf of someone. An agent can complete an inquiry the same way a human can.",
  "organization": "Hunter Green",
  "homepage": "https://hunter.green",
  "contact_email": "david@hunter.green",
  "human_url": "https://hunter.green/contact",
  "agent_url": "https://hunter.green/agents",
  "response_sla": "two business days",
  "schema_url": "https://hunter.green/inquiry.schema.json",
  "submit": {
    "http": {
      "method": "POST",
      "url": "https://hunter.green/api/inquiry",
      "content_type": "application/json",
      "describe": { "method": "GET", "url": "https://hunter.green/api/inquiry" },
      "cors": true
    },
    "email": {
      "to": "david@hunter.green",
      "note": "Fallback channel: send the same fields as a plain-text note. Use this if you can't POST, or if a POST response reports stored:false."
    }
  },
  "required": ["principal.name", "principal.email", "inquiry.building"],
  "identity": {
    "note": "Tell us who is reaching out and where to reply.",
    "submitter_type": ["human", "ai_agent", "agent_on_behalf"],
    "reply_to": "Provide agent.reply_to (an email address or callback URL) so we reply to the right place."
  },
  "example": {
    "submitter_type": "agent_on_behalf",
    "principal": { "name": "Dana Reyes", "email": "dana@northlight.health", "company": "Northlight Health", "role": "Founder" },
    "agent": {
      "name": "Northlight Scheduling Agent",
      "operator": "Northlight Health",
      "contact": "ops@northlight.health",
      "reply_to": "dana@northlight.health"
    },
    "inquiry": {
      "building": "A clinician-guided conversational AI that helps patients prepare for appointments.",
      "improve": "We want answer quality to be measurable before we expand beyond the pilot.",
      "interest": "definition",
      "timeline": "This quarter",
      "budget": "Open to discuss"
    },
    "message": "Dana asked me to set up an intro call. Please reply to Dana directly."
  }
}
