Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.relaycore.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Register Agent

const registered = await agent.register({
  name: "My Agent",
  category: "data.prices",
  endpoint: "https://api.example.com"
});