# Shoeboxed > Shoeboxed helps small-business owners, freelancers, and 1099 contractors turn a pile of receipts into organized, IRS-ready records — and track mileage automatically — so they keep more of their money at tax time. Mail us your receipts in a prepaid Magic Envelope and we scan, human-verify, and categorize them; or snap them with the app. Founded 2007. ## What we do - **Receipt scanning & organization** — mail receipts in a prepaid Magic Envelope or scan with the mobile app; we extract the data and file it, audit-ready. - **Automatic mileage tracking** — GPS-based trip logging that builds IRS-compliant mileage logs. - **Expense management & reports** — categorized expenses, exportable reports, QuickBooks/Xero integrations. ## Free tools (no account needed) - [Home office deduction calculator](https://www.shoeboxed.com/home-office-calculator): estimates the home-office tax deduction from your address and square footage; outputs an accountant-ready summary. - [Blog](https://www.shoeboxed.com/blog): plain-English guides on receipts, deductions, mileage, and small-business taxes, written by the owner. ## Key pages - [Features](https://www.shoeboxed.com/features): what the product does. - [Pricing](https://www.shoeboxed.com/pricing): plans (30-day money-back guarantee — not a free trial). ## For developers and AI agents Shoeboxed connects to your code or your AI three ways. Details, install steps, and status: [Developers page](https://www.shoeboxed.com/developers). Machine-readable manifest: [agents.json](https://www.shoeboxed.com/agents.json). - **API (open now):** OAuth2 REST/JSON at `https://api.shoeboxed.com/v2/`. Docs: [github.com/Shoeboxed/api](https://github.com/Shoeboxed/api). Browser explorer: [api.shoeboxed.com/v2/explorer/index.html](https://api.shoeboxed.com/v2/explorer/index.html). - **CLI (open now):** a command-line tool that lists, totals, and exports your receipts and mileage from the terminal. Install: `npm i -g @shoeboxed/cli` (Node 20+), then `shoeboxed login`. Commands: `login`, `logout`, `whoami`, `receipts`, `categories`, `export`. Filters on `receipts` and `export`: `--category`, `--exclude-category`, `--vendor`, `--year`, `--month YYYY-MM`, `--from`, `--to`, `--account`, `--limit`, and `--json` on every read. `export --out