bright-data

Accesses Brightman Data API endpoints for account, zone and mileage management via authenticated curl commands.

76|18|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/vm0-ai/vm0-skills --skill bright-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bright-data
Source: https://github.com/vm0-ai/vm0-skills/tree/main/bright-data
Command: npx skills add https://github.com/vm0-ai/vm0-skills --skill bright-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Bright Data accounts, zones, and bandwidth usage via API without using the UI.

Core Features & Use Cases

  • Account status: Confirm key state and permissions.
  • Zone management: List and inspect active zones.
  • Bandwidth monitoring: Track usage trends over time.

Quick Start

Check your account status and list active zones using curl with your API key.

Frequently Asked Questions about bright-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Bright Data account status and permissions via API?

Account status can be retrieved using curl with Bearer token authentication in the Authorization header, passing your BRIGHTDATA_API_KEY. The API returns key state and permission details without requiring the UI.

Can I list and inspect active zones using the Bright Data API?

Yes, zone management via API enables listing all active zones and retrieving detailed information about each zone through authenticated curl requests, allowing programmatic inspection without manual UI navigation.

How do I monitor bandwidth usage trends with Bright Data API?

Bandwidth usage can be queried through the API using authenticated sessions to track consumption over time, supporting trend analysis and usage monitoring without accessing the account dashboard.

What authentication method does the Bright Data API require?

The Bright Data API uses Bearer token authentication via the Authorization header, with credentials supplied through the BRIGHTDATA_API_KEY environment variable in curl commands.

Can I automate Bright Data account management without the web UI?

Yes, programmatic account management is fully supported through curl commands with piping-safe bash construction, enabling automated workflows for checking status, managing zones, and querying billing information.