Skip to main content
This section provides an overview of the OkeyProxy Agent API, designed for managing sec-user accounts, assigning rotating proxy plans, and generating authenticated proxy endpoints.

Overview

The OkeyProxy Agent API allows agents to programmatically manage their sec-user accounts, assign traffic-based rotating proxy plans, and generate authenticated proxy endpoints for their users. It supports operations such as:
  • Creating, editing, enabling/disabling sec-user accounts
  • Assigning or querying proxy plans and usage
  • Generating proxy endpoints by location, session type, and protocol
  • Viewing historical and real-time usage logs

Authentication

All API requests require an apiKey which is unique to each agent account. This API key must be provided either:
  • In the request body for POST endpoints, or
  • As a query parameter for GET endpoints
There is no Bearer or OAuth scheme. Example usage:
{
  "apiKey": "your-agent-api-key"
}

How to Obtain Your Agent API Key

To access and use the OkeyProxy Agent API, you need a valid apiKey. Follow the steps below to obtain one:
  1. Register an account on OkeyProxy
  2. Contact @OkeyProxy_support to apply for Agent access
  3. Once your application is approved, your account will be upgraded with Agent-level permissions and access to the Agent Dashboard
  4. Log in to the Dashboard and navigate to the Agent API section to generate your Agent API Key

Proxy Type Reference

Each rotating proxy plan is categorized into three types:
Proxy TypePlan NameDescription
1StarterRotating datacenter proxies
2AdvancedRotating residential proxies
3PremiumRotating residential proxies with best-performing IPs
These values are used in request fields such as proxyType when assigning plans or generating proxy endpoints.

Example Use Cases