Developer Tools21 toolsPaste one API key
Adafruit IO integration for AI agents
Adafruit IO is a cloud platform for storing, visualizing, and acting on data from connected devices and Internet of Things projects.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Adafruit IO once and call the same tools from all of them.
Setup
Connect Adafruit IO through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Adafruit IO exposes 21 tools through ClawLink. The 16 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
adafruit_io_get_account_status | Return compact identity, plan limits, and current data-write throttle usage for the connected | Read |
adafruit_io_get_dashboards | List dashboards, or retrieve one dashboard and its blocks by key | Read |
adafruit_io_get_data_point | Retrieve one feed data point by its exact ID | Read |
adafruit_io_get_feeds | List feeds, or retrieve one feed by key with optional data summary details | Read |
adafruit_io_get_groups | List groups with feed summaries, or retrieve one group by key | Read |
adafruit_io_list_feed_data | Return one newest-first page of feed data with an opaque cursor for the next older page | Read |
adafruit_io_add_feeds_to_group | Sequentially add 1-10 existing feeds to one group using one documented provider request per feed | Write |
adafruit_io_create_dashboard | Create a dashboard for visualizing and controlling feed data | Write |
adafruit_io_create_feed | Create a feed, optionally within an existing group | Write |
adafruit_io_create_group | Create a group for organizing feeds | Write |
adafruit_io_publish_feed_data | Publish one or multiple timestamped values to a feed, using the batch endpoint only when | Write |
adafruit_io_remove_feeds_from_group | Sequentially remove 1-10 feeds from one group using one documented provider request per feed | Write |
adafruit_io_update_dashboard | Update an existing dashboard by exact dashboard key | Write |
adafruit_io_update_data_point | Replace the value and optional metadata of one existing feed data point | Write |
adafruit_io_update_feed | Update an existing feed by exact feed key | Write |
adafruit_io_update_group | Update an existing group by exact group key | Write |