Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion agents/agent-kit/ecosystem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<CardGroup cols={2}>
<Card
title="Registration"
Expand Down
5 changes: 5 additions & 0 deletions agents/agent-kit/integrate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ Once the wallet is registered, AgentKit can resolve it to an anonymous human ide

<p className="text-center text-sm">*Example of the registration flow*</p>

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).
Expand Down
Loading