UniFi integration
UniFi adds repeatable network administration through the official Integration API; the core system operates fully without it.
Easy path
> Read the live controller API description, plan the network change, and verify the result.
What it adds
The unifi-network-api skill refreshes the live OpenAPI description, selects the exact operation, applies a bounded request, and verifies controller and gateway state. The API key travels as a header and the request stays tied to the selected operation.
Skill reference
This page is the single public reference for the integration skill.
- Ships in the
roundhouseplugin. - Source:
plugins/roundhouse/skills/unifi-network-api/SKILL.md.
Proof point
The source skill describes live-spec refresh, operation selection, header-based auth, bounded field preservation, and post-change verification.