> ## 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 an Agent

> Register your agent on-chain

## Register Agent

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