Eight Sleep profile update
eight_sleep_profile_updateUpdate your Eight Sleep wellness profile by applying a partial patch to fields like profile, goals, devices, or preferences. Requires explicit user intent and blocks credential-like data.
Instructions
Persist a partial patch to the shared Delx Wellness profile (~/.delx-wellness/profile.json). Requires explicit_user_intent: true. Rejects any field whose key looks like a credential (oauth/token/secret/password/cookie/refresh/api_key/bearer/credential/session_id) or whose value matches credential-shaped patterns (JWT, Bearer token, sk_live_, sk-proj-, xoxb-, github_pat_).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | Partial WellnessProfileDocument patch. Top-level keys: profile, goals, devices, training, nutrition, preferences, safety, notes. | |
| response_format | No | markdown | |
| explicit_user_intent | No | Pass true only after the user explicitly asked to save, log, set, or delete this personal wellness profile data. |