Wellth

Wellth is a digital health company that applies behavioral economics to care-plan adherence for health plans and providers. Members use the Wellth mobile app to complete daily check-ins — photographing medications, logging blood pressure or glucose readings, confirming appointments and screenings — and earn financial rewards for staying on plan. Wellth sells into Medicare Advantage and D-SNP, Medicaid, ACA marketplace, employer and provider lines of business, and reports reductions in high-cost utilization, emergency department visits and readmissions. The company operates a production GraphQL API at api.wellthapp.com/graphql (Apollo Server, internally versioned apiv4) that backs the member mobile app and its internal dashboard, and publishes an Atlassian status page whose components include "Wellth API". The API is not accompanied by a public developer portal, reference documentation or machine-readable contract, and GraphQL introspection is disabled in production.

Wellth publishes 1 API on the APIs.io network. Tagged areas include Company, Health, Healthcare, Digital Health, and Medication Adherence.

Wellth’s developer surface includes engineering blog, support, and 14 more developer resources.

21.5/100 emerging ▬ flat Agent 7/100 agent aware Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
1 APIs
CompanyHealthHealthcareDigital HealthMedication AdherenceBehavioral HealthHealth PlansMedicareMedicaidPatient EngagementRewardsGraphQLMobile

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 21.5/100 · emerging
Contract Quality 0.0 / 21
Developer Ergonomics 1.1 / 17
Commercial Clarity 4.9 / 17
Operational Transparency 2.3 / 11
Governance 1.3 / 10
Discoverability 7.4 / 9
Regulatory Posture 4.5 / 15
Agent readiness — 7/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Regulatory Posture applies to this provider. Its tags matched the Health regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
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/wellth: 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.

Wellth GraphQL API

The production GraphQL API behind the Wellth member mobile app and the Wellth internal dashboard. Confirmed live at https://api.wellthapp.com/graphql: the endpoint is an Apollo ...

Security Posture 1

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

Wellth Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

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: wellth
name: Wellth
description: Wellth is a digital health company that applies behavioral economics to care-plan adherence for health plans
  and providers. Members use the Wellth mobile app to complete daily check-ins — photographing medications, logging blood
  pressure or glucose readings, confirming appointments and screenings — and earn financial rewards for staying on plan. Wellth
  sells into Medicare Advantage and D-SNP, Medicaid, ACA marketplace, employer and provider lines of business, and reports
  reductions in high-cost utilization, emergency department visits and readmissions. The company operates a production GraphQL
  API at api.wellthapp.com/graphql (Apollo Server, internally versioned apiv4) that backs the member mobile app and its internal
  dashboard, and publishes an Atlassian status page whose components include "Wellth API". The API is not accompanied by a
  public developer portal, reference documentation or machine-readable contract, and GraphQL introspection is disabled in
  production.
image: https://www.wellthapp.com/images/uploads/brand/wellth-social-image.png
url: https://raw.githubusercontent.com/api-evangelist/wellth/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-05'
modified: '2026-08-05'
tags:
- Company
- Health
- Healthcare
- Digital Health
- Medication Adherence
- Behavioral Health
- Health Plans
- Medicare
- Medicaid
- Patient Engagement
- Rewards
- GraphQL
- Mobile
apis:
- aid: wellth:graphql
  name: Wellth GraphQL API
  description: 'The production GraphQL API behind the Wellth member mobile app and the Wellth internal dashboard. Confirmed
    live at https://api.wellthapp.com/graphql: the endpoint is an Apollo Server deployment (stack traces reference an internal
    apiv4 application) that validates queries against a real Query type and enforces Apollo CSRF prevention. GraphQL introspection
    is explicitly disabled in production (INTROSPECTION_DISABLED), so no SDL could be captured, and Wellth publishes no public
    schema, reference documentation or developer portal for it. Listed as a named component ("Wellth API") on the company
    status page.'
  humanURL: https://www.wellthapp.com/solution
  baseURL: https://api.wellthapp.com/graphql
  tags:
  - GraphQL
  - Health
  - Patient Engagement
  properties:
  - type: StatusPage
    url: https://status.wellthapp.com
  x-evidence:
    fetched: '2026-08-05'
    probes:
    - url: https://api.wellthapp.com/graphql
      method: POST
      http_status: 200
      note: Apollo Server responded with GRAPHQL_VALIDATION_FAILED for an unknown field, confirming a live schema-backed endpoint
    - url: https://api.wellthapp.com/graphql
      method: POST
      http_status: 200
      note: Introspection query rejected with INTROSPECTION_DISABLED — SDL cannot be captured anonymously
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/wellth-domain-security.yml
- type: Website
  url: https://www.wellthapp.com/
- type: Blog
  url: https://www.wellthapp.com/resources
- type: Support
  url: https://www.wellthapp.com/contact-us
- type: GitHubOrganization
  url: https://github.com/wellth-app
- type: StatusPage
  url: https://status.wellthapp.com
- type: TermsOfService
  url: https://www.wellthapp.com/terms
- type: PrivacyPolicy
  url: https://www.wellthapp.com/privacy-policy
- type: SecondaryMarket
  url: https://forgeglobal.com/wellth_stock/
- type: Packages
  url: packages/wellth-packages.yml
- type: Conformance
  url: conformance/wellth-conformance.yml
- type: Compliance
  url: https://www.wellthapp.com/privacy-policy
- type: Lifecycle
  url: lifecycle/wellth-lifecycle.yml
- type: Conventions
  url: conventions/wellth-conventions.yml
- type: ErrorCatalog
  url: errors/wellth-problem-types.yml
- type: LLMsTxt
  url: llms/wellth-llms.txt
x-enrichment:
  date: '2026-08-05'
  status: minimal
  artifacts_added: 8
  pass: local-v1
x-coverage:
  state: unreadable
  reason: no-machine-readable-spec
  detail: Wellth runs a real production GraphQL API at api.wellthapp.com/graphql — its own status page lists a "Wellth API"
    component — but Apollo Server introspection is disabled in production (INTROSPECTION_DISABLED), there is no developer
    portal or reference documentation anywhere on wellthapp.com, and every other path on the API host answers 200 with the
    plain-text stub "Please use the /graphql route for access to useful data", so no schema, operation list or auth model
    can be read by any anonymous machine.
  evidence:
  - url: https://api.wellthapp.com/graphql
    status: 200
  - url: https://www.wellthapp.com/openapi.json
    status: 404
  - url: https://www.wellthapp.com/llms.txt
    status: 404
  - url: https://status.wellthapp.com/api/v2/summary.json
    status: 200
  checked: '2026-08-05'