omni-proxies

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->

Overview

概述

Configure HTTP/HTTPS/SOCKS proxies for upstream provider requests. Set per-provider or global proxy rules, test connectivity, and manage proxy rotation.
为上游提供商请求配置HTTP/HTTPS/SOCKS代理。设置按提供商或全局的代理规则,测试连通性,并管理代理轮换。

Authentication

认证

All requests require a valid Bearer token or session cookie. Obtain a token via
POST /api/auth/login
or configure
REQUIRE_API_KEY=false
for local development.
所有请求都需要有效的Bearer令牌或会话Cookie。可通过
POST /api/auth/login
获取令牌,或在本地开发时配置
REQUIRE_API_KEY=false

Endpoints

端点

No endpoints mapped for this area yet.
此区域尚未映射任何端点。

Payloads

请求/响应结构

See the full OpenAPI specification at
GET /api/openapi/spec
or
docs/openapi.yaml
for detailed request/response schemas.
有关详细的请求/响应模式,请查看
GET /api/openapi/spec
docs/openapi.yaml
中的完整OpenAPI规范。