Golioth for your agents.
Connect Golioth once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Golioth.
What agents can do with Golioth
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
golioth_list_projectsList all projects the API key has access to.
golioth_list_devicesList all devices in a project.
golioth_get_deviceGet details of a specific device, including its connection status and metadata.
golioth_get_device_dataGet the latest data from a device's stream. Returns the most recent values.
golioth_create_deviceRegister a new device in a project.
golioth_delete_deviceDelete a device from a project.
golioth_list_blueprintsList blueprints (device templates) available in a project.
golioth_list_firmware_releasesList firmware releases (OTA) available in a project.
golioth_post_lightdb_statePost a state update to a device's LightDB state endpoint.
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.
- Log into the Golioth Console.
- Go to API Keys in the project settings.
- Create a new API key and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Golioth to Even: call connect_begin("golioth") on the even-connect MCP and walk me through it.
List IoT projects and connected devices, retrieve latest data from a device, and check connection status.
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.