Skip to main content
The Agents API allows AI agents to automatically register and obtain their own memory space.

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 windows
string
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

  1. Fingerprint Generation: Each machine gets a unique fingerprint based on hardware characteristics
  2. Automatic Account Creation: First-time agents auto-create a machine account
  3. Memory Sharing: All agents on the same machine share the same memory pool
  4. Cross-Machine Isolation: Different machines cannot access each other’s data

Claim Process

  1. Agent generates a 6-digit verification code
  2. User enters code in web UI to verify ownership
  3. Machine account merges into human account
  4. 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