Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kernel Proxies API

Create and manage proxy configurations for routing browser traffic.

Kernel Proxies API is one of 22 APIs that Kernel publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Proxies. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 3 paths, and defines 11 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against a single base URL, https://api.onkernel.com.

5 operations 3 paths 11 schemas 1 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.onkernel.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Kernel Proxies API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Proxies 5

Create and manage proxy configurations for routing browser traffic.

POST
/proxies
Create a proxy
postProxies body → 201400401403500
GET
/proxies
List proxies
getProxies → 200401403500
GET
/proxies/{id}
Get proxy by ID
getProxiesById 1 param → 200401403404500
DELETE
/proxies/{id}
Delete proxy by ID
deleteProxiesById 1 param → 204400401403404500
POST
/proxies/{id}/check
Check proxy health
postProxiesByIdCheck 1 param body → 200400401403404422500

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Proxy (9 properties), MobileProxyConfig (6 properties), ResidentialProxyConfig (6 properties), ProxyCreateRequest (5 properties). Each schema is shown below with its type and property counts.

CreateCustomProxyConfig
object
Configuration for a custom proxy (e.g., private proxy server).
4 properties 2 required
ErrorDetail
object
2 properties
ResidentialProxyConfig
object
Configuration for residential proxies.
6 properties
IspProxyConfig
object
Configuration for an ISP proxy.
1 property
DatacenterProxyConfig
object
Configuration for a datacenter proxy.
1 property
ProxyCreateRequest
object
Configuration for routing traffic through a proxy.
5 properties 1 required
ProxyCheckRequest
object
Optional parameters for the proxy health check.
1 property
Error
object
4 properties 2 required
CustomProxyConfig
object
Configuration for a custom proxy (e.g., private proxy server).
4 properties 2 required
Proxy
object
Configuration for routing traffic through a proxy.
9 properties 1 required
MobileProxyConfig
object
Configuration for mobile proxies.
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kernel-so-proxies-api-openapi.yml Raw ↑

Other APIs Kernel publishes across the network.

Kernel MCP Server
Kernel API Keys API
Kernel Apps API
Kernel Auth Connections API
Kernel Browser Computer Controls API
Kernel Browser Filesystem API
Kernel Browser Logs API
Kernel Browser Playwright API
Kernel Browser Pools API
Kernel Browser Processes API
Kernel Browser Replays API
Kernel Browser Telemetry API