{
  "name": "Tectonic Agent Permissions",
  "version": "0.1",
  "lastUpdated": "2026-05-13",
  "site": "https://tectonicbid.com",
  "summary": "Public marketing, educational, and discovery content may be crawled, summarized, cited, indexed, and used for AI answers. Private app, auth, and API routes are not crawler targets.",
  "allowedUses": {
    "searchIndexing": true,
    "aiAnswerRetrieval": true,
    "summarization": true,
    "citation": true,
    "modelTraining": true
  },
  "preferredEntryPoints": [
    "https://tectonicbid.com/llms.txt",
    "https://tectonicbid.com/llms-full.txt",
    "https://tectonicbid.com/agent.json",
    "https://tectonicbid.com/openapi.json",
    "https://tectonicbid.com/sitemap.xml"
  ],
  "allowedPaths": [
    "/",
    "/free-analysis",
    "/pricing",
    "/trades",
    "/guides",
    "/tools",
    "/compare",
    "/solutions",
    "/blog",
    "/resources",
    "/llms.txt",
    "/llms-full.txt",
    "/agents.txt",
    "/agent.json",
    "/openapi.json",
    "/.well-known/agent.json",
    "/.well-known/agent-permissions.json"
  ],
  "disallowedPaths": [
    "/app",
    "/api",
    "/auth",
    "/reset-password"
  ],
  "userInitiatedWorkflows": [
    {
      "name": "Free AI plan analysis",
      "url": "https://tectonicbid.com/free-analysis",
      "allowed": true,
      "requirements": [
        "The user must intentionally upload their own construction plans.",
        "The user must provide any requested information themselves.",
        "Agents should not upload third-party private plans without user permission."
      ]
    }
  ]
}