$HEADLESS SYSTEMS
03 / Scorecard / Object & File Storage

Tigris Data

C
Headless Index
50/100
denominator 60
JAIRF
N/A
Verified
MAY 21, 2026
Methodology v1 · JAIRF v1.0.0

Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology

Editorial verdict
Tigris Data is partially headless and partly UI-led. The Headless Index thesis-fit score of 50/100 puts it mid-table on the index, and JAIRF is recorded as N/A for this vendor because no public OpenAPI specification was reachable for the open-source scorer. In practice, vendors at this tier are partly machine-consumable: the core flows are reachable through code but several adjacent surfaces still expect a human at a dashboard, and the rest of this verdict explains where Tigris Data lands inside that pattern. On the API surface, the question is whether the API is the product or a layer beneath the dashboard. Tigris Data is S3-compatible global object storage with multi-region replication. The Tigris API is the S3 protocol plus a Tigris-specific control plane for buckets, regions, and access keys. SDKs through the AWS SDK ecosystem plus the tigris CLI. Particularly attractive for AI workloads needing low-latency reads across regions.[1] Schema observability is the related test: can an agent introspect the contract from cold, or does it have to read prose documentation to do so? S3 compatibility provides schema-by-convention. The Tigris control plane is documented in prose; no canonical OpenAPI URL prominently exposed. Schema discoverability is good through S3 SDK familiarity.[2] An agent can drive parts of this product, but not all of it: integrators should plan for human-in-the-loop checkpoints where the headless surface stops short. On headless operability: On headless operability, the docs crawl did not produce topic coverage sufficient to score programmatic setup, billing, teams, schema, or CLI workflows. A targeted AI review pass should visit the vendor's docs index and confirm what programmatic surfaces actually exist.[3] On the MCP and agent-integration axis, which is the fastest-moving criterion in the index: No first-party Tigris MCP server. The storage layer is downstream of agent tool layers; agents that need persistent storage typically consume S3-compatible APIs through their framework's storage abstraction.[4] Event posture closes the loop: an agent that cannot react to state changes is reduced to polling. On webhooks and events, the docs crawler did not locate a webhooks reference page or events catalog. Editorial review should confirm whether the vendor publishes events at all, and if so whether signing and replay are documented. Net assessment: integrators can build agent flows against Tigris Data, but the rough edge to plan around is schema observability[5]. Expect to wrap missing pieces in bespoke glue or accept human-in-the-loop checkpoints. Workable but requires scaffolding.
Verdict by Headless Index pipeline (auto)
// AI-drafted from the evidence layer. Editorial review pending.
Scores

Scorecard detail

Headless Index · 5 sub-criteria
API-first design intent10/20
scored

Tigris Data is S3-compatible global object storage with multi-region replication. The Tigris API is the S3 protocol plus a Tigris-specific control plane for buckets, regions, and access keys. SDKs through the AWS SDK ecosystem plus the tigris CLI. Particularly attractive for AI workloads needing low-latency reads across regions.

signals (5)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • OpenAPI specNot found across 18 probe paths
  • GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
  • ·SDKs maintained2 (go); top by stars: tigrisdata/storage-go (5 stars)
  • +SDK recency1 of 2 SDK repos pushed within 30 days (most recent SDK commit: 2026-04-28)
cite (4)
  • openapi.probes_tried@2026-05-20
  • graphql.probes_tried@2026-05-20
  • github.sdks@2026-05-20
  • freshness.most_recent_sdk_commit@2026-05-20
Headless operationUnknown
Unknown

Buckets, objects, replication policies, access keys, and metering are all programmable through S3-compatible APIs plus the Tigris control plane. The tigris CLI plus Terraform-style configuration cover IaC use cases.

signals (9)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • 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 (8)
  • openapi.operations_count@2026-05-20
  • docs.pages_crawled@2026-05-20
  • docs.pages_crawled@2026-05-20
  • docs.topics_found.setup@2026-05-20
  • docs.topics_found.billing@2026-05-20
  • docs.topics_found.teams@2026-05-20
  • docs.topics_found.cli@2026-05-20
  • docs.topics_found.schema@2026-05-20
MCP & agent posture15/20
scored

No first-party Tigris MCP server. The storage layer is downstream of agent tool layers; agents that need persistent storage typically consume S3-compatible APIs through their framework's storage abstraction.

signals (4)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • +Official MCP serverhttps://github.com/tigrisdata/tigris-mcp-server (4 stars, last commit 7 days ago)
  • ·Community MCP servers2 community MCP repos; top by stars: https://github.com/tigrisdata/mcp-registry (0 stars)
  • Agent-friendly SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (3)
  • mcp.official_server.url@2026-05-20
  • mcp.community_servers[0].url@2026-05-20
  • github.sdks@2026-05-20
Schema observability5/20
scored

S3 compatibility provides schema-by-convention. The Tigris control plane is documented in prose; no canonical OpenAPI URL prominently exposed. Schema discoverability is good through S3 SDK familiarity.

signals (3)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • OpenAPINot discovered across 18 standard probe paths
  • GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (2)
  • openapi.probes_tried@2026-05-20
  • graphql.probes_tried@2026-05-20
Webhooks & eventsUnknown
Unknown

Event notifications integrate with Tigris's broader event mesh. Direct webhook delivery to external systems is supported through the control plane. The platform's strength is the synchronous object operations rather than eventing.

signals (2)
  • +AI review appliedReviewer: Editorial review on 2026-05-20
  • ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
  • docs.pages_crawled@2026-05-20
JAIRF · 6 dimensions
JAIRF · N/A

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

04 / Embed

Show Tigris Data'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.