ワンクリックで
bolta-team-rotate-key
Rotate or revoke an existing API key for a human or agent principal, issuing a replacement key.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Rotate or revoke an existing API key for a human or agent principal, issuing a replacement key.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Activate a paused job after preview and voice validation - the explicit trust moment where user says "yes, start posting"
Modify an existing agent's configuration including persona, model tier, enabled skills, and job settings
Create and onboard a new AI agent teammate from marketplace presets with conversational discovery and preview generation.
Store and retrieve information across job runs - how agents learn and improve over time
Handle @mention interactions where users ask agents for quick feedback on posts and drafts
Bolta Skills Registry - canonical index and orchestration layer for all Bolta skills, organized by plane
| name | bolta.team.rotate_key |
| version | 1.0.0 |
| description | Rotate or revoke an existing API key for a human or agent principal, issuing a replacement key. |
| category | ops |
| roles_allowed | ["Owner","Admin"] |
| required_scopes | ["team:manage_keys"] |
| tools_required | ["bolta.get_my_capabilities","bolta.rotate_api_key"] |
| inputs_schema | {"type":"object","required":["workspace_id","api_key_id"],"properties":{"workspace_id":{"type":"string"},"api_key_id":{"type":"string"},"action":{"type":"string","enum":["rotate","revoke"],"default":"rotate"},"new_label":{"type":"string"}}} |
| outputs_schema | {"type":"object","properties":{"result":{"type":"string","enum":["rotated","revoked"]},"new_api_key_preview":{"type":"string"}}} |
| organization | bolta.ai |
| author | Max Fritzhand |
team:manage_keys.bolta.rotate_api_key({workspace_id, api_key_id, action, new_label})