What can you do with it?
Manage zones, IPs, authentication, and proxy infrastructure through BrightData’s API, enabling operations such as checking status, managing zones, handling proxy configurations, and monitoring usage for web scraping and data collection.How to use it?
Basic Command Structure
Parameters
Required:action
- The operation to perform (check-status, get-zone-status, create-zone, update-zone, list-zones, delete-zone, get-ip-usage, get-proxy-config, create-whitelist, get-billing, generate-api-key)
zone-id
- BrightData zone identifierzone-name
- Name for the zonezone-type
- Type of zone (residential, datacenter, mobile)country
- Country code for zoneplan
- Zone plan (production, enterprise)
Tools
Check Status
Check the status of your BrightData account Parameters:- No additional parameters required
Get Zone Status
Check the status of a specific zone Parameters:zone-id
(required) - The zone ID to check
Create Zone
Create a new zone in BrightData Parameters:zone-name
(required) - Name for the new zonezone-type
(required) - Type of zone (residential, datacenter, mobile)country
(required) - Country code for the zoneplan
(required) - Zone plan (production, enterprise)
Update Zone
Update an existing zone’s configuration Parameters:zone-id
(required) - The zone ID to updatezone-name
(optional) - New name for the zoneplan
(optional) - New plan for the zone
List Zones
Retrieve a list of all zones Parameters:- No additional parameters required
Delete Zone
Delete a zone from your account Parameters:zone-id
(required) - The zone ID to delete
Get IP Usage
Retrieve IP usage statistics Parameters:- No additional parameters required
Get Proxy Configurations
Retrieve proxy configuration details Parameters:- No additional parameters required
Create IP Whitelist
Add IP addresses to the whitelist Parameters:ip-addresses
(required) - List of IP addresses to whitelistdescription
(optional) - Description for the whitelist entry
Get Billing Information
Retrieve current billing information and usage Parameters:- No additional parameters required
Generate Zone API Key
Generate a new API key for a specific zone Parameters:zone-id
(required) - The zone ID to generate a key forkey-name
(required) - Name for the API keyexpires-in-days
(optional) - Number of days until expiration (default: 90)