Kernel proxies enable you to route browser traffic through different types of proxy servers, providing enhanced privacy, flexibility, and bot detection avoidance. Proxies can be created once and reused across multiple browser sessions.
Datacenter has the fastest speed, while residential is least detectable. ISP is a balance between the two options, with less-flexible geotargeting. Kernel recommends to use the first option in the list that works for your use case.
When no longer needed, delete the proxy configuration:
Copy
Ask AI
import Kernel from '@onkernel/sdk';const client = new Kernel({ apiKey: 'My API Key',});await client.proxies.delete('id');
Deleting a proxy does not affect existing browser sessions that are currently using it. The configuration is only removed from your organization so it can’t be used in future browser sessions.