# Bolta.team.rotate Key

> Rotate or revoke an existing API key for a human or agent principal, issuing a replacement key.

- Skill: `boltaai/bolta-team-rotate-key` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add boltaai/bolta-team-rotate-key`
- Raw SKILL.md: https://api.skillmd.com/api/skills/boltaai/bolta-team-rotate-key/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: boltaai (https://skillmd.com/u/boltaai)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/boltaai/bolta-team-rotate-key

---


## Steps
1. Check capability: `team:manage_keys`.
2. Call:
   - `bolta.rotate_api_key({workspace_id, api_key_id, action, new_label})`
3. Output result.

## Safety
- If revoke is requested, confirm no automation depends on it (if you can detect), otherwise warn in output.

