Overview
Integrate Memfault with Telemetron to give your AI support agent access to device crash analytics, firmware version tracking, and fleet health metrics. When connected, the agent can look up device status, recent crashes, and diagnostic reports directly during support conversations.Prerequisites
- A Memfault account with an active project
- An Organization Access Token with read permissions
- At least one device registered in your Memfault project for testing
Setup
Enter Organization Access Token
Generate or retrieve your token from Memfault:
- In Memfault, navigate to Admin > Organization Auth Token
- Click Create Token
- Copy the generated token and paste it into Telemetron
Enter Organization Slug
Find your organization slug in the Memfault URL. It appears after
/organizations/ in the URL:Enter Project Slug
Find your project slug in the Memfault URL. It appears after
/projects/ in the URL:Enter Test Device Serial ID
Provide a device serial number for connection testing:
- In Memfault, go to Fleet > Devices
- Copy the serial number of any device exactly as displayed
- Paste it into the Test Device Serial ID field
Configuration
Once connected, the integration page shows:| Field | Value |
|---|---|
| Organization Slug | Your Memfault organization slug |
| Project Slug | Your Memfault project slug |
Direct API Access
Toggle Enable Direct API Access to allow the AI agent to query Memfault directly during conversations. When enabled, the agent can:- Look up device information by serial number
- Retrieve crash reports and coredumps
- Query device traces and diagnostic data
- Check firmware versions and update status
How It Works
Telemetron connects to the Memfault API using your Organization Access Token. The AI support agent can query device health data, crash analytics, and firmware information in real time. When a customer reports an issue, the agent can automatically look up the device’s recent crash reports, firmware version, and fleet-wide patterns to help diagnose problems faster.Troubleshooting
| Issue | Resolution |
|---|---|
| Authentication failed | Verify the Organization Access Token is correct and has not been revoked. Generate a new token if needed. |
| Organization or project not found | Double-check the organization and project slugs. Copy them directly from the Memfault URL to avoid typos. |
| Test device not found | Ensure the serial number matches exactly, including case. The device must exist in the specified project. |
| Missing telemetry data | Confirm that the data points you expect are marked as attributes in Memfault. Non-attribute metrics are not forwarded. |
| Direct API queries returning empty results | Verify that Enable Direct API Access is toggled on. Check that the device has recent data in Memfault. |