Bright Data · Arazzo Workflow

Bright Data Proxy Manager Create and Verify a Port

Version 1.0.0

Create a proxy port in the local Proxy Manager and read it back to confirm it.

1 workflow 1 source API 1 provider
View Spec View on GitHub Web DataWeb ScrapingProxyResidential ProxyDatacenter ProxyISP ProxyMobile ProxySERPWeb UnlockerScraping BrowserDataset MarketplaceMCPAI AgentsArazzoWorkflows

Provider

bright-data

Workflows

create-and-verify-proxy-port
Create a proxy port bound to a zone and read it back to confirm.
Creates a new proxy port in the local Proxy Manager bound to the requested zone and country, then reads the port back to confirm its configuration.
2 steps inputs: country, port, session, zone outputs: createdPort, zone
1
createPort
Create a new proxy port bound to the requested zone, country, and session strategy.
2
verifyPort
Read the proxy port back to confirm it was created with the expected zone configuration.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Bright Data Proxy Manager Create and Verify a Port
  summary: Create a proxy port in the local Proxy Manager and read it back to confirm it.
  description: >-
    A Proxy Manager provisioning pattern. The workflow creates a new proxy port
    bound to a zone in the locally hosted Bright Data Proxy Manager, then reads
    the port back to confirm its configuration. The Proxy Manager is a local
    control plane and its endpoints do not require a Bearer token. Every step
    spells out its request inline so the flow can be read and executed without
    opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: proxiesApi
  url: ../openapi/bright-data-proxies-api-openapi.yml
  type: openapi
workflows:
- workflowId: create-and-verify-proxy-port
  summary: Create a proxy port bound to a zone and read it back to confirm.
  description: >-
    Creates a new proxy port in the local Proxy Manager bound to the requested
    zone and country, then reads the port back to confirm its configuration.
  inputs:
    type: object
    required:
    - port
    - zone
    properties:
      port:
        type: integer
        description: Local port number to expose for the proxy.
      zone:
        type: string
        description: Bright Data zone the proxy port routes through.
      country:
        type: string
        description: Country to pin the port to (ISO 3166-1 alpha-2).
      session:
        type: string
        description: Session strategy for the port (rand, sticky, round-robin).
  steps:
  - stepId: createPort
    description: >-
      Create a new proxy port bound to the requested zone, country, and session
      strategy.
    operationId: createProxy
    requestBody:
      contentType: application/json
      payload:
        port: $inputs.port
        zone: $inputs.zone
        country: $inputs.country
        session: $inputs.session
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      createdPort: $response.body#/port
  - stepId: verifyPort
    description: >-
      Read the proxy port back to confirm it was created with the expected zone
      configuration.
    operationId: getProxy
    parameters:
    - name: port
      in: path
      value: $steps.createPort.outputs.createdPort
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      zone: $response.body#/zone
      country: $response.body#/country
  outputs:
    createdPort: $steps.createPort.outputs.createdPort
    zone: $steps.verifyPort.outputs.zone

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/bright-data-proxy-port-provision-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.