{
  "openapi": "3.1.0",
  "info": {
    "title": "BLUE GLORIOUS AI Script Services Agent Directory",
    "version": "1.0.0",
    "description": "Machine-readable service directory for AI agents. This public file exposes discovery URLs, multi-currency plan display, and payment-intent routing only; it does not process payments or private user data."
  },
  "servers": [
    {
      "url": "https://blueglorious.com"
    }
  ],
  "paths": {
    "/.well-known/ai-services.json": {
      "get": {
        "operationId": "getAiScriptServiceDirectory",
        "summary": "Get AI script service, pricing, payment-intent, and localized URL information.",
        "responses": {
          "200": {
            "description": "AI service directory for agents"
          }
        }
      }
    },
    "/en/services/ai-script-rewrite": {
      "get": {
        "operationId": "openAiScriptRewriteWorkspace",
        "summary": "Open the free AI script rewrite workspace landing page.",
        "responses": {
          "200": {
            "description": "AI script rewrite workspace page"
          }
        }
      }
    },
    "/en/ai-agent-guide": {
      "get": {
        "operationId": "openAiAgentUsageAndPaymentGuide",
        "summary": "Open the AI agent usage and payment guide with human-confirmation rules.",
        "responses": {
          "200": {
            "description": "AI agent service usage and payment guide page"
          }
        }
      }
    },
    "/en/pricing": {
      "get": {
        "operationId": "openPricingForPaymentIntent",
        "summary": "Open pricing page for plan comparison and user-confirmed payment intent.",
        "responses": {
          "200": {
            "description": "Pricing page"
          }
        }
      }
    },
    "/en/contact": {
      "get": {
        "operationId": "openContactForPaidPlan",
        "summary": "Open contact page for paid plan activation, team plan, enterprise, BYOK, or human editing requests.",
        "responses": {
          "200": {
            "description": "Contact page"
          }
        }
      }
    }
  }
}
