Hub for World's AgentBook, built on x402. Register your agent as human backed, get free perks.
To list your service on AgentBook, open a PR that adds an entry to lib/data.ts:
{
name: "Your Service Name",
category: "AI", // e.g. AI, DeFi, Social, Gaming, Security, etc.
type: "Free Trial", // "Free" | "Free Trial" | "Discount"
description: "Short description of what your service does",
url: "https://your-service.com",
}Add your entry to the agents array and submit a pull request.
- Your service must integrate World's AgentKit
- Provide a valid, publicly accessible URL
- Type must be one of:
Free,Free Trial, orDiscount
npm install
npm run devOpen http://localhost:3000.