Kernel · Arazzo Workflow

Kernel - create a browser, run Playwright, screenshot, tear down

Version 1.0.0

End-to-end cloud browser automation on Kernel.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyBrowser AutomationWeb AgentsBrowser InfrastructureAI AgentsPlaywrightCloud BrowsersComputer UseMCPManaged AuthArazzoWorkflows

Provider

kernel

Workflows

browserAutomate
Create a cloud browser, execute Playwright code, capture a screenshot, then delete the session.
4 steps inputs: playwright_code, start_url outputs: browser_id
1
createBrowser
2
runPlaywright
3
screenshot
4
deleteBrowser

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Kernel - create a browser, run Playwright, screenshot, tear down
  version: 1.0.0
  summary: End-to-end cloud browser automation on Kernel.
sourceDescriptions:
- name: browserComputerControlsApi
  url: ../openapi/kernel-browser-computer-controls-api-openapi.yml
  type: openapi
- name: browserPlaywrightApi
  url: ../openapi/kernel-browser-playwright-api-openapi.yml
  type: openapi
- name: browsersApi
  url: ../openapi/kernel-browsers-api-openapi.yml
  type: openapi
workflows:
- workflowId: browserAutomate
  summary: Create a cloud browser, execute Playwright code, capture a screenshot, then delete the session.
  inputs:
    type: object
    properties:
      start_url:
        type: string
        example: https://example.com
      playwright_code:
        type: string
        example: "await page.goto('https://example.com'); return await page.title();"
  steps:
  - stepId: createBrowser
    operationId: postBrowsers
    requestBody:
      payload:
        start_url: $inputs.start_url
    outputs:
      browser_id: $response.body#/id
  - stepId: runPlaywright
    operationId: executePlaywrightCode
    parameters:
    - name: id
      in: path
      value: $steps.createBrowser.outputs.browser_id
    requestBody:
      payload:
        code: $inputs.playwright_code
  - stepId: screenshot
    operationId: takeScreenshot
    parameters:
    - name: id
      in: path
      value: $steps.createBrowser.outputs.browser_id
  - stepId: deleteBrowser
    operationId: deleteBrowsersByIdOrName
    parameters:
    - name: id_or_name
      in: path
      value: $steps.createBrowser.outputs.browser_id
  outputs:
    browser_id: $steps.createBrowser.outputs.browser_id

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/kernel-browser-automate"
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 email required.

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