Central Key Management System

Enterprise-grade API key generation, verification, and lifecycle management with centralized administrative control.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Central Key Management System" with this command: npx skills add toolweb-the-linkedin-optimization-toolkit

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated