Commands
| Command | Description |
|---|---|
enact init | Create wallet + agent session |
enact pay <url> | Make a paid HTTP request |
enact balance | Show token balances |
enact session | Show session info + remaining limit |
enact mcp | Start MCP server for AI tools |
Global flags
| Flag | Description |
|---|---|
-t, --agent | Machine-readable JSON output |
--help | Show help |
Agent mode
All commands support-t for JSON output — useful when the CLI is being called by an agent:
Credentials
Credentials are loaded in this order:.envfile in the current working directory- Environment variables (
AGENT_PRIVATE_KEY,AGENT_ROOT_ADDRESS, etc.)
enact init to create credentials for the first time.