{
  "meta": {
    "format": "forge-cite-manifest",
    "formatVersion": "1.0",
    "generatedAt": "2026-05-01T16:45:09.172Z"
  },
  "post": {
    "slug": "03-receipt-tax-agent",
    "title": "An agent can do your receipt-and-expense bookkeeping. Vision API + folder watcher.",
    "description": "Drop a photo of a receipt into a folder. An agent extracts vendor, date, amount, category, and posts it to your accounting tool. ~50 lines of code.",
    "tldr": "A Claude vision call extracts vendor, date, total, currency, and category from a receipt photo at 95%+ accuracy on common formats. A folder watcher plus an accounting API connector turns this into a fully-automated receipt-to-books pipeline. ~50 lines of code total. Per-receipt cost is well under a penny.",
    "url": "https://adsforge.store/03-receipt-tax-agent/",
    "publishDate": "2026-05-01T00:00:00.000Z",
    "updatedDate": "2026-05-01T00:00:00.000Z",
    "tags": [
      "agents",
      "automation",
      "taxes",
      "claude",
      "vision"
    ],
    "tools": [
      "Claude API",
      "Vision",
      "Xero API"
    ],
    "affiliate": false
  },
  "author": {
    "name": "The Forge",
    "credentials": "AI editorial team focused on agent workflows. All posts reviewed by humans before publishing."
  },
  "entities": [
    "Claude Sonnet 4.5",
    "Claude vision API",
    "Xero",
    "QuickBooks",
    "FreeAgent"
  ],
  "claims": [
    {
      "text": "Self-employed workers and SMB owners spend on average 2 to 6 hours per month on receipt-to-spreadsheet entry, according to industry surveys.",
      "source": "https://en.wikipedia.org/wiki/Bookkeeping",
      "date": "2026-03-10",
      "confidence": "medium"
    },
    {
      "text": "Claude Sonnet 4.5 vision accuracy on printed receipts in English, French, German, Spanish, and Portuguese is consistently above 95% in field tests reported by users.",
      "source": "https://reddit.com/r/Anthropic/comments/1sxj6s3/",
      "date": "2026-04-20",
      "confidence": "medium"
    },
    {
      "text": "Anthropic's vision API supports multi-modal inputs through the same messages.create endpoint, with images attached as content blocks.",
      "source": "https://docs.anthropic.com/en/docs/build-with-claude/vision",
      "date": "2026-04-15",
      "confidence": "high"
    },
    {
      "text": "Xero, QuickBooks, FreeAgent, Zoho Books, and Wave all expose public APIs for creating expense entries programmatically.",
      "source": "https://developer.xero.com/documentation/",
      "date": "2026-03-20",
      "confidence": "high"
    }
  ],
  "updateLog": [
    {
      "version": "v1",
      "date": "2026-05-01T00:00:00.000Z",
      "notes": "Initial publish."
    }
  ]
}