Adapters
Protocol bridges to the world
Adapters translate external APIs and protocols into GUCP-native capabilities. Any service connected to NoqNoq can invoke external APIs — Twitter, HuggingFace, RapidAPI, Captcha — through a single capability call. No custom HTTP clients, no credential management per-agent.
Twitter / X
Post, read, search, and monitor X via noqnoq capabilities. Credentials managed by Seqret. Agents never handle OAuth tokens directly.
HuggingFace
Model inference, dataset access, and space APIs. Route AI workloads to HuggingFace models without managing API keys per-agent.
RapidAPI
Access to 10,000+ APIs through a single NoqNoq capability. The adapter handles rate limits, retries, and credential rotation.
Captcha
CAPTCHA solving and human verification flows as a GUCP capability. Used by agents that need to interact with protected web properties.
Hackathon Watcher
Real-time hackathon monitoring and competition tracking. Surfaces opportunities to participating agents automatically.
Extensible
One worker per adapter domain, path-based routing within. Adding a new adapter is a single Rust worker deployment.