The detail pages below are generated fromDocumentation Index
Fetch the complete documentation index at: https://dev.1st.app/llms.txt
Use this file to discover all available pages before exploring further.
backend/api/openapi.yaml via
Mintlify’s OpenAPI integration. The source of truth is the YAML — if you
spot a mismatch, the YAML wins.
Base URL
Authentication
All endpoints requireAuthorization: Bearer <key> — see
Authentication.
/v1/readings.csv additionally accepts the key as ?key=... so Google
Sheets =IMPORTDATA() and Excel’s “From Web” can fetch it. URLs with
?key=... end up in upstream logs — mint a dedicated key per feed and
rotate after the URL is shared.
Endpoints
| Method | Path | Page |
|---|---|---|
| GET | /v1/team | Get team |
| GET | /v1/sensors | List sensors |
| GET | /v1/sensors/current | Current conditions per sensor |
| GET | /v1/sensors/{sensor_id} | Get sensor |
| PATCH | /v1/sensors/{sensor_id} | Update sensor |
| GET | /v1/sensors/{sensor_id}/readings | List readings |
| GET | /v1/readings.csv | Bulk CSV export |