{
  "api": "personal-api",
  "version": "2026-09-03.1",
  "endpoint": "ai-consultation",
  "visibility": "public",
  "updatedAt": "2026-09-03",
  "humanUrl": "https://aaronmakelky.com/tools/personal-api",
  "source": "src/data/personalApi.js",
  "summary": "One hour to work through an AI setup or workflow for you or your team.",
  "data": {
    "scope": "custom AI consultation for an individual or team",
    "durationMinutes": 60,
    "bookingUrl": "https://cal.com/aaron-makelky/1-hour-ai",
    "focusAreas": [
      "AI integration",
      "automations",
      "agent tools"
    ],
    "notes": [
      "Bring a real task, workflow, or setup you want to improve.",
      "Use the 30-minute intro when you only need an initial conversation."
    ]
  },
  "dataSchema": {
    "type": "object",
    "additionalProperties": false,
    "required": [
      "scope",
      "durationMinutes",
      "bookingUrl",
      "focusAreas",
      "notes"
    ],
    "properties": {
      "scope": {
        "type": "string"
      },
      "durationMinutes": {
        "type": "number"
      },
      "bookingUrl": {
        "type": "string",
        "format": "uri"
      },
      "focusAreas": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "notes": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    }
  }
}