{
  "name": "Assignary",
  "tagline": "The assigner's system of record — schedule and coverage, legible to agents.",
  "description": "Assignary staffs a weekend from one slate: an assigner writes the events — a referee crew on a match, a judging panel on a competition division — offers each seat to somebody cleared for it, records whether the work happened, and pays the crew that worked. This host is the public description of the product — pages of prose, prerendered, readable without executing JavaScript. The product itself, its typed read and write surface and its deep-link grammar are on the console host, whose own manifest is linked below.",
  "principles": [
    "deep-links",
    "prerendered",
    "linked-console"
  ],
  "deepLink": {
    "base": "/",
    "params": {},
    "examples": [
      "/",
      "/how",
      "/assistant",
      "/pricing",
      "/about",
      "/contact",
      "/privacy",
      "/terms"
    ]
  },
  "whenToUse": {
    "answers": [
      "what the product does, who it is for, and what a weekend looks like end to end — a referee crew on a match, a judging panel on a competition division",
      "what it costs, including the per-seat charge and what is free",
      "what an assistant or an agent is permitted to do on an assigner's behalf, and how the credential it acts on is issued, bounded and taken back",
      "what a chapter can show after the weekend: clearances, whether the work happened, and the signed record an official can draw of their own",
      "what is stored, what is never sold, and the terms of use",
      "who publishes the product and which email address reaches a person about what"
    ],
    "doesNot": [
      "any schedule, roster, offer or pay data — this host holds none of it, for any organization",
      "an API of any kind: nothing here answers a query, and there is no endpoint to call",
      "account creation or sign-in, both of which happen on the console"
    ]
  },
  "site": {
    "origin": "https://assignary.com",
    "pages": [
      {
        "path": "/",
        "what": "what assignary does, end to end — one weekend from open seats to paid",
        "md": "/index.md"
      },
      {
        "path": "/how",
        "what": "the flow in detail: write, offer, cover, settle — with the answer an official gives before an offer arrives, and the record the weekend leaves behind",
        "md": "/how.md"
      },
      {
        "path": "/assistant",
        "what": "what an assistant or an agent may do on an assigner's behalf, and the credential it does it on",
        "md": "/assistant.md"
      },
      {
        "path": "/pricing",
        "what": "what it costs — the slate is free, five dollars and four percent a settled seat",
        "md": "/pricing.md"
      },
      {
        "path": "/about",
        "what": "what assignary is, who it is for, what it holds itself to, and where it runs",
        "md": "/about.md"
      },
      {
        "path": "/contact",
        "what": "which email address answers what — help using the product, an account and its data, a chapter's requests",
        "md": "/contact.md"
      },
      {
        "path": "/privacy",
        "what": "what is stored and what is never sold",
        "md": "/privacy.md"
      },
      {
        "path": "/terms",
        "what": "the terms of use",
        "md": "/terms.md"
      }
    ],
    "sitemap": "https://assignary.com/sitemap.xml",
    "note": "Every page is rendered to static HTML at build time, so the text is in the response rather than behind a bundle.",
    "markdown": {
      "convention": "<page>.md, and /index.md for the home page",
      "note": "The same words as the page with none of the markup, which on these pages outweighs the prose five to thirty times over. A page that carries illustrations and no prose has no twin, and none is listed for it."
    }
  },
  "console": {
    "origin": "https://app.assignary.com",
    "manifest": "https://app.assignary.com/.well-known/assignary.json",
    "llms": "https://app.assignary.com/llms.txt",
    "openapi": "https://app.assignary.com/api/openapi.json",
    "catalog": "https://app.assignary.com/.well-known/api-catalog",
    "auth": "https://app.assignary.com/auth.md",
    "note": "The tRPC read surface, the writes an issued credential may call and the scope each one needs, the deep-link grammar and the copy-as-API affordances are declared there. Nothing on this host serves an API."
  }
}
