Register Agent
register_agentRegister an AI agent wallet on Base by submitting Ethereum address, display name, and description. Link an optional GitHub repository to establish verifiable identity for reputation tracking.
Instructions
Register an AI agent wallet with metadata (name, description, optional GitHub URL).
This is a FREE endpoint.
Args:
wallet (string): Ethereum wallet address to register
name (string): Display name for the agent
description (string): What this agent does
github_url (string, optional): GitHub repository URL
Returns: { success, message }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Ethereum wallet address (e.g. 0xAbC...123) | |
| name | Yes | Display name for the agent | |
| description | Yes | What this agent does | |
| github_url | No | GitHub repository URL for the agent (optional) |