You're viewing a demo portfolio

Join the waitlist
PRSM

rotate_key

Active

Tool of BorealHost

declared in 1.27.0

Atomically rotate an API key. Old key is immediately invalidated. Creates a new key with the same name, scopes, and rate limits. The new key is returned once — store it immediately. Requires: API key with write scope. Args: key_id: UUID of the API key to rotate (get from whoami()) Returns: {"api_key": "bh_...", "key_id": "uuid", "prefix": "bh_...", "scopes": ["read", "write"], "message": "Key rotated. Store securely."} Note: The old key stops working immediately. Update BOREALHOST_API_KEY right away.

Parameters schema

{
  "type": "object",
  "title": "rotate_keyArguments",
  "required": [
    "key_id"
  ],
  "properties": {
    "key_id": {
      "type": "string",
      "title": "Key Id"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →