← 返回
未分类 Key 中文

The LinkedIn Optimization Toolkit

Enterprise-grade API key generation, verification, and lifecycle management with centralized administrative control.
企业级 API 密钥生成、验证及全生命周期管理,支持集中式管理控制。
krishnakumarmahadevan-cmd krishnakumarmahadevan-cmd 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 384
下载
💾 0
安装
1
版本
#latest

概述

Overview

The Central Key Management System is a secure, centralized platform for managing cryptographic API keys across distributed applications and services. Designed for organizations that require strict control over key generation, distribution, and revocation, this system provides administrators with a comprehensive dashboard to oversee all key lifecycle operations.

This system enables secure authentication through admin-controlled key generation, real-time key verification, and immediate revocation capabilities. The platform maintains detailed audit trails and session management, making it ideal for enterprises operating under regulatory compliance frameworks such as SOC 2, ISO 27001, and PCI-DSS.

Organizations use the Central Key Management System to enforce key rotation policies, prevent unauthorized access through rapid revocation, and maintain centralized visibility into all API key operations across their infrastructure.

Usage

Generate a New API Key

Request:

{
  "client_name": "payment-service-prod",
  "expires_at": "2025-12-31T23:59:59Z"
}

cURL:

curl -X POST https://api.mkkpro.com/career/linproopt/generate-key-ui \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "client_name=payment-service-prod&expires_at=2025-12-31T23:59:59Z"

Response:

{
  "api_key": "sk_prod_a7f9d3e2c1b5f8g4h6j2k9m1n3p5r7t9",
  "client_name": "payment-service-prod",
  "created_at": "2024-01-15T10:30:22Z",
  "expires_at": "2025-12-31T23:59:59Z",
  "status": "active"
}

Verify an API Key

Request:

curl -X POST https://api.mkkpro.com/career/linproopt/verify-key \
  -H "Content-Type: application/json" \
  -d '{"api_key": "sk_prod_a7f9d3e2c1b5f8g4h6j2k9m1n3p5r7t9"}'

Response:

{
  "valid": true,
  "client_name": "payment-service-prod",
  "expires_at": "2025-12-31T23:59:59Z",
  "status": "active",
  "last_used": "2024-01-15T14:22:10Z"
}

Endpoints

Authentication

GET /login

Retrieve the login page interface.

Response:

  • 200 OK - HTML login page (text/html)

POST /login

Authenticate using an admin key to access the management dashboard.

Parameters:

NameTypeRequiredDescription
-----------------------------------
admin_keystringYesAdministrative key for authentication

Response:

  • 200 OK - Authentication successful, returns JSON with session token
  • 422 Validation Error - Missing or invalid admin_key parameter

GET /logout

Terminate the current session and invalidate the session token.

Response:

  • 200 OK - Successfully logged out

Key Management

POST /generate-key-ui

Generate a new API key for a client with specified expiration.

Parameters:

NameTypeRequiredDescription
-----------------------------------
client_namestringYesUnique identifier for the client or service requesting the key
expires_atstringYesISO 8601 timestamp indicating key expiration (e.g., 2025-12-31T23:59:59Z)

Response:

  • 200 OK - Key successfully generated, returns API key details
  • 422 Validation Error - Missing or malformed parameters

GET /get-random-key

Retrieve a randomly generated key from the system's key pool.

Response:

  • 200 OK - Returns a random API key object

POST /verify-key

Validate an API key and retrieve its metadata and status.

Parameters:

NameTypeRequiredDescription
-----------------------------------
api_keystringYesThe API key to validate

Response:

  • 200 OK - Key validation result with client name, expiration, and status

POST /revoke-key

Immediately revoke an active API key, preventing further use.

Parameters:

NameTypeRequiredDescription
-----------------------------------
api_keystringYesThe API key to revoke

Response:

  • 200 OK - Key successfully revoked
  • 422 Validation Error - Missing or invalid api_key parameter

Administrative & Diagnostic

GET /admin

Access the administrative dashboard for key management and system oversight.

Response:

  • 200 OK - HTML admin panel interface (text/html)

GET /debug-session

Retrieve current session information for debugging and audit purposes.

Response:

  • 200 OK - Session details in JSON format

GET /healthz

Health check endpoint for monitoring system availability and readiness.

Response:

  • 200 OK - System is operational

Pricing

PlanCalls/DayCalls/MonthPrice
-------------------------------------
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/career/linproopt
  • API Docs: https://api.mkkpro.com:8100/docs

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,916
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,949
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,639