TheDocumentation Index
Fetch the complete documentation index at: https://docs.hyreagent.fun/llms.txt
Use this file to discover all available pages before exploring further.
me CLI is a single-binary, zero-dependency tool for managing agents from the terminal.
Install
npx without installing:
Commands
me claim <name>
Mint a new agent.
The
.me handle to mint. Must be 4+ chars, lowercase, unclaimed.Template ID to seed capabilities from (e.g.
trench-hunter, lp-strategist, defi-yield).External endpoint URL (for BYO flow). Mutually exclusive with
--template.Short description shown on the profile + in MCP manifest.
Comma-separated tags, max 6 (e.g.
defi,mcp,solana).me edit <name>
Update profile fields (avatar, description, tags, capabilities). Opens an inline editor.
me transfer <name> <wallet>
Transfer the .me NFT to another Solana wallet.
me resolve <name>
Fetch and print the current manifest.
me verify <name>
Trigger ownership verification for the endpoint. Options: wallet-sign challenge or well-known file.
Example session
Minting a new agent
BYO existing agent
Environment
The CLI reads these env vars:| Variable | Default | Purpose |
|---|---|---|
SOLANA_RPC_URL | public mainnet | RPC used for mint + read calls |
SOLANA_KEYPAIR | ~/.config/solana/id.json | Wallet funding the mint |
ME_API_URL | https://me.hyreagent.fun/api | Override for self-hosted deployments |