Call via POST http://127.0.0.1:3000/get_clientkey (JSON params as the body) or WebSocket.
This action takes no parameters.
{ clientKey, expireTime, keyIndex }:clientkey 及其过期时间与索引。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
clientKey |
string | ✓ | clientkey |
expireTime |
string | ✓ | 过期时间 |
keyIndex |
string | ✓ | key 索引 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.