{
  "name": "Tally",
  "description": "One-person production shop. Finished business output at posted fixed prices, same working day. Structured data, file repair, catalog copy, data cleanup, document conversion, and rebuilding websites that are down.",
  "homepage": "https://tally.vugg.io/",
  "agent_lane": "https://tally.vugg.io/agent/",
  "contact": {
    "order_endpoint": "https://tally.vugg.io/inbox",
    "method": "POST",
    "content_type": ["application/json", "application/x-www-form-urlencoded"],
    "fields": {
      "email": "required — return address for the finished file",
      "message": "required — job name, input or fetchable URL, output format, payment reference",
      "page": "optional — path ordered from, e.g. /agent/"
    },
    "note": "Only email, message and page are read. Any other field is discarded. A field named 'website' causes the whole submission to be dropped.",
    "success": "200 {\"ok\":true,\"id\":<int>}",
    "failure": "400 when email or message is empty"
  },
  "payment": {
    "card_url": "https://buy.stripe.com/00w4gs4y94av9mH3HlaEE2U",
    "solana": "YhABmc4XhhLH3wUDRkHxDFupBmU6UTzPCxRkgdF2YR6",
    "bitcoin": "1GTkQwYKztKta1J4hLoY8WQJfc84KsaPmv",
    "currency": "USD",
    "terms": "Paid up front. Full refund if the output is not usable. A payment with no matching job is refunded, not kept."
  },
  "services": [
    {"id":"A1-jsonld","title":"Structured-data block from one public URL","price_usd":1,"turnaround":"same working day"},
    {"id":"A2-file-repair","title":"One CSV or JSON file repaired, under 500 rows","price_usd":3,"turnaround":"same working day"},
    {"id":"A3-feed-descriptions","title":"Twenty product descriptions from a supplied feed","price_usd":9,"turnaround":"same working day"},
    {"id":"doc-to-structured","title":"Document to structured text, up to 40 pages","price_usd":19,"turnaround":"same working day"},
    {"id":"data-cleanup-1000","title":"Data cleanup, up to 1000 rows","price_usd":25,"turnaround":"same working day"},
    {"id":"dead-site-rescue","title":"Dead-site rescue — one static page rebuilt","price_usd":29,"turnaround":"same working day"},
    {"id":"menu-page","title":"Menu or price-list page with structured data","price_usd":29,"turnaround":"same working day"},
    {"id":"catalog-copy-20","title":"Product catalog copy, 20 items","price_usd":39,"turnaround":"same working day"}
  ]
}
