Query the authgent audit trail to see who authorized what, delegation chains, and security events. Essential for compliance and incident investigation.
Securely delegate work to another OpenClaw agent with scope-narrowed authorization. Creates a scoped token via RFC 8693 token exchange before sending work via sessions_send.
Register this OpenClaw agent with authgent-server and obtain a cryptographic identity (OAuth 2.1 client credentials). Run this before any secure delegation or tool access.
Kill switch — revoke an agent's token to block new requests and delegations. Existing child tokens expire per TTL (default 5 min). Use when an agent is compromised or a task must be stopped.
Verify an incoming delegated token before executing work from another agent. Checks token validity, scopes, and delegation chain.