|
1 | 1 | --- |
2 | | -title: "Proxies Overview" |
| 2 | +title: "Overview" |
3 | 3 | --- |
4 | 4 |
|
5 | 5 | import CreateProxySnippet from '/snippets/openapi/post-proxies.mdx'; |
6 | 6 | import ListProxiesSnippet from '/snippets/openapi/get-proxies.mdx'; |
7 | 7 | import DeleteProxySnippet from '/snippets/openapi/delete-proxies-id.mdx'; |
8 | 8 |
|
9 | | -Kernel proxies enable you to route browser traffic through different types of proxy servers, providing enhanced privacy, geographic flexibility, and bot detection avoidance. Proxies can be created once and reused across multiple browser sessions. |
| 9 | +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. |
10 | 10 |
|
11 | 11 | ## Proxy Types |
12 | 12 |
|
13 | | -Kernel supports five types of proxies, ranked by quality for avoiding bot detection (from best to worst): |
| 13 | +Kernel supports five types of proxies, ranked by quality (from best to worst): |
14 | 14 |
|
15 | | -1. **Mobile** - Traffic routed through mobile carrier networks |
16 | | -2. **Residential** - Traffic routed through residential ISP connections |
17 | | -3. **ISP** - Traffic routed through ISP data centers |
18 | | -4. **Datacenter** - Traffic routed through commercial data centers |
19 | | -5. **Custom** - Your own proxy servers |
| 15 | +0. [**Custom**](/proxies/custom) - Your own proxy servers |
| 16 | +1. [**Mobile**](/proxies/mobile) - Traffic routed through mobile carrier networks |
| 17 | +2. [**Residential**](/proxies/residential) - Traffic routed through residential ISP connections |
| 18 | +3. [**ISP**](/proxies/isp) - Traffic routed through ISP data centers |
| 19 | +4. [**Datacenter**](/proxies/datacenter) - Traffic routed through commercial data centers |
20 | 20 |
|
21 | 21 | ## 1. Create a proxy |
22 | 22 |
|
23 | | -<Info> |
24 | | -First, install the Kernel SDK: |
25 | | -- Typescript/Javascript: `npm install @onkernel/sdk` |
26 | | -- Python: `pip install kernel` |
27 | | -</Info> |
28 | | - |
29 | | -Create a proxy configuration that can be reused across browser sessions: |
| 23 | +Create a proxy configuration from the types above that can be reused across browser sessions: |
30 | 24 |
|
31 | 25 | <CreateProxySnippet /> |
32 | 26 |
|
@@ -88,6 +82,6 @@ When no longer needed, delete the proxy configuration: |
88 | 82 |
|
89 | 83 | <DeleteProxySnippet /> |
90 | 84 |
|
91 | | -<Note> |
92 | | -Deleting a proxy does not affect existing browser sessions that are using it. The proxy configuration is only removed from your organization. |
93 | | -</Note> |
| 85 | +<Info> |
| 86 | +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. |
| 87 | +</Info> |
0 commit comments