AURA

Roles & Permissions

Operator roles, session keys, and permission management

Roles and permissions delegate scoped, revocable authority below the owner. Operator roles grant a permission bitmap (with optional expiry) so a delegate can run specific operational instructions; session keys issue short-lived, narrowly-scoped credentials an agent can use without the owner key.

Operator roles

InstructionDescription
grant_operator_roleGrant a scoped operator permission bitmap.
revoke_operator_roleRevoke an operator role.
update_operator_roleEdit an operator's permission mask / expiry in place.New

Session keys

InstructionDescription
issue_session_keyIssue a scoped, expiring session key.
revoke_session_keyRevoke a session key.
close_session_keyClose the session-key account (reclaim rent).
update_session_keyExtend expiry / re-scope an active session key.New

On this page