{
  "schemaVersion": "v0.2.0",
  "name": "Aria",
  "description": "Aria is the conversational consultant for Animam Technologies. She helps SMEs and freelancers scope AI integration projects: chatbots, voice agents, MCP servers, AI-augmented dashboards, n8n automations, and AISEO/SEO consulting. Replies in French by default.",
  "url": "https://api.animam.ai/chat/animam-tech",
  "version": "1.0.0",
  "documentationUrl": "https://animam-technologies.com",
  "provider": {
    "organization": "Animam Technologies",
    "url": "https://animam-technologies.com",
    "contact": {
      "email": "contact@animam-technologies.com"
    },
    "location": {
      "country": "FR",
      "region": "Seine-et-Marne",
      "city": "Fontainebleau"
    }
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://modelcontextprotocol.io/specification",
        "description": "MCP server reachable at https://mcp.animam.ai/mcp/sse",
        "required": false
      },
      {
        "uri": "https://llmstxt.org/",
        "description": "llms.txt published at /llms.txt",
        "required": false
      }
    ]
  },
  "supportedInterfaces": [
    {
      "transport": "https",
      "url": "https://api.animam.ai/chat/animam-tech",
      "type": "chat",
      "authentication": "none"
    },
    {
      "transport": "sse",
      "url": "https://mcp.animam.ai/mcp/sse",
      "type": "mcp",
      "authentication": "bearer"
    }
  ],
  "skills": [
    {
      "id": "answer_faq",
      "name": "Answer FAQ",
      "description": "Answer questions about Animam Technologies services, pricing, methodology, philosophy.",
      "tags": ["faq", "discovery", "info"]
    },
    {
      "id": "collect_contact_info",
      "name": "Collect contact info",
      "description": "Capture visitor contact details (name, email, project context) and forward to the contact pipeline.",
      "tags": ["contact", "lead-capture"]
    },
    {
      "id": "generate_quote",
      "name": "Generate a quote",
      "description": "Produce an indicative quote based on service catalog and project parameters.",
      "tags": ["quote", "pricing", "estimate"]
    },
    {
      "id": "book_meeting",
      "name": "Book a discovery meeting",
      "description": "Schedule a 30-min discovery session with Antoine Riesser via the contact endpoint.",
      "tags": ["calendar", "booking", "meeting"]
    }
  ],
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "agentProtocol": {
    "chatEndpoint": "https://api.animam.ai/chat/animam-tech",
    "contextEndpoint": "https://api.animam.ai/context/animam-tech",
    "detection": { "header": "X-Agent-Model" },
    "escalation": { "type": "human", "endpoint": "https://animam-technologies.com/contact" }
  },
  "tags": ["consulting", "wordpress", "ai-agents", "mcp", "automation", "aiseo"]
}
