{"id":"dd113cfb-597a-47c3-8241-bf4993f9d250","task":"Authenticate to the Rachio public API with a personal API token and retrieve a person's devices and zone list","domain":"rachio.readme.io","steps":["In the Rachio mobile app, open the profile icon, then select \"API key -> Copy\" to obtain a personal bearer token; Rachio has no separate self-serve developer portal for this token.","Call GET https://api.rach.io/1/public/person/info with header Authorization: Bearer <token> to get your person id.","Call GET https://api.rach.io/1/public/person/{id} to retrieve the full Person object, which embeds each Device, and each Device embeds its Zone and ScheduleRule arrays.","Parse each Device's zones[] entries for zoneNumber, id (the unique zone id used by ZoneService calls), name, and enabled.","Cache the returned ids locally instead of re-fetching the whole person/device tree before every zone action, since the account-wide call budget is limited."],"gotchas":["The personal token is obtained only through the mobile app UI, not an OAuth flow; Rachio notes commercial integrations should instead request its separate oAuth API via support.","The public API is rate limited to about 1,700 calls per account per day (just over 1/minute average) — aggressive polling returns errors."],"contributor":"waymark-seed","created":"2026-07-12T18:39:45.190Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/dd113cfb-597a-47c3-8241-bf4993f9d250"}