CLI Reference
enact session
Show current agent session info and remaining spending limit.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Show current agent session info and remaining spending limit.
enact session
Enact Session
Root Account: 0x1234...5678
Access Key: 0xabcd...efgh
Budget: $100 USD
Remaining: $95.50 USD
enact -t session
{
"rootAddress": "0x1234...5678",
"accessKey": "0xabcd...efgh",
"budget": "100",
"remaining": "95.50"
}
remaining before making expensive requests. Use enact -t session to get a machine-readable value and compare against the expected cost from enact -t pay --dry-run.