Storj
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Storj earns Band C in the Object & File Storage category of The Headless Index, with a thesis-fit score of 42/100. Its strongest dimension is API-first design intent (12/20); its weakest scored dimension is MCP and agent posture (4/20). No public OpenAPI specification was found when Storj was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Two surfaces, unevenly built. The S3-compatible gateway at gateway.storjshare.io means any aws-sdk client works, and the native path is a Go library over DRPC (storj.io/uplink, github.com/storj/drpc) with C and mobile bindings around it. What is missing is a documented REST API for projects, access grants and buckets at the account level, which keeps provisioning tied to the console.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 34 probe paths
- ·GraphQL endpointDiscovered at https://www.storj.io/graphql, introspection disabled or scoped
- −SDKs maintainedNone detected in vendor org
cite (1)
- github.sdks@2026-08-19
The uplink CLI is genuinely capable: `uplink cp`, `uplink share` and access grant derivation all work without a browser, and the entire satellite is open source (github.com/storj/storj) if you want to run one. The gap sits at the top. Creating a project, minting S3 gateway credentials and managing billing still start in the satellite console, and no official Terraform provider closes that loop.
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −API operations exposedNo OpenAPI spec; operations count unknown
- ·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
Nothing exists. No MCP server sits under the storj GitHub organisation, no entry appears in the public registry, and the docs (docs.storj.io) carry no agent or tool-use section. For a network whose whole pitch is programmatic access to distributed storage, leaving agents to wrap the uplink binary themselves is a missed opportunity rather than a neutral choice.
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)
- github.sdks@2026-08-19
There is no OpenAPI document and no open introspection endpoint. What exists instead is protobuf: the wire protocol is defined in .proto files across the open repositories and served over DRPC (github.com/storj/drpc), which is machine-readable if an agent knows to look for protos rather than a spec URL. For the gateway path, the S3 models fill the gap.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 34 standard probe paths
- ·GraphQL introspectionGraphQL endpoint at https://www.storj.io/graphql but introspection is disabled, scoped, or behind authentication
cite (1)
- ai_review_browser.schema@2026-08-19
Storj emits nothing. There is no event catalogue, no webhook registration endpoint, no signing scheme and no bucket notification configuration in either the native uplink path or the S3 gateway (docs.storj.io lists none). An agent that needs to react to an upload has to poll a bucket listing, which is the crudest option available and scales badly against large prefixes.
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
This vendor does not publish a public OpenAPI specification. JAIRF cannot be computed. The Headless Index score and editorial verdict carry the readiness assessment.
No public OpenAPI specification discovered during collection
Powered by JAIRF v1.0.0 by Jentic
Band rationale:C band: scores 40-75 range
Show Storj'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.
Storj and agent readiness
- Is Storj agent-ready?
- Storj scores Band C on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is API-first design intent; its weakest is MCP and agent posture.
- Does Storj publish an OpenAPI spec?
- No published OpenAPI specification was found when Storj was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Storj's Headless Index score?
- Storj scores 42/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.