{
  "$schema": "https://agent2agent.info/schemas/v1/agent-card.json",
  "name": "Bisti Assistant",
  "description": "Bisti is a personal style companion in development, helping people wear the clothes they love. This site provides editorial inspiration and waitlist registration.",
  "url": "https://bisti.app",
  "version": "1.0.0",
  "provider": {
    "name": "Bisti",
    "url": "https://bisti.app"
  },
  "documentationUrl": "https://bisti.app/llms.txt",
  "skillsManifestUrl": "https://bisti.app/SKILL.md",
  "privacyPolicyUrl": "https://bisti.app/privacy",
  "termsOfServiceUrl": "https://bisti.app/terms",
  "capabilities": [
    {
      "name": "joinWaitlist",
      "description": "Join the Bisti waitlist using an email address or mobile number.",
      "parameters": {
        "type": "object",
        "properties": {
          "contact": {
            "type": "string",
            "description": "Email address or E.164 phone number"
          },
          "channel": {
            "type": "string",
            "enum": ["email", "phone"]
          },
          "referralToken": {
            "type": "string",
            "description": "Optional referral token from an invitation"
          }
        },
        "required": ["contact", "channel"]
      }
    }
  ],
  "authentication": {
    "type": "none",
    "description": "Pre-launch discovery endpoints are public."
  }
}
