{
  "name": "RevOps.ai",
  "description": "AI-native revenue platform combining a full CRM (contacts, companies, deal pipeline, unified inbox, calendar, reporting) and a built-in power dialer with autonomous AI agents for inbound lead conversion, pipeline reactivation, and customer expansion across SMS, WhatsApp, voice, email, and web chat in 40+ countries.",
  "url": "https://revops.ai",
  "version": "1.0.0",
  "documentationUrl": "https://revops.ai/llms.txt",
  "provider": {
    "organization": "RevOps.ai",
    "url": "https://revops.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "agent-hello",
      "name": "Get Personalized Guidance",
      "description": "POST with { purpose, user_context } to receive tailored product information based on your use case. Returns matched intent category, relevant content, and next steps.",
      "uri": "https://revops.ai/api/agent-hello",
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "product-info",
      "name": "Full Product Documentation",
      "description": "Comprehensive product documentation in LLM-optimized markdown format. Covers use cases, pricing, capabilities, integrations, and getting started.",
      "uri": "https://revops.ai/llms-full.txt",
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
