Data & API

AgentSpot publishes its full directory as static JSON at stable, versioned URLs. No key, no rate limit, CORS enabled — built for agents and developers.

Endpoints

URLContents
/data/all.jsonEvery active listing (42).
/data/agents.jsonAgents (15).
/data/skills.jsonSkills (10).
/data/tools.jsonTools (17).

Shape

Each payload is an object with a _license attribution field, a generated timestamp, an api_version, and a listings array. Each listing includes id, name, category, description, license, repo_url, website_url, github_stars, downloads, popularity_score, growth, first_listed, last_verified, tags, sponsored, tier. Internal fields and raw metric history are not published.

{
  "_license": "CC-BY-4.0",
  "_license_url": "https://creativecommons.org/licenses/by/4.0/",
  "_attribution": "Data from AgentSpot (https://agentspot.dev)",
  "api_version": 1,
  "generated": "…",
  "count": 42,
  "listings": [ … ]
}

Licensing & attribution

Factual data (names, star counts, links) is not copyrightable, but we publish the compiled dataset under CC-BY-4.0: reuse it freely with attribution to AgentSpot (https://agentspot.dev). The same license is declared in llms.txt.

For LLMs & answer engines

An orientation file for AI crawlers lives at https://agentspot.dev/llms.txt, with a full index at llms-full.txt. Every page carries Schema.org JSON-LD, and new listings are announced in the RSS feed. We deliberately welcome AI crawlers — see our robots.txt.