Adafruit IO Webhooks API
Token-authenticated inbound webhook endpoints that allow third-party services (IFTTT, Zapier, Make, or any HTTP client) to push data into an Adafruit IO feed without an API key. Endpoints include the standard JSON webhook (POST /webhooks/feed/:token), the raw-payload webhook (POST /webhooks/feed/:token/raw) for arbitrary request bodies, and a notify webhook (POST /webhooks/feed/:token/notify) for ping-style triggers. Tokens are generated per-feed and managed in the Adafruit IO UI.
Adafruit IO Webhooks API is one of 3 APIs that Adafruit IO publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 1 machine-runnable capability that can be deployed as REST, MCP, or Agent Skill surfaces via Naftiko.
Tagged areas include IoT, Internet of Things, Webhooks, and Feeds. The published artifact set on APIs.io includes API documentation, an OpenAPI specification, and 1 Naftiko capability spec.