{
  "schema": "agents.json",
  "schemaVersion": "0.1",
  "name": "CalliArc Assistant",
  "description": "Agent-facing discovery manifest for CalliArc, a software and AI engineering consultancy. Points AI agents to CalliArc's public capabilities and machine-readable surfaces: a free automated website & AI-readiness audit, and project/engagement inquiries that reach the CalliArc team. Discovery-only — no private endpoints or callable commerce APIs are exposed here; agent interaction is initiated from the public pages linked below.",
  "url": "https://calliarc.com",
  "provider": {
    "organization": "CalliArc",
    "url": "https://calliarc.com"
  },
  "contact": "https://calliarc.com/contact/",
  "discovery": {
    "agentCard": "https://calliarc.com/.well-known/agent-card.json",
    "llmsTxt": "https://calliarc.com/llms.txt",
    "llmsFullTxt": "https://calliarc.com/llms-full.txt",
    "catalogFeed": "https://calliarc.com/catalog/services-feed.json",
    "ucp": "https://calliarc.com/.well-known/ucp",
    "sitemap": "https://calliarc.com/sitemap.xml"
  },
  "contentUsage": {
    "policy": "https://calliarc.com/.well-known/tdmrep.json",
    "aiInput": true,
    "aiTrain": true,
    "search": true
  },
  "skills": [
    {
      "id": "website-audit",
      "name": "Website & AI-Readiness Audit",
      "description": "Run a free automated audit of a public website covering SEO, security headers, performance signals, and AI/agent readiness, and deliver the report by email. Initiated from CalliArc's public audit form; requires a target URL and a contact email.",
      "tags": ["seo", "security", "audit", "ai-readiness", "performance"],
      "entryPoint": "https://calliarc.com/free-website-audit/"
    },
    {
      "id": "engagement-inquiry",
      "name": "Consulting & Engagement Inquiry",
      "description": "Submit a project or consulting inquiry to CalliArc (software development, AI/LLM integration, cloud, and platform engineering). Routes the message to the CalliArc team via the public contact form. Requires a name, email, and a short description of the need.",
      "tags": ["contact", "sales", "consulting", "software-development", "ai"],
      "entryPoint": "https://calliarc.com/contact/"
    }
  ]
}
