ClawLink
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.

ToolWhat it doesKind
adafruit_io_get_account_statusReturn compact identity, plan limits, and current data-write throttle usage for the connectedRead
adafruit_io_get_dashboardsList dashboards, or retrieve one dashboard and its blocks by keyRead
adafruit_io_get_data_pointRetrieve one feed data point by its exact IDRead
adafruit_io_get_feedsList feeds, or retrieve one feed by key with optional data summary detailsRead
adafruit_io_get_groupsList groups with feed summaries, or retrieve one group by keyRead
adafruit_io_list_feed_dataReturn one newest-first page of feed data with an opaque cursor for the next older pageRead
adafruit_io_add_feeds_to_groupSequentially add 1-10 existing feeds to one group using one documented provider request per feedWrite
adafruit_io_create_dashboardCreate a dashboard for visualizing and controlling feed dataWrite
adafruit_io_create_feedCreate a feed, optionally within an existing groupWrite
adafruit_io_create_groupCreate a group for organizing feedsWrite
adafruit_io_publish_feed_dataPublish one or multiple timestamped values to a feed, using the batch endpoint only whenWrite
adafruit_io_remove_feeds_from_groupSequentially remove 1-10 feeds from one group using one documented provider request per feedWrite
adafruit_io_update_dashboardUpdate an existing dashboard by exact dashboard keyWrite
adafruit_io_update_data_pointReplace the value and optional metadata of one existing feed data pointWrite
adafruit_io_update_feedUpdate an existing feed by exact feed keyWrite
adafruit_io_update_groupUpdate an existing group by exact group keyWrite