aid: truveta name: Truveta description: 'Truveta is a health-system-led data and analytics company founded in 2020 and headquartered in Bellevue, Washington, jointly owned by 30 US health systems. It aggregates daily-updated, de-identified electronic health record data covering more than 120 million US patients, links it with claims, mortality and genomic data, and delivers it as regulatory-grade real-world evidence through Truveta Data and Truveta Studio, a HIPAA-compliant analytics workspace combining serverless SQL with Jupyter notebooks in R and Python. The Truveta Language Model normalizes unstructured clinical text into research-ready concepts, and the Truveta Genome Project links de-identified genetic data to the same longitudinal records. Truveta publishes no public API, developer portal or machine-readable specification: Truveta Studio is reachable only through an authenticated customer tenant at studio.truveta.com.' image: https://www.truveta.com/wp-content/uploads/2025/01/Truveta-home-featured-image-1.png url: https://raw.githubusercontent.com/api-evangelist/truveta/refs/heads/main/apis.yml x-type: company x-source: harvest:secondary-market x-tier: stub x-tier-reason: harvest specificationVersion: '0.23' created: '2026-08-05' modified: '2026-08-05' tags: - Company - Healthcare - Health Data - Electronic Health Records - Real World Evidence - Clinical Research - Life Sciences - Genomics - Analytics - Artificial Intelligence - Data Platform apis: [] maintainers: - FN: Kin Lane email: kin@apievangelist.com - FN: APIs.json email: info@apis.io common: - type: Website url: https://www.truveta.com/ - type: Blog url: https://www.truveta.com/blog/ - type: Support url: https://www.truveta.com/contact-us/ - type: PrivacyPolicy url: https://www.truveta.com/privacy-notice/ - type: Login url: https://studio.truveta.com/ - type: GitHubOrganization url: https://github.com/TruvetaPublic - type: Compliance url: https://trust.truveta.com/ - type: LLMsTxt url: llms/truveta-llms.txt - type: WellKnown url: well-known/truveta-well-known.yml - type: Authentication url: authentication/truveta-authentication.yml - type: OAuthScopes url: scopes/truveta-scopes.yml - type: Conformance url: conformance/truveta-conformance.yml - type: Packages url: packages/truveta-packages.yml - type: CLI url: cli/truveta-cli.yml - type: TrustCenter url: security/truveta-trust-center.yml - type: DomainSecurity url: security/truveta-domain-security.yml x-enrichment: date: '2026-08-05' status: minimal artifacts_added: 10 pass: local-v1 x-coverage: state: gated reason: customer-only-docs detail: >- Truveta ships no developer surface at all — developer.truveta.com and docs.truveta.com do not resolve, and the only product entry point, studio.truveta.com, 302s straight into an Auth0 universal login at login.truveta.com, so the API reference (if one exists) requires a signed health-system or life-science subscription to reach. evidence: - url: https://studio.truveta.com/ status: 302 - url: https://developer.truveta.com/ status: 0 - url: https://docs.truveta.com/ status: 0 - url: https://api.truveta.com/openapi.json status: 404 checked: '2026-08-05' x-notes: >- developer./docs. return status 0 = DNS NXDOMAIN, not an HTTP error. api.truveta.com is a live Kong API gateway — every spec path returns Kong's "no Route matched with those values" 404, identical to a nonsense control path, so the API tier exists but publishes no anonymous route. Separately, api.truveta.com answers /.well-known/* with a 200 Studio SPA HTML shell; those 200s are soft-404s and were rejected as evidence. See well-known/truveta-well-known.yml.