{
  "name": "Mojave Studio",
  "description": "AI-powered digital solutions, workflow automation, custom applications, and strategic infrastructure upgrades designed to optimize efficiency, reduce costs, and accelerate business growth.",
  "version": "1.0.0",
  "provider": {
    "organization": "Mojave Studio",
    "url": "https://mojave.studio"
  },
  "documentationUrl": "https://mojave.studio/docs/api.md",
  "iconUrl": "https://mojave.studio/assets/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/v1",
        "description": "Merchant role in the Agent Payments Protocol (AP2). Not yet required: purchases today go through a human-clicked Stripe hosted payment link (see content/catalog/plugins.json), not a programmatic AP2 mandate flow. No credentials-provider or payment-processor integration exists.",
        "required": false
      }
    ]
  },
  "supportedInterfaces": [
    {
      "url": "https://mojave.studio/api/contact",
      "protocolBinding": "HTTP",
      "protocolVersion": "1.0"
    }
  ],
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "submit_project_inquiry",
      "name": "Submit project inquiry",
      "description": "Submits a prospective client's project inquiry (name, email, and project description) to Mojave Studio via the site's contact form endpoint. This is a plain REST/JSON endpoint, not a full A2A JSON-RPC or HTTP+JSON transport: no message/task lifecycle is implemented, and the only outcome is that the studio receives the inquiry by email.",
      "tags": ["contact", "lead-generation", "inquiry"],
      "examples": [
        "POST https://mojave.studio/api/contact with {\"name\":\"Jane Doe\",\"email\":\"jane@example.com\",\"project\":\"We need a workflow automation tool for our support team.\"}"
      ],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ]
}
