FRAYT

FRAYT (Frayt Technologies, Inc., Cincinnati, Ohio) operates an on-demand and scheduled middle-mile and last-mile delivery marketplace that connects shippers to a vetted nationwide network of owner-operator drivers running everything from cars and midsize vehicles to pickups, cargo vans and box trucks. The FRAYT Client API is a versioned REST API (v2.2) over JSON, secured with OAuth 2.0 client-credentials bearer tokens, that lets a TMS, ERP or storefront price a delivery as an "estimate", authorize it into a "match", track it through the driver lifecycle, tip a driver and cancel it — with webhook callbacks defined in the OpenAPI itself for real-time match and driver-location updates. A full sandbox environment mirrors production.

FRAYT publishes 1 API on the APIs.io network: Client API. Tagged areas include Company, Last Mile Delivery, Logistics, Courier, and On Demand Delivery.

The FRAYT catalog on APIs.io includes 1 event-driven AsyncAPI specification.

FRAYT’s developer surface includes engineering blog, support, signup flow, and 14 more developer resources.

35.9/100 thin Agent 52/100 agent ready Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
1 APIs
CompanyLast Mile DeliveryLogisticsCourierOn Demand DeliveryShippingFreightSupply ChainTransportationThird Party LogisticsDelivery TrackingWebhooks

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 35.9/100 · thin
Contract Quality 15.7 / 25
Developer Ergonomics 2.6 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 0.7 / 13
Governance 2.5 / 12
Discoverability 7.6 / 10
Agent readiness — 52/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/frayt: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

FRAYT Client API

REST API (v2.2) for FRAYT's on-demand and scheduled delivery marketplace. Price a delivery with the match-estimate endpoints, authorize an estimate into a Match, retrieve and up...

Pricing Plans 1

Published pricing tiers and plan structures.

Frayt Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Frayt Rate Limits

0 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Frayt Authentication

http · 1 scheme

SECURITY

Frayt Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Frayt Agentic Access

8 operations · 7 acting · 7 human-in-the-loop

8 operations · 7 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: frayt
name: FRAYT
description: FRAYT (Frayt Technologies, Inc., Cincinnati, Ohio) operates an on-demand and scheduled middle-mile and last-mile
  delivery marketplace that connects shippers to a vetted nationwide network of owner-operator drivers running everything
  from cars and midsize vehicles to pickups, cargo vans and box trucks. The FRAYT Client API is a versioned REST API (v2.2)
  over JSON, secured with OAuth 2.0 client-credentials bearer tokens, that lets a TMS, ERP or storefront price a delivery
  as an "estimate", authorize it into a "match", track it through the driver lifecycle, tip a driver and cancel it — with
  webhook callbacks defined in the OpenAPI itself for real-time match and driver-location updates. A full sandbox environment
  mirrors production.
url: https://raw.githubusercontent.com/api-evangelist/frayt/refs/heads/main/apis.yml
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-16'
modified: '2026-08-16'
tags:
- Company
- Last Mile Delivery
- Logistics
- Courier
- On Demand Delivery
- Shipping
- Freight
- Supply Chain
- Transportation
- Third Party Logistics
- Delivery Tracking
- Webhooks
apis:
- name: FRAYT Client API
  description: REST API (v2.2) for FRAYT's on-demand and scheduled delivery marketplace. Price a delivery with the match-estimate
    endpoints, authorize an estimate into a Match, retrieve and update a Match, update a stop to add a driver tip, and cancel
    a Match. OAuth 2.0 client-credentials issues the bearer token every other call requires. Webhook callbacks (match_update)
    are declared inline in the OpenAPI so subscribers receive the full Match payload on every state transition.
  humanURL: https://www.frayt.com/frayt-api
  baseURL: https://api.frayt.com/api/v2.2/
  tags:
  - Last Mile Delivery
  - Logistics
  - Courier
  - Delivery
  - Shipping
  - Freight
  - Routing
  - Webhooks
  - OAuth2
  properties:
  - type: Documentation
    url: https://api.frayt.com/docs/api/v2.2
  - type: APIReference
    url: https://api.frayt.com/docs/api/v2.2
  - type: GettingStarted
    url: https://www.frayt.com/frayt-api
  - type: DeveloperPortal
    url: https://www.frayt.com/3pl/api
  - type: OpenAPI
    url: openapi/frayt-matches-openapi.yml
  - type: OpenAPI
    url: openapi/frayt-match-estimates-openapi.yml
  - type: OpenAPI
    url: openapi/frayt-oauth-openapi.yml
  - type: Authentication
    url: authentication/frayt-authentication.yml
  - type: Conventions
    url: conventions/frayt-conventions.yml
  - type: ErrorCatalog
    url: errors/frayt-problem-types.yml
  - type: DataModel
    url: data-model/frayt-data-model.yml
  - type: Webhooks
    url: asyncapi/frayt-match-webhooks.yml
  - type: Overlay
    url: overlays/frayt-matches-overlay.yaml
  - type: Sandbox
    url: sandbox/frayt-sandbox.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: AgenticAccess
  url: agentic-access/frayt-agentic-access.yml
- type: DomainSecurity
  url: security/frayt-domain-security.yml
- type: Website
  url: https://www.frayt.com/
- type: Blog
  url: https://www.frayt.com/resources/blog
- type: Support
  url: https://www.frayt.com/contact
- type: HelpCenter
  url: https://www.frayt.com/platform/faqs
- type: GitHubOrganization
  url: https://github.com/Frayt-Technologies
- type: TermsOfService
  url: https://www.frayt.com/eula
- type: PrivacyPolicy
  url: https://www.frayt.com/privacy-policy
- type: SignUp
  url: https://www.frayt.app/
- type: LLMsTxt
  url: llms/frayt-llms.txt
- type: Packages
  url: packages/frayt-packages.yml
- type: Lifecycle
  url: lifecycle/frayt-lifecycle.yml
- type: Conformance
  url: conformance/frayt-conformance.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Plans
  url: plans/frayt-plans-pricing.yml
- type: RateLimits
  url: rate-limits/frayt-rate-limits.yml
x-enrichment:
  date: '2026-08-16'
  status: enriched
  artifacts_added: 17
  pass: local-v1