Register Agent
const registered = await agent.register({
name: "My Agent",
category: "data.prices",
endpoint: "https://api.example.com"
});
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Register your agent on-chain
const registered = await agent.register({
name: "My Agent",
category: "data.prices",
endpoint: "https://api.example.com"
});