{
  "name": "Aria AI",
  "description": "Aria AI — custom AI software for industries: computer vision, optimization, cybersecurity, NLP, and supply chain.",
  "url": "https://aria-ai.ir/",
  "version": "1.0",
  "updated": "2026-09-10",
  "actions": [
    {
      "name": "browse_services",
      "description": "Browse AI software development services and industry solutions",
      "url": "https://aria-ai.ir/services/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "browse_demos",
      "description": "List interactive Hugging Face Space demos (POC)",
      "url": "https://aria-ai.ir/demos/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "browse_models",
      "description": "List published Hugging Face ML models",
      "url": "https://aria-ai.ir/models/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "read_model_agent_card",
      "description": "Each model page exposes machine-readable POC metadata at /models/{slug}/agent.json and a plain summary at /models/{slug}/llms.txt. Replace {slug} with the model folder name.",
      "url": "https://aria-ai.ir/models/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "description": "Model slug, e.g. socassist-triage-engine"
          }
        },
        "required": [
          "slug"
        ],
        "additionalProperties": false
      }
    },
    {
      "name": "contact",
      "description": "Contact Aria AI for consulting or custom project inquiry",
      "url": "https://aria-ai.ir/#contact",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "view_faq",
      "description": "Read frequently asked questions about services and technology stack",
      "url": "https://aria-ai.ir/#faq",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "browse_service_catalog",
      "description": "Service hub: vision, NLP, SOC, OR, documents",
      "url": "https://aria-ai.ir/services/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "read_privacy",
      "description": "Privacy notice for contact form data",
      "url": "https://aria-ai.ir/privacy.html",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ]
}
