{
  "schema_version": "1.0",
  "name": "Daniel Montoya",
  "description": "Founder, advisor, and venture builder. From idea to execution, fast. AI, automation, Web3, and product development with selective collaboration.",
  "url": "https://montoya.com.au",
  "contact": {
    "contact_form": "https://montoya.com.au/contact",
    "agent_setup_request": "https://montoya.com.au/services/ai-agents#request"
  },
  "services": [
    {
      "id": "ai-agent-setup",
      "name": "Personal AI Agent Setup",
      "url": "https://montoya.com.au/services/ai-agents",
      "description": "Install, configure, and tune agentic systems (Claude Code, custom CLI agents, MCP servers, Claude Code skills) for individuals and teams."
    },
    {
      "id": "secure-systems-integration",
      "name": "Secure Systems Integration for AI Agents",
      "url": "https://montoya.com.au/services/ai-agents",
      "description": "Connect AI agents to real systems (email, payments, internal APIs) with authentication, scoping, and audit trails."
    }
  ],
  "endpoints": [
    {
      "id": "contact-form",
      "method": "POST",
      "url": "https://montoya.com.au/api/contact",
      "description": "Submit a general inquiry. Multipart form data with fields: name, email, inquiryType, message, optional company/budget/timeline/project, plus Cloudflare Turnstile token."
    },
    {
      "id": "agent-inquiry",
      "method": "POST",
      "url": "https://montoya.com.au/api/agent-inquiry",
      "description": "Submit an AI agent setup request. Multipart form data with fields: name, email, goal, plus Cloudflare Turnstile token."
    }
  ],
  "resources": {
    "sitemap": "https://montoya.com.au/sitemap.xml",
    "robots": "https://montoya.com.au/robots.txt",
    "llms_index": "https://montoya.com.au/llms.txt",
    "llms_full_index": "https://montoya.com.au/llms-full.txt"
  },
  "policies": {
    "ai_agents_welcomed": true,
    "training_allowed": true,
    "attribution_requested": true
  },
  "social": [
    {
      "platform": "x",
      "url": "https://x.com/danielmontoyahd"
    },
    {
      "platform": "linkedin",
      "url": "https://www.linkedin.com/in/daniel-montoya/"
    },
    {
      "platform": "telegram",
      "url": "https://t.me/danielmon"
    },
    {
      "platform": "github",
      "url": "https://github.com/smd00"
    }
  ]
}