{
  "$schema": "https://agents-txt.com/schema/agents-json/v1.0.json",
  "version": "1.0",
  "name": "Rivado",
  "legalName": "Rivado, Inc.",
  "alternateName": [
    "Rivado Inc",
    "Rivado.io",
    "rivadoinc",
    "Rivado Inc.",
    "Rivado, Inc"
  ],
  "description": "Rivado, Inc. is a global technology holding company. Its holdings include o22, an agentic automation company, under the Rivado brand.",
  "url": "https://rivado.io",
  "contact": {
    "email": "hello@rivado.io",
    "telephone": "+13136318577",
    "url": "https://rivado.io/contact",
    "address": {
      "streetAddress": "4444 2nd Ave, STE 33844",
      "addressLocality": "Detroit",
      "addressRegion": "MI",
      "postalCode": "48201",
      "addressCountry": "US"
    }
  },
  "content": {
    "llms": "https://rivado.io/llms.txt",
    "llmsFull": "https://rivado.io/llms-full.txt",
    "sitemap": "https://rivado.io/sitemap.xml",
    "robots": "https://rivado.io/robots.txt",
    "about": "https://rivado.io/#about",
    "products": "https://rivado.io/products",
    "blog": "https://rivado.io/blog"
  },
  "portfolio": [
    {
      "name": "o22",
      "url": "https://rivado.io/products#o22",
      "description": "o22, LLC is an agentic automation company in the Rivado portfolio. Design, orchestrate, and operate autonomous agents for business workflows."
    }
  ],
  "capabilities": {
    "protocols": [],
    "notes": "Public corporate pages are readable. No agent payment or MCP endpoints are published yet."
  },
  "policy": {
    "allowPublicRead": [
      "/",
      "/focus",
      "/products",
      "/blog",
      "/blog/*",
      "/jobs",
      "/llms.txt",
      "/llms-full.txt",
      "/agents.txt",
      "/agents.json",
      "/sitemap.xml",
      "/robots.txt"
    ],
    "disallowActions": [
      "/api/*",
      "/dashboard/*",
      "/portal/*",
      "/staging/*",
      "/studio/*"
    ]
  }
}