Auto Register
Automatically register an AI agent based on machine fingerprint. Creates a machine account with API key.string
required
Unique machine identifier (auto-generated)
string
Operating system:
macos, linux, or windowsstring
Machine hostname
Request
Response
Claim Account Init
Initiate the claim process to link a machine account to a human email.string
required
The machine fingerprint to claim
string
required
Human email address to link
Request
Response
Claim Account Verify
Verify the claim code and complete the account linking.string
required
The machine fingerprint
string
required
6-digit verification code
Request
Response
Get Machine Stats
Get statistics for a machine account.string
required
Machine fingerprint
Request
Response
How It Works
Machine-Based Isolation
- Fingerprint Generation: Each machine gets a unique fingerprint based on hardware characteristics
- Automatic Account Creation: First-time agents auto-create a machine account
- Memory Sharing: All agents on the same machine share the same memory pool
- Cross-Machine Isolation: Different machines cannot access each other’s data
Claim Process
- Agent generates a 6-digit verification code
- User enters code in web UI to verify ownership
- Machine account merges into human account
- All memories and settings are preserved
Use Cases
- Local AI Agents: Cursor, OpenClaw, Claude Code integration
- Multi-Agent Systems: Multiple agents sharing memory on same machine
- Team Collaboration: Claim and share machine accounts with team members
Security
- Machine fingerprints are cryptographically generated
- API keys are scoped to machine accounts
- Claim process requires email verification
- All data is encrypted at rest and in transit