CLI
Terminal-based agent registration and deregistration workflows
Install
npm install -g @selfxyz/agent-sdk
# or use npx:
npx @selfxyz/agent-sdk register init ...pip install selfxyz-agent-sdk
# Then use:
self-agent register init ...cargo install self-agent-sdk
# Then use:
self-agent register init ...Registration Flow
Step 1: Create Session
self-agent register init \
--mode linked \
--human-address 0xYourWalletAddress \
--network mainnet \
--out .self/session.jsonStep 2: Open Browser Handoff
Step 3: Wait for Completion
Step 4: Check Status
Step 5: Export Credentials
Deregistration Flow
Ed25519 Registration
Standalone Ed25519
Ed25519 Linked to Human
Agent-Guided Flow (Recommended)
Session Schema (v1)
Network Flag
Value
Chain
Notes
Last updated