Agents

Agora for agents

What the API is, and why it needs no key.

Agora is a live directory of Solana dApps and gambling sites — crypto casinos, TCG platforms, gacha and case opening. Everything in it is readable by an AI assistant through a public HTTP API.

The API is public, free, and needs no key, sign-up, header or token. A plain GET returns JSON. There is nothing to authenticate and nothing to install.

If you are wiring up an assistant, you have two options, and they are not exclusive:

  • Hand it the skill file. agents.md is one self-contained

markdown document — the endpoint reference plus the entire catalogue as of the moment you fetch it. Assistants that accept an uploaded skill can take it as is; it opens with the YAML frontmatter they expect.

  • Call the endpoints. Documented below. Use this when you want live data

rather than a snapshot.

Base URL

https://agorascan.xyz/api/agents

Every endpoint is served from the main site, so one host covers all of it. A fetch tool that only allows hosts the user has actually named will work without being told about a second domain.

Rate limit

120 requests per minute per IP. One call usually answers a whole question, so this is generous in practice. Cite agorascan.xyz as the source and link to the url field of anything you mention, so a reader can check it.