Losant for your agents.
Connect Losant once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Losant.
What agents can do with Losant
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
losant_list_devicesList all devices in an application. Returns device id, name, connection status, and attributes.
losant_get_deviceGet details about a specific device including its attributes and connection status.
losant_send_device_stateSend state data to a device. The data field contains the sensor readings as key-value pairs.
losant_list_applicationsList all applications available to the authenticated user.
losant_get_device_stateGet the most recent state (current attribute values) for a device.
losant_create_deviceCreate a new device in an application. `name` is required; optionally set `device_class` and `tags`.
losant_list_workflowsList workflows in an application.
losant_list_device_logsGet recent event logs for a specific device.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Register for a Losant account.
- Create an Application API Token with the desired scopes.
- Alternatively, authenticate a user account POST /auth/user to get a token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Losant to Even: call connect_begin("losant") on the even-connect MCP and walk me through it.
List IoT devices in Losant and send sensor data to update device state.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.