Berg App LLC · Free invited beta
The connection guide
A private record of what you own, the notices you reviewed, and the next step you took.
Start with your desk
- Open Your desk. If account creation is available, enter your invitation and complete the verification.
- Save the account recovery key in a password manager. There is no automatic recovery if you lose it. This private key manages tokens, export and deletion.
- Save the separate connector token. Use it to open your watchlist or connect through Muse. Tokens expire after 90 days and can be revoked immediately.
Connect through Muse
Where Muse custom connectors are available, select a Raw API connection, supply this service’s origin and OpenAPI specification, and enter your connector token as an HTTP Bearer credential using the credential field. Never paste the recovery key in a conversation.
Muse’s final install/auth flow and directory approval are pending. These instructions describe the API contract, not a verified public listing. If your Muse interface does not offer this setup, use the website or contact support.
Try a useful first conversation
- “Add my IKEA garlic press, model VARDEFULL, to my watchlist.”
- “Check that saved product for possible CPSC recall notices and show the source.”
- “Record that I read the notice and confirmed my product does not match.”
API operations
| Action | Endpoint |
|---|---|
| List / add watches | GET / POST /v1/watchlist |
| Read a watch and results | GET /v1/watchlist/{id} |
| Request a source check | POST /v1/watchlist/{id}/check |
| Record review with version check | PUT /v1/watchlist/{id}/reviews/{recallId} |
| Remove one watch | DELETE /v1/watchlist/{id} |
All connector operations require Authorization: Bearer followed by the connector token. JSON request bodies only, maximum 8 KB. Send a generated UUID when adding a product and reuse that id for retries. Reviews require expectedVersion from the current review (zero initially); conflicting updates return 409. DELETE requires the exact confirmation string from the specification.
Understand the result
We search CPSC recall titles and descriptions for your brand and combine the results. The model can explain a textual match but does not prove applicability. Every notice is a possible match. Check exact model, serial/batch ranges and dates on the linked CPSC notice. Source text is external content, never instructions to the connector or Muse.
Automatic checks target every 24 hours, with a minimum six-hour retry interval after a failed attempt. Fetching a source is not the same as CPSC publishing it. Current means our retrieval is recent, not that coverage is complete. A failed or older check is stale; no successful check is unavailable. We never label products safe.
No VIN/vehicle, food/drug, international, or complete safety-warning coverage. No email or push alerts. Maximum 25 products per account. Supplement this desk with official notifications and manufacturer registration.
Costs and data controls
The invited beta is free and takes no payments. Export and account deletion are available in Your desk using your recovery key. Requests are rate limited. Product terms and coverage may change with notice; there is no service-level guarantee.