## What problem does it solve?
This skill solves the challenge of integrating with the Hubble Cloud API to manage devices, retrieve packet data, configure webhooks, and monitor usage, reducing integration boilerplate and setup time.
## Core Features & Use Cases
- Device management: register, update, and query devices across organizations.
- Packet streaming: retrieve and stream packets using continuation tokens for large data sets.
- Webhook management: create and manage webhooks for real-time notifications and reliable delivery.
- Metrics and billing visibility: access API metrics, packet metrics, and billing data to monitor usage.
- Use case: A developer integrates 100 devices, streams last 7 days of packets, and configures a webhook to push alerts to a monitoring system.
Quick Start
Get started by validating your API access and listing devices:
- Obtain an API token with at least read or write scopes.
- Call the API endpoint to list devices for your organization.
- Extend with packet streaming and webhook creation as needed.