{
  "name": "Vrutaz Advisors",
  "description": "US LLC and C-Corp formation, EIN, registered agent, document vault, and a company-specific tax & compliance calendar. Staff complete filings after a human customer creates an account.",
  "url": "https://vrutaz.com/",
  "signup_url": "https://vrutaz.com/signup.html",
  "contact": {
    "email": "info@vrutaz.com",
    "phones": [
      { "label": "United States", "display": "+1 850-629-6671" },
      { "label": "India", "display": "+91 95107 03821" }
    ]
  },
  "docs": {
    "llms": "https://vrutaz.com/llms.txt",
    "llms_full": "https://vrutaz.com/llms-full.txt",
    "agents": "https://vrutaz.com/agents.html",
    "blog": "https://vrutaz.com/blog.html",
    "sitemap": "https://vrutaz.com/sitemap.xml"
  },
  "unattended_filing": false,
  "public_filing_api": false,
  "note": "Discovery and onboarding for agents. Actions below open human URLs. There is no API that files with a Secretary of State or the IRS without a customer account and staff.",
  "states": ["WY", "DE", "FL", "TX", "NM"],
  "entities": ["LLC", "C-Corp"],
  "actions": [
    {
      "id": "create_account",
      "title": "Create a customer account",
      "method": "human_url",
      "url": "https://vrutaz.com/signup.html",
      "auth": false
    },
    {
      "id": "start_formation",
      "title": "Start company formation",
      "method": "human_url",
      "url": "https://vrutaz.com/wizard.html",
      "auth": true,
      "customer_provides": [
        "state",
        "entity_type",
        "proposed_name",
        "owners",
        "industry",
        "contact_address"
      ],
      "staff_completes": ["name_check", "state_filing", "ein_application"]
    },
    {
      "id": "upload_docs",
      "title": "Upload documents to the vault",
      "method": "human_url",
      "url": "https://vrutaz.com/dashboard.html#documents",
      "auth": true
    },
    {
      "id": "view_compliance_calendar",
      "title": "View tax & compliance calendar",
      "method": "human_url",
      "url": "https://vrutaz.com/dashboard.html#compliance",
      "auth": true
    },
    {
      "id": "view_company_details",
      "title": "View or edit company details",
      "method": "human_url",
      "url": "https://vrutaz.com/dashboard.html#company",
      "auth": true
    },
    {
      "id": "contact_support",
      "title": "Contact support",
      "method": "human_url",
      "url": "https://vrutaz.com/support.html",
      "auth": false
    }
  ]
}
