{
  "openapi": "3.1.0",
  "info": {
    "title": "Agent Ops Command Center Commerce Actions",
    "version": "0.5.142",
    "description": "Read public product metadata, checkout status, Claude Code skill and slash command, Zed .rules, Agent Skills routing, and the $203 team-license request path for Agent Ops Command Center. This API describes public static resources only; it does not process payment or prove revenue."
  },
  "servers": [
    {
      "url": "https://ivelly42.github.io"
    }
  ],
  "paths": {
    "/agent-ops-command-center/.well-known/agent-commerce.json": {
      "get": {
        "operationId": "readAgentCommerceMetadata",
        "summary": "Read agent commerce metadata",
        "description": "Returns the primary $203 team-license offer, request URL, fulfillment boundary, and revenue proof rule.",
        "responses": {
          "200": {
            "description": "Agent commerce metadata",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AgentCommerceMetadata"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/agent-commerce.json": {
      "get": {
        "operationId": "readAgentCommerceMetadataAlias",
        "summary": "Read agent commerce metadata alias",
        "description": "Alias for agents that cannot fetch project-scoped well-known paths.",
        "responses": {
          "200": {
            "description": "Agent commerce metadata",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AgentCommerceMetadata"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/ai-buy-intent.json": {
      "get": {
        "operationId": "readAiBuyIntent",
        "summary": "Read AI buy-intent metadata",
        "description": "Returns the primary and secondary offers plus buyer paths.",
        "responses": {
          "200": {
            "description": "AI buy-intent metadata",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BuyIntent"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/catalog.json": {
      "get": {
        "operationId": "readCatalog",
        "summary": "Read public catalog",
        "description": "Returns public preview assets, request paths, and discovery links.",
        "responses": {
          "200": {
            "description": "Public catalog",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/metrics/status.json": {
      "get": {
        "operationId": "readRevenueMetrics",
        "summary": "Read revenue metrics",
        "description": "Returns current public demand metrics and gross revenue proof status.",
        "responses": {
          "200": {
            "description": "Revenue metrics",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RevenueMetrics"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/team-request-url.html": {
      "get": {
        "operationId": "openPrefilledTeamLicenseRequest",
        "summary": "Open the prefilled $203 team-license request",
        "description": "Opens a public HTML page that links to a prefilled GitHub issue request for the $203 seven-seat team license. Opening this page is purchase intent only, not revenue.",
        "responses": {
          "200": {
            "description": "Prefilled team-license request page",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.well-known/agent-routing.json": {
      "get": {
        "operationId": "readAgentRoutingManifest",
        "summary": "Read agent routing manifest",
        "description": "Returns Codex, Claude Code, Cursor, and generic AI-agent routes to the primary $203 team-license request plus machine-readable commerce metadata.",
        "responses": {
          "200": {
            "description": "Agent routing manifest",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AgentRoutingManifest"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/agent-routing.json": {
      "get": {
        "operationId": "readAgentRoutingManifestAlias",
        "summary": "Read agent routing manifest alias",
        "description": "Alias for agents that cannot fetch project-scoped well-known paths.",
        "responses": {
          "200": {
            "description": "Agent routing manifest",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AgentRoutingManifest"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.well-known/agents.json": {
      "get": {
        "operationId": "readAgentsDiscoveryManifest",
        "summary": "Read AI agents discovery manifest",
        "description": "Returns AI coding-agent routing entries for Codex, Claude Code, GitHub Copilot, Cursor, Windsurf, and Cline plus the primary $203 team-license request path.",
        "responses": {
          "200": {
            "description": "AI agents discovery manifest",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AgentsDiscoveryManifest"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/agents.json": {
      "get": {
        "operationId": "readAgentsDiscoveryManifestAlias",
        "summary": "Read AI agents discovery manifest alias",
        "description": "Alias for agents that cannot fetch project-scoped well-known paths.",
        "responses": {
          "200": {
            "description": "AI agents discovery manifest",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AgentsDiscoveryManifest"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.well-known/llms.json": {
      "get": {
        "operationId": "readLlmDiscoveryManifest",
        "summary": "Read LLM discovery manifest",
        "description": "Returns LLM-readable discovery metadata, buyer paths, the primary $203 team-license request, and revenue proof rules.",
        "responses": {
          "200": {
            "description": "LLM discovery manifest",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LlmDiscoveryManifest"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/llms.json": {
      "get": {
        "operationId": "readLlmDiscoveryManifestAlias",
        "summary": "Read LLM discovery manifest alias",
        "description": "Alias for crawlers and agents that look for project-root JSON discovery files.",
        "responses": {
          "200": {
            "description": "LLM discovery manifest",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LlmDiscoveryManifest"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/GEMINI.md": {
      "get": {
        "operationId": "readGeminiRoutingInstructions",
        "summary": "Read Gemini routing instructions",
        "description": "Returns Gemini-oriented routing instructions for the $203 team-license request, machine-readable metadata, metrics, and revenue proof rule.",
        "responses": {
          "200": {
            "description": "Gemini routing instructions",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/gemini-instructions.md": {
      "get": {
        "operationId": "readGeminiRoutingInstructionsAlias",
        "summary": "Read Gemini routing instructions alias",
        "description": "Alias for agents and crawlers that prefer descriptive instruction filenames.",
        "responses": {
          "200": {
            "description": "Gemini routing instructions alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/CONVENTIONS.md": {
      "get": {
        "operationId": "readAiderConventions",
        "summary": "Read Aider conventions",
        "description": "Returns Aider conventions loaded by .aider.conf.yml for the $203 team-license request, machine-readable metadata, metrics, and revenue proof rule.",
        "responses": {
          "200": {
            "description": "Aider conventions",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/aider-conventions.md": {
      "get": {
        "operationId": "readAiderConventionsAlias",
        "summary": "Read Aider conventions alias",
        "description": "Alias for agents and crawlers that prefer descriptive instruction filenames.",
        "responses": {
          "200": {
            "description": "Aider conventions alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.goosehints": {
      "get": {
        "operationId": "readGooseHints",
        "summary": "Read Goose hints",
        "description": "Returns Goose project hints for the $203 team-license request, machine-readable metadata, metrics, and revenue proof rule.",
        "responses": {
          "200": {
            "description": "Goose hints",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/goose-hints.md": {
      "get": {
        "operationId": "readGooseHintsAlias",
        "summary": "Read Goose hints alias",
        "description": "Alias for agents and crawlers that prefer descriptive instruction filenames.",
        "responses": {
          "200": {
            "description": "Goose hints alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.openhands/microagents/repo.md": {
      "get": {
        "operationId": "readOpenHandsRepoMicroagent",
        "summary": "Read OpenHands repository microagent",
        "description": "Returns OpenHands repository microagent instructions for the $203 team-license request, machine-readable metadata, metrics, and revenue proof rule.",
        "responses": {
          "200": {
            "description": "OpenHands repository microagent",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/openhands-repo.md": {
      "get": {
        "operationId": "readOpenHandsRepoMicroagentAlias",
        "summary": "Read OpenHands repository microagent alias",
        "description": "Returns the public alias for OpenHands repository microagent instructions.",
        "responses": {
          "200": {
            "description": "OpenHands repository microagent alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/QWEN.md": {
      "get": {
        "operationId": "readQwenCodeInstructions",
        "summary": "Read Qwen Code instructions",
        "description": "Returns Qwen Code project instructions for the $203 team-license request, machine-readable metadata, metrics, and revenue proof rule.",
        "responses": {
          "200": {
            "description": "Qwen Code instructions",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/qwen-instructions.md": {
      "get": {
        "operationId": "readQwenCodeInstructionsAlias",
        "summary": "Read Qwen Code instructions alias",
        "description": "Returns the public alias for Qwen Code project instructions.",
        "responses": {
          "200": {
            "description": "Qwen Code instructions alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.continue/rules/agent-ops-command-center.md": {
      "get": {
        "operationId": "readContinueRule",
        "summary": "Read Continue local rule",
        "description": "Returns Continue local rule instructions for the $203 team-license request, machine-readable metadata, metrics, and revenue proof rule.",
        "responses": {
          "200": {
            "description": "Continue local rule",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/continue-rules.md": {
      "get": {
        "operationId": "readContinueRuleAlias",
        "summary": "Read Continue local rule alias",
        "description": "Returns the public alias for Continue local rule instructions.",
        "responses": {
          "200": {
            "description": "Continue local rule alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.kiro/steering/agent-ops-command-center.md": {
      "get": {
        "operationId": "readKiroSteering",
        "summary": "Read Kiro steering file",
        "description": "Returns Kiro workspace steering for the $203 team-license request, machine-readable metadata, metrics, and revenue proof rule.",
        "responses": {
          "200": {
            "description": "Kiro steering file",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/kiro-steering.md": {
      "get": {
        "operationId": "readKiroSteeringAlias",
        "summary": "Read Kiro steering alias",
        "description": "Returns the public alias for Kiro steering instructions.",
        "responses": {
          "200": {
            "description": "Kiro steering alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.clinerules/agent-ops-command-center.md": {
      "get": {
        "operationId": "readClineWorkspaceRule",
        "summary": "Read Cline workspace rule",
        "description": "Returns Cline workspace rule instructions for the $203 team-license request, machine-readable metadata, metrics, and revenue proof rule.",
        "responses": {
          "200": {
            "description": "Cline workspace rule",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.clinerules/workflows/team-license-request.md": {
      "get": {
        "operationId": "readClineTeamLicenseWorkflow",
        "summary": "Read Cline team-license workflow",
        "description": "Returns a Cline slash workflow that routes qualified buyers to the $203 team-license request without treating workflow reads as revenue.",
        "responses": {
          "200": {
            "description": "Cline team-license workflow",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/cline-rules.md": {
      "get": {
        "operationId": "readClineRuleAlias",
        "summary": "Read Cline rule alias",
        "description": "Returns the public alias for Cline routing rules and workflow links.",
        "responses": {
          "200": {
            "description": "Cline rule alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.well-known/checkout-status.json": {
      "get": {
        "operationId": "readCheckoutStatus",
        "summary": "Read checkout status manifest",
        "description": "Returns whether a paid checkout is live, seller-channel checks, buyer fallback routes, and the revenue proof boundary.",
        "responses": {
          "200": {
            "description": "Checkout status manifest",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CheckoutStatus"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/checkout-status.json": {
      "get": {
        "operationId": "readCheckoutStatusAlias",
        "summary": "Read checkout status manifest alias",
        "description": "Alias for agents that cannot fetch project-scoped well-known paths.",
        "responses": {
          "200": {
            "description": "Checkout status manifest",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CheckoutStatus"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.agents/skills/agent-ops-checkout/SKILL.md": {
      "get": {
        "operationId": "readAgentOpsCheckoutSkill",
        "summary": "Read Agent Ops checkout skill",
        "description": "Returns the Agent Skills compatible checkout routing skill for Devin, OpenCode, and other coding agents.",
        "responses": {
          "200": {
            "description": "Agent Ops checkout skill",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/agent-ops-checkout-skill.md": {
      "get": {
        "operationId": "readAgentOpsCheckoutSkillAlias",
        "summary": "Read Agent Ops checkout skill alias",
        "description": "Alias for crawlers and agents that cannot fetch dot-directory skill paths.",
        "responses": {
          "200": {
            "description": "Agent Ops checkout skill alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/opencode.json": {
      "get": {
        "operationId": "readOpenCodeConfig",
        "summary": "Read OpenCode config",
        "description": "Returns OpenCode project config that loads AGENTS.md and allows the agent-ops-checkout skill.",
        "responses": {
          "200": {
            "description": "OpenCode config",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/AGENT.md": {
      "get": {
        "operationId": "readUniversalAgentMd",
        "summary": "Read universal AGENT.md routing",
        "description": "Returns the universal AGENT.md routing file for Amp and other coding agents.",
        "responses": {
          "200": {
            "description": "Universal AGENT.md routing",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/amp-agent.md": {
      "get": {
        "operationId": "readAmpAgentAlias",
        "summary": "Read Amp AGENT.md alias",
        "description": "Alias page for agents and crawlers looking for Amp-oriented routing.",
        "responses": {
          "200": {
            "description": "Amp AGENT.md alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.junie/guidelines.md": {
      "get": {
        "operationId": "readJunieGuidelines",
        "summary": "Read Junie guidelines",
        "description": "Returns JetBrains Junie guidelines for checkout routing and revenue proof boundaries.",
        "responses": {
          "200": {
            "description": "Junie guidelines",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/junie-guidelines.md": {
      "get": {
        "operationId": "readJunieGuidelinesAlias",
        "summary": "Read Junie guidelines alias",
        "description": "Alias for crawlers and agents that cannot fetch dot-directory guideline paths.",
        "responses": {
          "200": {
            "description": "Junie guidelines alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.rules": {
      "get": {
        "operationId": "readZedRules",
        "summary": "Read Zed project rules",
        "description": "Returns Zed Agent Panel project rules for checkout routing and revenue proof boundaries.",
        "responses": {
          "200": {
            "description": "Zed project rules",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/zed-rules.md": {
      "get": {
        "operationId": "readZedRulesAlias",
        "summary": "Read Zed rules alias",
        "description": "Alias for crawlers and agents that cannot fetch dotfile rule paths.",
        "responses": {
          "200": {
            "description": "Zed rules alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.claude/skills/agent-ops-checkout/SKILL.md": {
      "get": {
        "operationId": "readClaudeCodeCheckoutSkill",
        "summary": "Read Claude Code checkout skill",
        "description": "Returns the Claude Code project skill for checkout routing and revenue proof boundaries.",
        "responses": {
          "200": {
            "description": "Claude Code checkout skill",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/claude-code-checkout-skill.md": {
      "get": {
        "operationId": "readClaudeCodeCheckoutSkillAlias",
        "summary": "Read Claude Code checkout skill alias",
        "description": "Alias for crawlers and agents that cannot fetch dot-directory skill paths.",
        "responses": {
          "200": {
            "description": "Claude Code checkout skill alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.claude/commands/buy-agent-ops.md": {
      "get": {
        "operationId": "readClaudeCodeBuyCommand",
        "summary": "Read Claude Code buy slash command",
        "description": "Returns the Claude Code /buy-agent-ops project slash command.",
        "responses": {
          "200": {
            "description": "Claude Code buy slash command",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/claude-code-buy-command.md": {
      "get": {
        "operationId": "readClaudeCodeBuyCommandAlias",
        "summary": "Read Claude Code buy command alias",
        "description": "Alias for crawlers and agents that cannot fetch dot-directory command paths.",
        "responses": {
          "200": {
            "description": "Claude Code buy command alias",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/mcp-server.md": {
      "get": {
        "operationId": "readMcpServerGuide",
        "summary": "Read MCP stdio server guide",
        "description": "Returns the public MCP stdio server guide for buyer routing.",
        "responses": {
          "200": {
            "description": "MCP stdio server guide",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.well-known/mcp-server.json": {
      "get": {
        "operationId": "readMcpServerManifest",
        "summary": "Read MCP stdio server manifest",
        "description": "Returns the public MCP stdio server manifest with command, tools, resources, and revenue rule.",
        "responses": {
          "200": {
            "description": "MCP stdio server manifest",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/mcp-server.json": {
      "get": {
        "operationId": "readMcpServerManifestAlias",
        "summary": "Read MCP stdio server manifest alias",
        "description": "Returns the public MCP stdio server manifest alias.",
        "responses": {
          "200": {
            "description": "MCP stdio server manifest alias",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/.mcp.json": {
      "get": {
        "operationId": "readProjectMcpConfig",
        "summary": "Read project MCP config",
        "description": "Returns the project-scoped MCP client config for the Agent Ops buyer router.",
        "responses": {
          "200": {
            "description": "Project MCP config",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/mcp-client-config.json": {
      "get": {
        "operationId": "readProjectMcpConfigAlias",
        "summary": "Read project MCP config alias",
        "description": "Returns the public alias for the project MCP client config.",
        "responses": {
          "200": {
            "description": "Project MCP config alias",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/agent-ops-command-center/mcp-client-config.md": {
      "get": {
        "operationId": "readProjectMcpConfigGuide",
        "summary": "Read project MCP config guide",
        "description": "Returns the project MCP config guide and revenue boundary.",
        "responses": {
          "200": {
            "description": "Project MCP config guide",
            "content": {
              "text/markdown": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/ai-agent-mcp-buyer-router-template": {
      "get": {
        "operationId": "openMcpBuyerRouterTemplateRepo",
        "summary": "Open MCP buyer router template repository",
        "description": "Returns the public GitHub template repo that routes MCP buyers to Agent Ops checkout status and the $203 team request.",
        "responses": {
          "200": {
            "description": "Template repository metadata",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "302": {
            "description": "Open template repository"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "AgentCommerceMetadata": {
        "type": "object",
        "required": [
          "name",
          "primary_offer",
          "machine_actions",
          "revenue_rule"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "primary_offer": {
            "$ref": "#/components/schemas/Offer"
          },
          "secondary_offer": {
            "$ref": "#/components/schemas/Offer"
          },
          "machine_actions": {
            "type": "object",
            "additionalProperties": {
              "type": "string",
              "format": "uri"
            }
          },
          "revenue_rule": {
            "type": "string"
          }
        }
      },
      "BuyIntent": {
        "type": "object",
        "required": [
          "primary_offer",
          "buyer_paths",
          "revenue_rule"
        ],
        "properties": {
          "primary_offer": {
            "$ref": "#/components/schemas/Offer"
          },
          "buyer_paths": {
            "type": "object",
            "additionalProperties": {
              "type": "string",
              "format": "uri"
            }
          },
          "revenue_rule": {
            "type": "string"
          }
        }
      },
      "Offer": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "gross_price_usd": {
            "type": "number"
          },
          "request_url": {
            "type": "string",
            "format": "uri"
          }
        }
      },
      "RevenueMetrics": {
        "type": "object",
        "properties": {
          "gross_revenue_usd": {
            "type": "number"
          },
          "target_revenue_usd": {
            "type": "number"
          },
          "orders": {
            "type": "integer"
          },
          "checkout_live": {
            "type": "boolean"
          },
          "status": {
            "type": "string"
          }
        }
      },
      "AgentRoutingManifest": {
        "type": "object",
        "required": [
          "name",
          "primary_offer",
          "agent_routes",
          "machine_actions",
          "revenue_rule"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "primary_offer": {
            "$ref": "#/components/schemas/Offer"
          },
          "agent_routes": {
            "type": "object"
          },
          "machine_actions": {
            "type": "object",
            "additionalProperties": {
              "type": "string",
              "format": "uri"
            }
          },
          "revenue_rule": {
            "type": "string"
          },
          "fake_proof_prohibited": {
            "type": "boolean"
          }
        }
      },
      "AgentsDiscoveryManifest": {
        "type": "object",
        "required": [
          "name",
          "primary_offer",
          "agents",
          "machine_actions",
          "revenue_rule"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "primary_offer": {
            "$ref": "#/components/schemas/Offer"
          },
          "agents": {
            "type": "array",
            "items": {
              "type": "object"
            }
          },
          "machine_actions": {
            "type": "object",
            "additionalProperties": {
              "type": "string",
              "format": "uri"
            }
          },
          "revenue_rule": {
            "type": "string"
          },
          "fake_proof_prohibited": {
            "type": "boolean"
          }
        }
      },
      "LlmDiscoveryManifest": {
        "type": "object",
        "required": [
          "name",
          "primary_offer",
          "llm_entrypoints",
          "machine_actions",
          "revenue_rule"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "primary_offer": {
            "$ref": "#/components/schemas/Offer"
          },
          "llm_entrypoints": {
            "type": "array",
            "items": {
              "type": "object"
            }
          },
          "machine_actions": {
            "type": "object",
            "additionalProperties": {
              "type": "string",
              "format": "uri"
            }
          },
          "revenue_rule": {
            "type": "string"
          },
          "fake_proof_prohibited": {
            "type": "boolean"
          }
        }
      },
      "CheckoutStatus": {
        "type": "object",
        "required": [
          "name",
          "type",
          "checkout_live",
          "status",
          "primary_offer",
          "revenue_rule"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "checkout_live": {
            "type": "boolean"
          },
          "status": {
            "type": "string"
          },
          "canonical_url": {
            "type": "string",
            "format": "uri"
          },
          "alternate_urls": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            }
          },
          "primary_offer": {
            "$ref": "#/components/schemas/Offer"
          },
          "payment_ready_request": {
            "type": "object"
          },
          "seller_channel_checks": {
            "type": "object"
          },
          "fulfillment": {
            "type": "object"
          },
          "proof_required_to_complete_goal": {
            "type": "object"
          },
          "revenue_rule": {
            "type": "string"
          },
          "not_revenue": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
    }
  },
  "x-primary-offer": {
    "name": "Team license - 7 seats",
    "gross_price_usd": 203,
    "request_url": "https://ivelly42.github.io/agent-ops-command-center/team-request-url.html"
  },
  "x-revenue-rule": "OpenAPI metadata is routing metadata, not revenue. Count revenue only after checkout, receipt, payout, or seller-dashboard evidence.",
  "x-agent-routing-manifest": "https://ivelly42.github.io/agent-ops-command-center/.well-known/agent-routing.json",
  "x-npm-release-tarball": "https://github.com/ivelly42/agent-ops-command-center/releases/download/v5.142-preview/agent-ops-command-center-0.5.142.tgz",
  "x-editor-rule-files": {
    "github_copilot": {
      "canonical": "https://github.com/ivelly42/agent-ops-command-center/blob/main/.github/copilot-instructions.md",
      "pages": "https://ivelly42.github.io/agent-ops-command-center/copilot-instructions.md"
    },
    "cursor": {
      "canonical": "https://github.com/ivelly42/agent-ops-command-center/blob/main/.cursor/rules/agent-ops-command-center.mdc",
      "pages": "https://ivelly42.github.io/agent-ops-command-center/cursor-agent-rules.md"
    },
    "windsurf": {
      "canonical": "https://github.com/ivelly42/agent-ops-command-center/blob/main/.windsurfrules",
      "pages": "https://ivelly42.github.io/agent-ops-command-center/windsurf-rules.md"
    },
    "cline": {
      "canonical": "https://github.com/ivelly42/agent-ops-command-center/blob/main/.clinerules/agent-ops-command-center.md",
      "pages": "https://ivelly42.github.io/agent-ops-command-center/.clinerules/agent-ops-command-center.md",
      "alias": "https://ivelly42.github.io/agent-ops-command-center/cline-rules.md",
      "workflow": "https://github.com/ivelly42/agent-ops-command-center/blob/main/.clinerules/workflows/team-license-request.md",
      "pages_workflow": "https://ivelly42.github.io/agent-ops-command-center/.clinerules/workflows/team-license-request.md",
      "revenue_rule": "Cline rule and workflow reads are not revenue. Count revenue only after checkout, receipt, payout, or seller-dashboard evidence.",
      "discussion": "https://github.com/ivelly42/agent-ops-command-center/discussions/12"
    }
  },
  "x-agents-manifest": "https://ivelly42.github.io/agent-ops-command-center/.well-known/agents.json",
  "x-agents-manifest-alias": "https://ivelly42.github.io/agent-ops-command-center/agents.json",
  "x-llms-json": "https://ivelly42.github.io/agent-ops-command-center/.well-known/llms.json",
  "x-llms-json-alias": "https://ivelly42.github.io/agent-ops-command-center/llms.json",
  "x-llms-txt": "https://ivelly42.github.io/agent-ops-command-center/llms.txt",
  "x-gemini-instructions": "https://ivelly42.github.io/agent-ops-command-center/GEMINI.md",
  "x-gemini-instructions-alias": "https://ivelly42.github.io/agent-ops-command-center/gemini-instructions.md",
  "x-aider-config": "https://github.com/ivelly42/agent-ops-command-center/blob/main/.aider.conf.yml",
  "x-aider-conventions": "https://ivelly42.github.io/agent-ops-command-center/CONVENTIONS.md",
  "x-aider-conventions-alias": "https://ivelly42.github.io/agent-ops-command-center/aider-conventions.md",
  "x-goose-hints": "https://ivelly42.github.io/agent-ops-command-center/.goosehints",
  "x-goose-hints-alias": "https://ivelly42.github.io/agent-ops-command-center/goose-hints.md",
  "x-openhands-repo-microagent": "https://ivelly42.github.io/agent-ops-command-center/.openhands/microagents/repo.md",
  "x-openhands-repo-microagent-alias": "https://ivelly42.github.io/agent-ops-command-center/openhands-repo.md",
  "x-qwen-instructions": "https://ivelly42.github.io/agent-ops-command-center/QWEN.md",
  "x-qwen-instructions-alias": "https://ivelly42.github.io/agent-ops-command-center/qwen-instructions.md",
  "x-continue-rule": "https://ivelly42.github.io/agent-ops-command-center/.continue/rules/agent-ops-command-center.md",
  "x-continue-rule-alias": "https://ivelly42.github.io/agent-ops-command-center/continue-rules.md",
  "x-kiro-steering": "https://ivelly42.github.io/agent-ops-command-center/.kiro/steering/agent-ops-command-center.md",
  "x-kiro-steering-alias": "https://ivelly42.github.io/agent-ops-command-center/kiro-steering.md",
  "x-cline-workflow-discussion": "https://github.com/ivelly42/agent-ops-command-center/discussions/12",
  "x-checkout-status": "https://ivelly42.github.io/agent-ops-command-center/.well-known/checkout-status.json",
  "x-checkout-status-alias": "https://ivelly42.github.io/agent-ops-command-center/checkout-status.json",
  "x-agent-ops-checkout-skill": "https://ivelly42.github.io/agent-ops-command-center/.agents/skills/agent-ops-checkout/SKILL.md",
  "x-agent-ops-checkout-skill-alias": "https://ivelly42.github.io/agent-ops-command-center/agent-ops-checkout-skill.md",
  "x-opencode-config": "https://ivelly42.github.io/agent-ops-command-center/opencode.json",
  "x-agent-md": "https://ivelly42.github.io/agent-ops-command-center/AGENT.md",
  "x-amp-agent-alias": "https://ivelly42.github.io/agent-ops-command-center/amp-agent.md",
  "x-junie-guidelines": "https://ivelly42.github.io/agent-ops-command-center/.junie/guidelines.md",
  "x-junie-guidelines-alias": "https://ivelly42.github.io/agent-ops-command-center/junie-guidelines.md",
  "x-zed-rules": "https://ivelly42.github.io/agent-ops-command-center/.rules",
  "x-zed-rules-alias": "https://ivelly42.github.io/agent-ops-command-center/zed-rules.md",
  "x-claude-code-checkout-skill": "https://ivelly42.github.io/agent-ops-command-center/.claude/skills/agent-ops-checkout/SKILL.md",
  "x-claude-code-checkout-skill-alias": "https://ivelly42.github.io/agent-ops-command-center/claude-code-checkout-skill.md",
  "x-claude-code-buy-command": "https://ivelly42.github.io/agent-ops-command-center/.claude/commands/buy-agent-ops.md",
  "x-claude-code-buy-command-alias": "https://ivelly42.github.io/agent-ops-command-center/claude-code-buy-command.md",
  "updated_at_kst": "2026-05-22 08:57",
  "mcp_server": "https://ivelly42.github.io/agent-ops-command-center/mcp-server.md",
  "mcp_server_manifest": "https://ivelly42.github.io/agent-ops-command-center/.well-known/mcp-server.json",
  "mcp_server_manifest_alias": "https://ivelly42.github.io/agent-ops-command-center/mcp-server.json",
  "mcp_stdio_command": "npm exec --yes --package=https://github.com/ivelly42/agent-ops-command-center/releases/download/v5.142-preview/agent-ops-command-center-0.5.142.tgz -- agent-ops-mcp-server",
  "alternate_urls": [
    "https://ivelly42.github.io/agent-ops-command-center/mcp-server.md",
    "https://ivelly42.github.io/agent-ops-command-center/.well-known/mcp-server.json",
    "https://ivelly42.github.io/agent-ops-command-center/mcp-server.json",
    "https://ivelly42.github.io/agent-ops-command-center/.mcp.json",
    "https://ivelly42.github.io/agent-ops-command-center/mcp-client-config.json",
    "https://ivelly42.github.io/agent-ops-command-center/mcp-client-config.md",
    "https://github.com/ivelly42/ai-agent-mcp-buyer-router-template",
    "https://ivelly42.github.io/ai-agent-mcp-buyer-router-template/",
    "https://ivelly42.github.io/ai-agent-mcp-buyer-router-template/.mcp.json",
    "https://ivelly42.github.io/ai-agent-mcp-buyer-router-template/agent-ops-mcp-router.json",
    "https://ivelly42.github.io/ai-agent-mcp-buyer-router-template/llms.txt",
    "https://github.com/ivelly42/ai-agent-mcp-buyer-router-template/generate"
  ],
  "mcp_client_config": "https://ivelly42.github.io/agent-ops-command-center/.mcp.json",
  "mcp_client_config_alias": "https://ivelly42.github.io/agent-ops-command-center/mcp-client-config.json",
  "mcp_client_config_guide": "https://ivelly42.github.io/agent-ops-command-center/mcp-client-config.md",
  "mcp_buyer_router_template_repo": "https://github.com/ivelly42/ai-agent-mcp-buyer-router-template",
  "mcp_buyer_router_template_pages": "https://ivelly42.github.io/ai-agent-mcp-buyer-router-template/",
  "mcp_buyer_router_template_generate": "https://github.com/ivelly42/ai-agent-mcp-buyer-router-template/generate",
  "mcp_buyer_router_template_config": "https://ivelly42.github.io/ai-agent-mcp-buyer-router-template/.mcp.json"
}
