{
  "schema_version": "1.0",
  "name": "4A Labs",
  "description": "4A Labs is a full-service creative technology agency based in Ankara, Turkey. We develop AI-native software, agentic AI systems, enterprise integrations, web and mobile applications, and scalable digital products.",
  "url": "https://4alabs.io",
  "logo": "https://4alabs.io/assets/logo-dark-v2.png",
  "contact": "info@4alabs.io",
  "capabilities": [
    "search",
    "contact",
    "browse-content",
    "request-quote",
    "request-callback"
  ],
  "languages": ["en", "es", "tr"],
  "endpoints": {
    "llms_txt": "https://4alabs.io/llms.txt",
    "sitemap": "https://4alabs.io/sitemap.xml",
    "openapi": "https://4alabs.io/openapi.json",
    "ai_plugin": "https://4alabs.io/.well-known/ai-plugin.json"
  },
  "api": {
    "type": "openapi",
    "url": "https://4alabs.io/openapi.json",
    "auth": { "type": "none" }
  },
  "actions": [
    {
      "name": "contact",
      "description": "Send a contact message to 4A Labs",
      "method": "POST",
      "url": "https://4alabs.io/api/contact"
    },
    {
      "name": "request_callback",
      "description": "Request a phone callback from the 4A Labs team",
      "method": "POST",
      "url": "https://4alabs.io/api/callback"
    },
    {
      "name": "list_services",
      "description": "List the services offered by 4A Labs",
      "method": "GET",
      "url": "https://4alabs.io/api/services"
    },
    {
      "name": "list_case_studies",
      "description": "List 4A Labs project case studies",
      "method": "GET",
      "url": "https://4alabs.io/api/case-studies"
    }
  ],
  "policies": {
    "privacy": "https://4alabs.io/privacy-policy/",
    "terms": "https://4alabs.io/terms-conditions/"
  },
  "organization": {
    "legal_name": "4A Labs",
    "founded": "2023",
    "location": "Ankara, Turkey",
    "email": "info@4alabs.io"
  }
}
