UploadThing
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
UploadThing earns Band C in the Object & File Storage category of The Headless Index, with a thesis-fit score of 56/100 and a JAIRF rating of 61.6/100 (AI-Aware). Its strongest dimension is schema observability (18/20); its weakest scored dimension is MCP and agent posture (4/20). UploadThing publishes a machine-readable OpenAPI specification, which is what lets an agent discover and operate it without human glue code.
Scorecard detail
A published spec at api.uploadthing.com/openapi-spec.json with a plain header credential (x-uploadthing-api-key) puts the raw API within reach of any client. The catch is that the product is not really that API. Uploads flow through a file router defined in your own framework code, and the SDK surface (`uploadthing`, `@uploadthing/react`) is TypeScript-only, so non-JS agents get the thin half.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +OpenAPI specPublished, 15 operations
- ·GraphQL endpointDiscovered at https://uploadthing.com/api/graphql, introspection disabled or scoped
- −SDKs maintainedNone detected in vendor org
cite (1)
- github.sdks@2026-08-19
File-level work is programmatic: listFiles, deleteFiles, renameFiles, getSignedURL and getUsageInfo all exist on the REST surface. Everything that constitutes setup does not. Creating an app, issuing or rotating an API key, choosing a region and configuring an allowed file type policy are dashboard actions, and there is no CLI or Terraform provider (nothing under github.com/pingdotgg). An agent can use uploadthing; it cannot provision it.
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- ·API operations exposed15 operations in OpenAPI spec
- ·Docs pages crawled0 pages (crawler: none)
- ·Auth schemes documentedAuth documentation page not reached by crawler
- ·Setup / quickstart docsNot reached by crawler
- ·Billing docsNot reached by crawler
- ·Teams / org docsNot reached by crawler
- ·CLI docsNot reached by crawler
- ·Schema / data model docsNot reached by crawler
cite (1)
- ai_review_browser.topics_found@2026-08-19
No MCP server, no registry entry, no agent documentation. The main repository (github.com/pingdotgg/uploadthing, 5.3k stars) is entirely framework adapters and the file router runtime. That is consistent with the product's shape, which assumes a human developer wiring a Next.js app rather than an agent calling an endpoint, but it leaves nothing for a tool-using model to attach to.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −Official MCP serverNone found in vendor's GitHub org or the official MCP registry
- −Community MCP serversNone found
- −Agent-friendly SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (1)
- ai_review_browser.pages_fetched@2026-08-19
This is the one place uploadthing outclasses much bigger vendors here. Fetching api.uploadthing.com/openapi-spec.json returns OpenAPI 3.0.0 with the security scheme declared (apiKey in header, x-uploadthing-api-key) and typed error models such as ErrBadRequest carrying zod-style issue codes. An agent can generate a client and handle failures without opening a documentation page. The version string lags the SDK, which is the only complaint.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +OpenAPIPublished at https://api.uploadthing.com/openapi-spec.json (OpenAPI 3.0.0, 15 operations)
- ·GraphQL introspectionGraphQL endpoint at https://uploadthing.com/api/graphql but introspection is disabled, scoped, or behind authentication
cite (1)
- ai_review_browser.schema@2026-08-19
There is a callback, not an event system. When an upload finishes, uploadthing POSTs to your route and the SDK verifies an x-uploadthing-signature header (hmac-sha256 over the raw body) before running onUploadComplete. That is the whole vocabulary: one event, no catalogue, no documented retry schedule and no replay. Anything else you want to observe requires polling listFiles.
signals (2)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
- ai_review_browser.pages_fetched@2026-08-19
FCFoundational Compliance55/100
Structural validity, standards conformance, and parsability of the OpenAPI specification.
DXJDeveloper Experience & Tooling Compatibility59.6/100
Documentation clarity, example coverage, response completeness, and ingestion health.
ARAXAI-Readiness & Agent Experience78.3/100
Semantic clarity, intent expression, datatype specificity, and error standardization.
AUAgent Usability60/100
Operational composability, complexity comfort, navigation affordances, and safety patterns.
SECSecurity80/100
Authentication strength, transport security, secret hygiene, and OWASP risk posture.
AIDAI Discoverability20/100
Descriptive richness, intent phrasing, workflow context, and registry signals.
Band rationale:C band: scores 40-75 range
Show UploadThing's score on your site.
Drop a live badge into your README, footer, or marketing page. It updates automatically when we re-score, and every embed is a dofollow link back here.
How THI compares to external scorers
| Source | Score | Measures | Last checked |
|---|---|---|---|
| Fern Agent Score | not found | Documentation completeness and SDK shape (~22 checks) | — |
| CLIRank Agent Friendliness | not found | CLI readiness, docs quality, and overall agent affordances | — |
| Cloudflare Is It Agent Ready? | blocked | Cloudflare's manual agent-readiness heuristic per vendor URL | — |
| Jentic Scorecard | — | JAIRF-based scorecard requiring a public OpenAPI specification | — |
No external scores available to calibrate against.
UploadThing and agent readiness
- Is UploadThing agent-ready?
- UploadThing scores Band C on The Headless Index and rates AI-Aware on JAIRF (61.6/100). Its strongest area for agent use is schema observability; its weakest is MCP and agent posture.
- Does UploadThing publish an OpenAPI spec?
- Yes. UploadThing publishes an OpenAPI specification, scored under JAIRF v1.0.0. A published spec is what makes an API discoverable and callable by agents rather than only by developers reading docs.
- What is UploadThing's Headless Index score?
- UploadThing scores 56/100 on the Headless Index thesis-fit rubric and sits in Band C in the Object & File Storage category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.