remoteagent.online  the open-source control plane for secure, cost-controlled AI agents

Revoke AI agent access: devices, tokens, and keys

How to cut off a lost device, a leaving teammate, or a misbehaving agent: device revocation, token expiry, and key rotation in the right order.

Updated 2026-08-22Reading time 4 min

The order matters

Revoke the widest access first, then work inward: device, token, key. That way a compromise cannot jump from one layer to the next while you are still cleaning up.

Lost or stolen device

  1. Revoke the device in the console — it stops claiming tasks and its token stops working.
  2. Check the audit history for what the device did in its last hours.
  3. If the device ever held a raw key locally, rotate that key — a stolen laptop plus a key is the worst combination.

A teammate leaves

  1. Remove their member access — the mechanism from team key sharing.
  2. Rotate any key that touched their personal machine, not just the shared vault.
  3. Record it: the audit chain should show when access ended and who ended it.

A misbehaving agent

An agent that ignores policy does not always need a key change — first tighten the policy itself: secure mode, narrower capabilities, and a lower spend cap. Revoke only what you must; a revoked-but-needed access is how shadow workarounds start.

Make revocation routine

The test: can you name, in one sentence, how to cut off any device, member, or key in under a minute? If not, that is the gap — the vault design exists precisely so the answer is always yes.