{
  "version": "1.0",
  "name": "JB2302 Reddit Marketing Agency",
  "description": "Agent-executable interface for Reddit marketing services, subreddit claims, and site maintenance.",
  "baseUrl": "https://jb2302.com",
  "contact": "hello@jb2302.com",
  "capabilities": {
    "tools": [
      {
        "name": "submitContactForm",
        "description": "Send a project inquiry or support request to JB2302.",
        "path": "/contact-us",
        "method": "POST",
        "parameters": {
          "type": "object",
          "properties": {
            "name": { "type": "string", "description": "Full name of the contact person." },
            "email": { "type": "string", "format": "email", "description": "Professional email address." },
            "service": { 
              "type": "string", 
              "enum": ["Reddit Marketing", "Reddit Comments", "Subreddit Claims", "Web Maintenance", "Reddit AMA Coordination", "Reddit SEO", "Community Management", "Reputation Management", "Other"],
              "description": "The specific service the client is interested in."
            },
            "message": { "type": "string", "description": "Detailed project description or inquiry." }
          },
          "required": ["name", "email", "service", "message"]
        }
      },
      {
        "name": "clientLogin",
        "description": "Authenticate as a client to access the dashboard and manage orders.",
        "path": "/login",
        "method": "POST",
        "parameters": {
          "type": "object",
          "properties": {
            "email": { "type": "string", "format": "email" },
            "password": { "type": "string", "format": "password" }
          },
          "required": ["email", "password"]
        }
      }
    ]
  },
  "authentication": {
    "type": "supabase-auth",
    "provider": "https://tyaeqqoyqefplpberibd.supabase.co",

  }
}
