Orkhub Devices
Build an AI agent, connect it to any device, and invent what agent-driven hardware can do. The agent is the brain in the cloud; your device is its eyes and hands in the world.
ESP32 · Arduino · Raspberry Pi · any connected gadget · one API call
01 · How it works
The agent makes the judgment call — measured in seconds. The device keeps its own fast reflexes and asks the agent only for the decision. Agents reason; they don’t close control loops.
Describe your agent in plain English or write it in Python. The copilot wires the logic, tools, and guardrails.
Give your device a scoped key and ~15 lines of code. Any ESP32, Arduino, Raspberry Pi, or connected gadget.
The device asks “what should I do?”, the agent decides, the device acts — and every decision leaves a receipt.
02 · Ideas to build from
Not a catalog of finished products — sparks. Pick one, build it, fork it, and make it yours.
Watches a moisture sensor + camera and decides when, and how long, to irrigate.
Build thisLooks at who's at the door, reasons about context, and decides whether to alert, greet, or admit.
Build thisInspects a failed 3D print, diagnoses the cause, and adjusts the settings for the next run.
Build thisRuns the pump, charger, or heater only when grid power is cheapest — and logs why.
Build thisA store camera that flags empty shelves and drafts the restock order, with a photo receipt.
Build thisWatches a sensor stream, escalates real anomalies with a reason, and stays quiet on noise.
Build this03 · Connect in minutes
One HTTP call. The device sends what it’s sensing; the agent sends back a decision it can act on. No SDK to learn, no cloud to stand up.
curl -X POST https://orkhub.com/api/agents/YOUR_AGENT/run \
-H "Authorization: Bearer ork_your_device_key" \
-H "Content-Type: application/json" \
-d '{"input":"soil 18%, temp 34C — open the valve?"}'
# → {"ok": true, "response": "OPEN — soil below 25% and rising heat", ...}Real, working call against a live agent. Point it at any agent you’ve built.
04 · Built on everything Orkhub has
Device agents aren’t a separate product — they inherit every advanced thing Orkhub already does.
Describe what the device should decide; the agent gets written for you.
Start from someone else's creation, twist it for your hardware, send changes back.
Every change request gets read by a model before it ships to a live device.
When an agent moves a valve or a lock, you see what, when, and why.
Cheap open-weight models make thousands of device decisions affordable.
The agent can reach out to the device on a schedule, not just answer when asked.