Icewheel Energy Key Beacon
A utility to host a public key and interact with the Tesla Fleet API.
1. Your Public Key
The app is serving this public key at /.well-known/appspecific/com.tesla.3p.public-key.pem
-----BEGIN PUBLIC KEY----- MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEOsat6GW+VbklxpNIYhTpVr+VFkAxaWQBNbR5n4Faw2U/F4KNw0n8zQdarSzu5Xr0G2u+zrqXgr+J9+3p0NDHPg== -----END PUBLIC KEY-----
2. Partner Authentication Token
3. Register Your Domain
4. Verify Registration
Important: Tesla App Configuration
In your Tesla Developer Portal, you must add URLs for both your local computer and your final deployed app.
Allowed Origin(s):
- `http://localhost:8081`
- `https://your-final-cloud-run-url.a.run.app` (replace with your actual URL)
Allowed Redirect URI(s):
- `http://localhost:8081/api/tesla/fleet/auth/callback`
- `https://your-final-cloud-run-url.a.run.app/api/tesla/fleet/auth/callback`
Allowed Returned URL(s):
- `http://localhost:8081`
- `https://your-final-cloud-run-url.a.run.app` (replace with your actual URL)