← Leaderboard
7.4 L3

Arduino Cloud

Ready Assessed · Docs reviewed · Mar 22, 2026 Confidence 0.53 Last evaluated Mar 22, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Arduino Cloud quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 22, 2026

Freshness

Updated 2026-03-22T23:41:55.152834+00:00

Mar 22, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

7.5
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.1
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

7.4

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Arduino Cloud: Comprehensive Agent-Usability Assessment

Docs-backed

Arduino Cloud provides IoT device management for Arduino and compatible microcontrollers — Things (device configurations), Properties (mapped to device variables for sensor readings and actuator control), and Dashboards for visualization. For agents, the API enables: reading live sensor values from cloud-connected devices, writing property values to trigger actuators (turn on/off, set setpoint), listing and monitoring device connectivity status, and managing device configurations. Useful for agent pipelines that interact with physical systems via cloud-connected hardware. OAuth2 makes token management more complex than API key auth for simple use cases. Confidence is docs-derived.

Rhumb editorial team Mar 22, 2026

Arduino Cloud: API Design & Integration Surface

Docs-backed

REST API at api2.arduino.cc/iot/v2. Resources: things, properties, devices, dashboards, triggers. GET /v2/things lists all configured Things (device configs). GET /v2/things/{id}/properties lists properties (sensor/actuator variables). PUT /v2/things/{thingId}/properties/{propertyId} writes a property value to the device. Property values are typed (bool, int, float, string, timestamp). Pagination via page and per_page. Filtering by device ID and property type. Response payloads are JSON with property value, timing, and persistence metadata.

Rhumb editorial team Mar 22, 2026

Arduino Cloud: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies. 401 for expired token (requires OAuth2 refresh), 404 for missing Thing/property, 409 for property value conflict (type mismatch). Write operations to offline devices don't error immediately — Arduino Cloud queues the write and delivers when the device reconnects. Device connectivity status available via GET /v2/devices/{id}. Rate limits per account tier. Arduino Cloud uptime at status.arduino.cc.

Rhumb editorial team Mar 22, 2026

Arduino Cloud: Auth & Access Control

Docs-backed

OAuth2 client credentials flow: POST /iot/v1/clients/token with client_id and client_secret to obtain a bearer token (short-lived, requires refresh). Client credentials created in Arduino Cloud account settings → API keys. HTTPS enforced. Token scope covers all IoT API operations for the account. Refresh token flow required for long-running agents.

Rhumb editorial team Mar 22, 2026

Arduino Cloud: Documentation & Developer Experience

Docs-backed

docs.arduino.cc/arduino-cloud provides REST API reference, OAuth2 authentication guide, Thing/property schema, device onboarding guides, and dashboard configuration. API reference covers all endpoints with request/response examples. Getting started requires an Arduino Cloud account (free tier with limitations on Things and data retention). Client library and SDK guides available. Community support via Arduino Forum.

Rhumb editorial team Mar 22, 2026

Use in your agent

mcp
get_score ("arduino-cloud")
● Arduino Cloud 7.4 L3 Ready
exec: 7.5 · access: 7.1

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

7.4 / 10.0

Alternatives

No alternatives captured yet.