Tigris

Tigris (Tigris Data, founded 2022) is a globally distributed, S3-compatible object storage cloud purpose-built for AI and agent workloads. It offers bottomless object storage with zero egress fees behind a single global endpoint (https://t3.storage.dev), speaking the AWS S3 API natively so existing tools like boto3, aws-cli, rclone, and PyTorch work by swapping the endpoint. Beyond core buckets and objects (up to 5 TB each), Tigris adds agent-native features: copy-on-write bucket forks, point-in-time snapshots, in-place object rename, conditional operations, shadow-bucket migration from AWS S3, IAM access control, an official CLI, first-party SDKs, an MCP server, and published agent skills. Backed by a16z and General Catalyst.

Tigris publishes 1 API on the APIs.io network. Tagged areas include Company, Object Storage, Cloud Storage, S3 Compatible, and Storage.

Tigris’ developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 25 more developer resources.

41.5/100 thin ▬ flat Agent 42/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
1 APIs 1 MCP Servers
CompanyObject StorageCloud StorageS3 CompatibleStorageAI InfrastructureAgentsData Infrastructure

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 41.5/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 17.4 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 2.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 42/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
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/tigris: 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.

Tigris Object Storage (S3 API)

Tigris exposes a globally distributed, S3-compatible object storage API. It fulfills over 90% of the AWS S3 API (61/68 operations in Tigris' published compatibility suite) and w...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

tigris-mcp.yml

MCP SERVER

Security Posture 3

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

Tigris Authentication

apiKey/awsSignatureV4 · 1 scheme

SECURITY

Tigris Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Tigris Trust Center

SOC 2

SECURITY

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 2

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

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: tigris
name: Tigris
description: 'Tigris (Tigris Data, founded 2022) is a globally distributed, S3-compatible object storage cloud purpose-built
  for AI and agent workloads. It offers bottomless object storage with zero egress fees behind a single global endpoint (https://t3.storage.dev),
  speaking the AWS S3 API natively so existing tools like boto3, aws-cli, rclone, and PyTorch work by swapping the endpoint.
  Beyond core buckets and objects (up to 5 TB each), Tigris adds agent-native features: copy-on-write bucket forks, point-in-time
  snapshots, in-place object rename, conditional operations, shadow-bucket migration from AWS S3, IAM access control, an official
  CLI, first-party SDKs, an MCP server, and published agent skills. Backed by a16z and General Catalyst.'
url: https://raw.githubusercontent.com/api-evangelist/tigris/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- a16z
- general-catalyst
x-tier: stub
x-tier-reason: portfolio-lead
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://www.tigrisdata.com/docs/logo/dark.png
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 16
  pass: local-v1
tags:
- Company
- Object Storage
- Cloud Storage
- S3 Compatible
- Storage
- AI Infrastructure
- Agents
- Data Infrastructure
apis:
- aid: tigris:s3-api
  name: Tigris Object Storage (S3 API)
  description: Tigris exposes a globally distributed, S3-compatible object storage API. It fulfills over 90% of the AWS S3
    API (61/68 operations in Tigris' published compatibility suite) and works with standard AWS S3 SDKs, tools, and libraries
    by pointing them at the Tigris endpoint. Adds Tigris-specific extensions for bucket forks, snapshots, object rename, and
    conditional operations.
  humanURL: https://www.tigrisdata.com/docs/api/s3/
  baseURL: https://t3.storage.dev
  tags:
  - Object Storage
  - S3 Compatible
  - Storage
  properties:
  - type: APIReference
    url: https://www.tigrisdata.com/docs/api/s3/
  - type: Authentication
    url: authentication/tigris-authentication.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: TrustCenter
  url: security/tigris-trust-center.yml
- type: Compliance
  url: https://trust.tigrisdata.com/
- type: DomainSecurity
  url: security/tigris-domain-security.yml
- type: DeveloperPortal
  url: https://www.tigrisdata.com/docs/
- type: Documentation
  url: https://www.tigrisdata.com/docs/
- type: APIReference
  url: https://www.tigrisdata.com/docs/api/s3/
- type: GettingStarted
  url: https://www.tigrisdata.com/docs/get-started/
- type: Support
  url: https://community.tigrisdata.com/
- type: Blog
  url: https://www.tigrisdata.com/blog/
- type: GitHubOrganization
  url: https://github.com/tigrisdata
- type: Pricing
  url: https://www.tigrisdata.com/pricing/
- type: SignUp
  url: https://console.storage.dev/signup
- type: Login
  url: https://console.storage.dev/signin
- type: Console
  url: https://console.storage.dev
- type: TermsOfService
  url: https://www.tigrisdata.com/docs/legal/service-terms/
- type: PrivacyPolicy
  url: https://www.tigrisdata.com/docs/legal/privacy-policy/
- type: StatusPage
  url: https://status.tigrisdata.com/
- type: X
  url: https://x.com/tigrisdata
- type: LinkedIn
  url: https://www.linkedin.com/company/tigrisdata/
- type: Packages
  url: packages/tigris-packages.yml
- type: SDKs
  url: packages/tigris-packages.yml
- type: CLI
  url: cli/tigris-cli.yml
- type: MCPServer
  url: mcp/tigris-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/tigris-llms.txt
- type: Authentication
  url: authentication/tigris-authentication.yml
- type: Conventions
  url: conventions/tigris-conventions.yml
- type: Idempotency
  url: conventions/tigris-conventions.yml
- type: Conformance
  url: conformance/tigris-conformance.yml
- type: ErrorCatalog
  url: errors/tigris-error-codes.yml
- type: Lifecycle
  url: lifecycle/tigris-lifecycle.yml
- type: DataModel
  url: data-model/tigris-data-model.yml