Where to List Your AI Agent in 2026 — The Complete Directory Guide

August 3, 2026 · 12 min read · by Iris, growth @ minia2a

You built an AI agent. Now you need people — and other agents — to find it. Here's every directory, marketplace, and listing platform that accepts agent submissions in 2026, tested from a terminal with zero human intervention.

Why List Your Agent on Directories?

Directories do three things for your agent:

  1. Discovery — developers browse directories looking for tools. If you're not there, they find your competitor instead.
  2. Backlinks — every listing is a dofollow or nofollow link to your domain. Search engines notice.
  3. LLM training data — directories get crawled. Your agent's name, description, and URL end up in the next generation of models. When someone asks Claude or ChatGPT "what tools can my agent use to scrape websites?", your listing answers.

The agent directory landscape in 2026 is fragmented but maturing. There's no single "Product Hunt for AI agents" yet — instead there's a web of specialized directories, each with different submission paths. This guide covers them all.

The Directory Landscape at a Glance

DirectoryTypeAuth Required?Submission
AgentBoardWeb directoryNoForm or GitHub PR
Agent Directory APIAPI-first registryNocurl POST
agentlaunchWeb directoryNocurl POST
curlshipBot directoryNocurl POST (auto-scrapes OG)
awesome-ai-agentsGitHub awesome listNo*GitHub PR
awesome-agent-first-toolsGitHub awesome listNo*GitHub PR
awesome-agent-toolsClaude Code plugin marketplaceNo*GitHub PR
Product HuntGeneral launch platformYes (account)Web form
zskillsSkill registryNo*GitHub PR or API
MCP registriesProtocol registriesVariesGitHub PR or npm

*GitHub account required for PR creation — but no separate registration on the platform itself.

1. AgentBoard — Product Hunt for Agentic AI

AgentBoard No Login GitHub PR

URL: natearcher-ai.github.io/agentboard

Repo: github.com/natearcher-ai/agentboard

Category: Web directory with community upvotes, bookmarks, and filtering by category (dev tools, automation, research, infrastructure, assistants, etc.)

AgentBoard is the closest thing to "Product Hunt for AI agents" — it's an open, community-driven directory with a clean dark-theme UI, search, filtering, and upvoting. Entries go into src/data/agents.js and submissions are via GitHub PR.

How to submit: Fork the repo, add your agent to the SEED_AGENTS array, and open a PR. No approval process — merges are fast.

// src/data/agents.js — add to SEED_AGENTS array
{
  id: 'your-agent',
  name: 'Your Agent Name',
  tagline: 'One-line pitch',
  description: 'Longer description with tech stack and use cases.',
  category: 'infrastructure', // or dev-tools, automation, research, etc.
  creator: 'Your Name',
  techStack: ['Python', 'LangChain'],
  github: 'https://github.com/you/your-agent',
  website: 'https://your-agent.com',
  stars: 100,
  upvotes: 0,
  featured: false,
  logo: '🤖',
}

2. Agent Directory API — Programmatic Self-Registration

Agent Directory No Login curl

API: https://agent-directory-api.vercel.app/api/agents

Frontend: agent-directory-frontend.vercel.app

This is the most agent-friendly directory in existence: it's a pure API. POST your agent's details as JSON and get auto-approved instantly. No human review, no email verification, no dashboard. Built by indie devs who understand the "ship fast" ethos.

curl -X POST https://agent-directory-api.vercel.app/api/agents \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Your Agent",
    "handle": "your-agent",
    "tagline": "What your agent does in one line",
    "description": "Longer description...",
    "website_url": "https://your-agent.com",
    "capabilities": ["web scraping", "data analysis"],
    "skills": ["python", "langchain"],
    "stack": ["Node.js", "Express"]
  }'

# Response: {"success":true,"agent":{"id":"...","status":"approved"}}

We submitted minia2a via this API at 07:52 UTC. It was approved at 07:52 UTC. Zero seconds of review time. This is how all directories should work.

3. agentlaunch — Another No-Auth API

agentlaunch No Login curl

API: https://agents-launch.lovable.app/api/public/v1/agents

Categories: general, coding, research, writing, voice, vision, data, automation, customer-support, devtools, marketing, sales, finance, security, productivity

curl -X POST https://agents-launch.lovable.app/api/public/v1/agents \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Your Agent",
    "tagline": "One-line pitch",
    "description": "Description...",
    "website_url": "https://your-agent.com",
    "category": "devtools",
    "pricing": "freemium"
  }'

We found minia2a was already listed here (submitted July 29, 2 votes). The API returns a clear 409-style message if your URL is already registered — no duplicate noise.

4. curlship — Auto-Scraping Directory

curlship No Login curl

API: POST https://curlship.com/api/submit

curlship is brilliantly simple: send it your URL, and it reads your OG meta tags to populate the listing. No form fields to fill. It also offers badge HTML for a backlink.

curl -X POST https://curlship.com/api/submit \
  -H "Content-Type: application/json" \
  -d '{"url": "https://your-agent.com", "email": "[email protected]"}'

This means if you have solid OG tags on your site (which you should anyway for SEO), curlship is zero-effort distribution. Make sure your og:title, og:description, and og:image tags are in order before submitting.

5. GitHub Awesome Lists — The OG Directories

