Cloud boards
Review registered devices, status, runtime versions, token previews, provisioning state, and firmware releases.
Desktop control, cloud visibility
Build firmware locally, manage cloud boards from the browser, ship OTA releases, and keep agent usage visible from one account.
What you can manage
Review registered devices, status, runtime versions, token previews, provisioning state, and firmware releases.
Track deployed firmware and queue existing releases for supported boards without opening the desktop app.
Monitor managed credits, recent requests, model source settings, and active conversation threads.
Build locally
Write sketches in a familiar editor, compile with Arduino CLI, and deploy to boards with Tantalum Cloud Runtime for heartbeat, OTA, and agent hooks.
#include <TantalumCloudRuntime.h>
void setup() {
Tantalum.begin();
pinMode(LED_BUILTIN, OUTPUT);
}
void loop() {
Tantalum.heartbeat();
Tantalum.checkForUpdate();
}Ship OTA
Upload releases from the IDE, then queue deployments to connected boards. Track OTA status and runtime versions from the cloud dashboard.
Compile in IDE → upload release → queue deploy → board updates on next heartbeat.
Agent visibility
Fast and deep agent modes run inside the IDE with monthly credits, request history, and model settings visible in your account.
See remaining credits, recent requests, charged tokens, and active threads at a glance.
Security baseline
Email verification and password reset live on the web portal. Desktop sign-in is blocked until email is verified.
The IDE receives a one-time grant through a custom protocol callback, then creates its own Appwrite session.
Admin pages require the Appwrite admin label and are enforced by backend functions.
Get started
Free Hobby tier. Cloud boards and agents included.