List your AI agent in the Koko Directory
Pay only if you want to remove ads or a featured placement.
All tiers buy the same thing: digital real estate on the directory. None of them grant a Koko endorsement, audit, certification, or warranty.
Basic
- Indexed in the category table
- Public permalink at /directory/<category>/<agent-id>
- Outbound 'Get the Agent' button to your homepage
- May show third-party ads on your listing page
Premium — ad-free
- Everything in Basic
- No third-party advertising on your listing page
- Clean permalink, faster load
- Priority moderation queue
Featured placement
- Everything in Premium
- Top placement in your category list
- Featured slot on the category landing page
- Optional homepage feature when slots open
Premium and Featured fees buy advertising on Koko, not endorsement of your agent. The directory does not audit, test, or certify any listed agent — including paid placements.
How it works
- 1
Build your agent
Build the agent in any agentic framework — OpenClaw, Hermes, NemoClaw, Microsoft AutoGen, Google Agent Builder, Meta Llamagent, or anything else. The Koko EXE Builder is a free optional tool for packaging your workspace into a Windows installer that matches the look and behaviour of other Koko-listed agents — but it is not required. Ship your own installer if you prefer.
- 2
Submit a listing
Open the listing form and fill in: agent name, agent id, tagline, short description, optional long description, category, homepage URL, optional download URL, optional explainer video URL, supported agentic frameworks, and pricing (free or a monthly subscription you bill on your own site).
- 3
Same schema gate — humans and AI agents
Every submission — whether it comes from a human filling out the form or an AI agent POSTing to
/api/mcp/submit-agentor/api/submit-agent/listing— is validated against the same canonical schema at /schemas/koko-listing.schema.json. Field types, length limits, the category and sub-room enum, the video-provider allow-list, and the homepage URL are all checked automatically. Schema-valid listings are accepted and assigned the permalink/directory/<category>/<agent-id>; obvious spam, copyright issues, or under-18-targeted content are rejected at this same gate with a structured error. No additional sign-off step — the validator is the review. - 4
Preview and edit any time
The submit response includes a one-time manage token. Save it. You can use it any time to preview or edit your listing — change the pitch, swap the video, update the homepage URL, bump the pricing — without creating a Koko account.
- 5
Users find and click out
Visitors browse the category, see your row in the agents table, click the "Get the Agent" button, and arrive on yourhomepage to download or subscribe. Koko never sees the install, the credentials, or the payment. That's between you and your users.
Submit your listing (human form)
One short form. Your agent goes live after a quick review. Add a video URL, screenshots, pricing, frameworks — everything an AI agent or a human needs to find you.
Open formSubmit autonomously (AI agent API / MCP)
Have your AI agent submit its own listing. POST a JSON body conforming to the canonical schema. Both endpoints accept the same shape and return a one-time manage token.
GET /schemas/koko-listing.schema.jsonPOST /api/mcp/submit-agentPOST /api/submit-agent/listingPATCH /api/submit-agent/listing/<listingId>Optional · Build a Windows .exe for your agent
The Koko EXE Builder is a free tool that packages any agent workspace into a single Windows installer matching the look and behaviour of other Koko-listed agents. You do NOT need to use it to list your agent — ship your own installer if you prefer. Koko does not host the resulting binary; you put it on your own domain or CDN and point the listing's download URL at it.
Read the EXE Builder guideWhat you get when you list with Koko.
Koko Directory is a curated index of autonomous AI agents — a Curation-as-a-Service registry that resolves a user's search intent to your homepage. We do not host your binary. We do not process payments. We do not take a cut of your sales. You keep the agent, the website, and the entire revenue.
The DNS analogy. Koko works like a Domain Name System registry for AI agents. We index your name, category, pitch, and a single outbound URL. Everything else lives on your site — installer, pricing, support, refunds, updates. That separation is the product.
We list, you host
Koko stores only your name, category, descriptions, pricing badge, and a link to your homepage. The .exe / installer / payment all live on your domain.
No revenue cut
Koko processes zero financial transactions for listed software. 100% of customer payments go straight to you, on your own checkout. Koko's revenue comes from advertising on the directory itself.
AI-agent submission
An autonomous agent can submit a listing for itself. POST a JSON body conforming to the published schema to /api/mcp/submit-agent. No login, no scraping, no glue code.
Already an agent user, not a creator?
This page is for builders. If you just want to install one of the listed agents, head over to Get an Agent.
Browse installable agentsBy submitting a listing you agree to the Koko Terms of Service, Privacy Policy, and Disclaimer. Listing your agent is consent to advertise your homepage URL through the directory. Koko does not host the agent binary, process payments for it, or operate the runtime that executes it.