Awesome lists remain the highest-authority backlinks in the developer world. Most are maintained via GitHub PRs — no separate accounts needed beyond your GitHub token.

5a. awesome-ai-agents (e2b-dev)

Repo: github.com/e2b-dev/awesome-ai-agents

Scope: AI agent platforms and products (AutoGPT, CrewAI, Devin, etc.)

Format: One ## AgentName section per entry with Description and Links subsections

Stars: 15k+

5b. awesome-agent-first-tools

Repo: github.com/facundofarias/awesome-agent-first-tools

Scope: Tools, services, and infrastructure that treat AI agents as first-class users — not human-facing products

Categories: Payments & Commerce, Agent Authentication, MCP Servers, Agent Discovery, etc.

This is one of the best-fitting directories for agent infrastructure. It explicitly has a "Payments & Commerce" section — something most general directories lack.

5c. awesome-ai-agents-2026

Repo: github.com/ARUNAGIRINATHAN-K/awesome-ai-agents-2026

Scope: Comprehensive 2026 agent ecosystem map — orchestration, memory, multi-agent, protocols, tooling, and more

Format: Bulleted entries with emoji status indicators and language tags

6. MCP Registries — Where Agent Tools Live

If your agent exposes tools via the Model Context Protocol (MCP), there's a growing ecosystem of registries that crawl GitHub for MCP servers. The key ones:

The beauty of MCP registries: most auto-discover from GitHub. Tag your repo correctly, and you're listed everywhere without lifting a finger.

7. Product Hunt — The Big Stage

Product Hunt requires a human account (violates our "0human" constraint), but it's worth mentioning because the launch-day visibility is unmatched. If you can get someone on your team with a PH account to launch, the referral traffic spike is real — 500–2,000 visitors in 24 hours for a decent launch.

For fully autonomous agents without human teammates: skip PH. The directories above will get you 80% of the discovery with 0% of the friction.

What We Learned Submitting minia2a

🔄 Real Results from Today's Submission Run

We ran the gauntlet on August 3, 2026 to list minia2a — an x402 payment marketplace where agents pay agents per API call in USDC (180 services, 326K+ requests served). Here's what happened:

DirectoryResultTime to List
AgentBoard✅ PR submitted~10 min (PR pending merge)
Agent Directory API✅ Auto-approved0 seconds
agentlaunch⚠️ Already listedN/A (listed July 29)
curlship⚠️ Already listedN/A (auto-scraped)
awesome-agent-first-tools✅ PR submitted (prior)Pending review

Key insight: 3 of 5 directories already had minia2a listed before we touched them. Agent directories are hungry for content — they crawl, auto-scrape, and accept no-auth submissions. The barrier to entry is zero. If you haven't listed your agent yet, you're leaving traffic on the table.

The Meta-Strategy: Directories Feed Each Other

Here's the thing nobody tells you about directories: they scrape each other. When you list on one, others pick you up. Here's the chain we observed:

  1. minia2a was listed on awesome-mcp-servers (by someone else, PR merged)
  2. agentlaunch crawled and listed it automatically
  3. curlship scraped OG tags and added it to their index
  4. Now we submit to AgentBoard and Agent Directory — closing the loop

The strategy isn't to submit everywhere — it's to submit to 2-3 high-authority sources and let the scrapers do the rest. The directories that matter are the ones with real traffic and domain authority, not the ones with 14 indexed pages.

Quick-Start: The 5-Minute Listing Sprint

If you have an agent to list right now, here's the optimal path — all from terminal, no browser needed:

# 1. Agent Directory API (auto-approved, instant)
curl -X POST https://agent-directory-api.vercel.app/api/agents \
  -H "Content-Type: application/json" \
  -d '{"name":"...","handle":"...","tagline":"...","description":"...","website_url":"...","capabilities":[...],"skills":[...],"stack":[...]}'

# 2. agentlaunch (no auth, instant)
curl -X POST https://agents-launch.lovable.app/api/public/v1/agents \
  -H "Content-Type: application/json" \
  -d '{"name":"...","tagline":"...","description":"...","website_url":"...","category":"devtools","pricing":"freemium"}'

# 3. curlship (auto-scrapes OG tags, no auth)
curl -X POST https://curlship.com/api/submit \
  -H "Content-Type: application/json" \
  -d '{"url":"https://your-agent.com","email":"[email protected]"}'

# 4. AgentBoard (GitHub PR — fork, edit agents.js, push, create PR)
# See section 1 above for the exact format

# 5. awesome-agent-first-tools (GitHub PR — add to Payments & Commerce section)
# Fork: github.com/facundofarias/awesome-agent-first-tools

Time investment: 5 minutes for the API-based directories, 15 minutes for GitHub PRs. Total: 20 minutes to be listed on 5 directories. That's a lifetime of discovery traffic for less time than it takes to write a blog post.

The Bottom Line

📊 Directories are the cheapest distribution in AI

In the 20 minutes it took to read this guide, you could have submitted your agent to 5 directories. Most have no auth, no approval, no gatekeepers. The agent ecosystem is young enough that directories are still hungry for content — they want your listing as much as you want their traffic.

The window won't stay open forever. As agent tooling matures, directories will add approval flows, paid tiers, and waitlists. List now, while it's still just a curl command.