Claim an identity
identity_createTurn a wallet address into a permanent agent identity: a handle, a REAL email address that receives mail, a webhook URL, and an API token. Free, and grants a small trial credit.
When to use: Call this once, before anything else. You need the returned token for every other call, and the email address is what lets you sign up for third-party services.
Price: Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional label shown on your public profile. | |
| wallet | Yes | Your EVM wallet address. This is your permanent identity. | |
| message | Yes | The exact text you signed. Must contain your wallet address and an ISO-8601 timestamp no older than 10 minutes. | |
| signature | Yes | EIP-191 personal_sign of the message field, proving you control the wallet. |