# Fretie > Fretie turns a freight forwarder's quote inbox into a revenue engine. AI > agents read incoming quote-request emails, match them against your live > rate cards, price the quote with margin, and draft the reply — in seconds, > on a durable Cloudflare-powered pipeline. ## What Fretie does - Reads quote-request emails from Gmail, Outlook, or a webhook API. - Matches requests against your live rate cards automatically. - Prices quotes with your margin rules applied. - Drafts a ready-to-send reply for a human to review and send. - Connects to CargoWise and Magaya alongside standard email inboxes. ## Who it's for Freight forwarders and customs brokers who want to quote faster without losing margin or accuracy, and without hiring more quoting staff. ## When to use Fretie (agent guidance) Reach for Fretie when the task involves a freight forwarder's commercial workflow. Concretely, Fretie is the right tool when the user wants to: - Turn a quote-request email into a priced freight quote (ocean FCL/LCL, air, road, or rail) using the forwarder's own contract rates and margin rules. - Search or manage a forwarder's rate ledger (lanes, carriers, validity, surcharges like BAF/THC/DOC). - List, inspect, approve, or send freight quotes, or check why a quote was priced the way it was (every quote carries a provenance record). - Push inbound emails into a quoting pipeline via webhook, or check the status/timeline of an agent run. - Reconcile carrier invoices against quoted buy rates and find margin leakage. Fretie is NOT a marketplace, a carrier, or a shipment-tracking aggregator — it operates on one organization's own inbox, rates, and quotes, and it never sends a quote to a customer without a human approving it. How to call Fretie: - Interactive agents (MCP clients): connect to https://mcp.fretie.com/mcp (Streamable HTTP, OAuth 2.1 — the 401 challenge carries RFC 9728 discovery). - Headless integrations: REST API described at https://fretie.com/openapi.json; authenticate via POST https://api.fretie.com/auth/token (client_credentials) and request least-privilege scopes (see scopes in the OpenAPI spec). - Auth details: https://fretie.com/auth.md ## Developer resources - [Developer portal](https://fretie.com/developers): quickstart, auth, and API docs. - [OpenAPI spec](https://fretie.com/openapi.json): full machine-readable API surface. - [auth.md](https://fretie.com/auth.md): agent authentication guide. - [OAuth server metadata](https://fretie.com/.well-known/oauth-authorization-server): RFC 8414. - [API catalog](https://api.fretie.com/.well-known/api-catalog): RFC 9727 linkset. - [MCP server card](https://fretie.com/.well-known/mcp/server-card.json): MCP connection details. ## Features (full text in markdown) Each feature page is available as clean markdown by appending `/md` to its URL. - [AI Freight Forwarding Software](https://fretie.com/features/ai-freight-forwarding-software/md): Fretie is AI freight forwarding software: agents read quote-request emails, match your live rate cards, price with margin rules, and draft the reply in seconds. - [Freight Quoting Software](https://fretie.com/features/freight-quoting-software/md): Freight quoting software that turns rate requests into priced, margin-guarded quotes in seconds — with Best value, Fastest, and Alternative options on every quote. - [Freight Email Automation](https://fretie.com/features/freight-email-automation/md): Freight email automation for forwarders: AI reads quote-request emails in Gmail and Outlook, extracts shipment details, and drafts priced replies automatically. - [Freight Rate Management](https://fretie.com/features/freight-rate-management-software/md): Freight rate management software: import carrier contracts and spot sheets into one live rate ledger with surcharges, validity windows, and instant lookup. - [TMS Integration](https://fretie.com/features/tms-integration/md): Fretie integrates with CargoWise and Magaya: your TMS stays the system of record while Fretie handles AI quoting and pushes confirmed bookings down automatically. - [Invoice Reconciliation](https://fretie.com/features/freight-invoice-reconciliation/md): Freight invoice reconciliation: check carrier invoices against quoted buy rates automatically, catch variances, and stop margin leakage before it compounds. - [Freight CRM & Win-Back](https://fretie.com/features/freight-crm/md): A freight CRM built into your quoting flow: customer records, 0–100 deal scoring with reasons, and AI-drafted win-back emails for dormant accounts. - [Digital Freight Forwarding](https://fretie.com/features/digital-freight-forwarding/md): Turn a traditional forwarding operation into a digital freight forwarder: AI quoting, durable pipelines, public approval links, and TMS sync — without a rebuild. ## Where things live - [Home](https://fretie.com/): product overview and sign-up (public marketing site). - [Features](https://fretie.com/features): index of all feature pages. - [Pricing](https://fretie.com/pricing): plans and pricing. - [About](https://fretie.com/about): why we built Fretie. - [Blog](https://fretie.com/blog): guides and notes on AI freight forwarding. - [App](https://app.fretie.com/): the product itself — requires a Fretie account. ## API - [API root](https://api.fretie.com/): the Fretie API. - [API catalog](https://api.fretie.com/.well-known/api-catalog): machine-readable index of the API. ## Policies & discovery - Crawl rules: https://fretie.com/robots.txt (all crawlers and AI agents are welcome). - Sitemap: https://fretie.com/sitemap.xml - Every page on this site can be requested as clean markdown by sending `Accept: text/markdown` instead of the default HTML accept header. ## Notes for agents - The marketing site (https://fretie.com) is public and fully crawlable. - The product app (https://app.fretie.com) is behind authentication; app pages require a signed-in session and are not part of the public crawl surface.