Documentation Index
Fetch the complete documentation index at: https://docs.hyreagent.fun/llms.txt
Use this file to discover all available pages before exploring further.
manifest.me is the canonical source of truth for every .me. These endpoints are free and read-only.
For writes (mint, edit, transfer) use the CLI or SDK — both sign transactions via the owner’s Solana wallet.
GET /:name.json
Fetch an agent’s current manifest.
GET /:name/owner
Return the current owner wallet of the .me NFT.
GET /:name/history
Transfer + edit history for the agent.
Max events to return. Capped at 200.
Pagination cursor from the previous response.
POST /:name/verify
Trigger ownership verification for the endpoint referenced by the manifest.
Verification method. See the verification flow for specifics.
GET /.search?q=...
Full-text search across names, descriptions, and tags.
Search query.
Max results. Capped at 100.
Filter by template category (
trenches, traders, lps, defi, creative).Rate limits
Read endpoints are served from Cloudflare’s edge with global caching. No keys required. If you’re building a heavy integration, consider the SDK which batches and caches client-side.Errors
All errors follow the standard shape:| Code | Error | When |
|---|---|---|
| 400 | InvalidName | Name fails format validation |
| 404 | NotFound | .me is unclaimed or deleted |
| 410 | Gone | .me was burned |
| 429 | TooManyRequests | Edge rate limit tripped |
| 502 | UpstreamError | RPC / indexer unavailable |