diff --git a/agents/agent-kit/ecosystem.mdx b/agents/agent-kit/ecosystem.mdx index 5701f17..3cec9ad 100644 --- a/agents/agent-kit/ecosystem.mdx +++ b/agents/agent-kit/ecosystem.mdx @@ -6,9 +6,14 @@ description: "Projects and services that integrate AgentKit." --- Find places to use AgentKit at [agentbook.world](https://agentbook.world/). - To add your project, open a PR to the [AgentBook registry](https://github.com/andy-t-wang/agentbook). +Teach your agent to use its AgentKit registration when accessing x402 endpoints by adding the `agentkit-x402` skill: + +```bash +npx skills add worldcoin/agentkit agentkit-x402 +``` + *Example of the registration flow*

+Add this skill so your agent knows to use it's AgentKit registration when accessing x402 endpoints: +```bash +npx skills add worldcoin/agentkit agentkit-x402 +``` + # Step 3: Wire the hooks-based server flow The example below shows the maintained Hono wrapper path. AgentKit itself is not Hono-only: Express and Next.js route handlers can use the same hooks and low-level helpers from the [SDK Reference](/agents/agent-kit/sdk-reference).