Install
openclaw skills install toolweb-the-linkedin-optimization-toolkitEnterprise-grade API key generation, verification, and lifecycle management with centralized administrative control.
openclaw skills install toolweb-the-linkedin-optimization-toolkitThe 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.
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"
}
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"
}
/loginRetrieve the login page interface.
Response:
/loginAuthenticate using an admin key to access the management dashboard.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
admin_key | string | Yes | Administrative key for authentication |
Response:
/logoutTerminate the current session and invalidate the session token.
Response:
/generate-key-uiGenerate a new API key for a client with specified expiration.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
client_name | string | Yes | Unique identifier for the client or service requesting the key |
expires_at | string | Yes | ISO 8601 timestamp indicating key expiration (e.g., 2025-12-31T23:59:59Z) |
Response:
/get-random-keyRetrieve a randomly generated key from the system's key pool.
Response:
/verify-keyValidate an API key and retrieve its metadata and status.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | The API key to validate |
Response:
/revoke-keyImmediately revoke an active API key, preventing further use.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | The API key to revoke |
Response:
/adminAccess the administrative dashboard for key management and system oversight.
Response:
/debug-sessionRetrieve current session information for debugging and audit purposes.
Response:
/healthzHealth check endpoint for monitoring system availability and readiness.
Response:
| Plan | Calls/Day | Calls/Month | Price |
|---|---|---|---|
| Free | 5 | 50 | Free |
| Developer | 20 | 500 | $39/mo |
| Professional | 200 | 5,000 | $99/mo |
| Enterprise | 100,000 | 1,000,000 | $299/mo |
ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.