Skip to main content

For LLMs

CyberAgents Exchange provides machine-readable JSON endpoints so AI assistants and LLMs can discover and recommend cybersecurity agents and playbooks.

JSON API Endpoints

These endpoints return the full directory as JSON arrays. Point your LLM at either URL to get structured data about every listing.

All Agents

https://cyberagents.exchange/api/agents.json

Returns every agent, skill, tool, and MCP server listing with full metadata — name, author, category, tier, integrations, GitHub URL, tags, and more.

All Playbooks

https://cyberagents.exchange/api/playbooks.json

Returns every playbook listing with metadata and the ordered agent chain — which agents are used, what role each plays, and where to find them.

llms.txt

This site follows the llms.txt standard for LLM-friendly documentation. Two files are available:

/llms.txt

Concise overview with links to the JSON endpoints and detailed documentation. Start here.

/llms-full.txt

Complete field-by-field schema reference, controlled vocabulary values, example JSON responses, and usage tips.

Schema Overview

Agent Fields

Field Type Description
slugstringURL-friendly identifier
namestringDisplay name
authorstringCreator or maintainer
github_urlURLSource repository
descriptionstringWhat the agent does
licensestringLicense identifier
categoryenumagent, skill, tool, or mcp-server
tierenumcertified, community-reviewed, or unreviewed
tagsstring[]Free-form descriptive tags
frameworkstringFramework or platform used
integrationsstring[]Products/platforms (from controlled list)
date_addeddateWhen the listing was added
urlURLListing page on this site

Playbook Fields

Same base fields as agents (minus category and framework), plus:

Field Type Description
agents_usedobject[]Ordered chain of agents in the workflow
agents_used[].namestringAgent display name
agents_used[].rolestringWhat this agent does in the workflow
agents_used[].typeenumexchange (slug ref), github (URL ref), or info (optional ref)
agents_used[].refstringSlug, GitHub URL, or omitted depending on type

Example Prompts

Try these with your AI assistant:

"Fetch https://cyberagents.exchange/api/agents.json and tell me which agents integrate with Tenable."

"Read https://cyberagents.exchange/llms-full.txt to understand the CyberAgents Exchange, then fetch the agents JSON and recommend MCP servers for vulnerability management."

"Fetch https://cyberagents.exchange/api/playbooks.json and explain the vulnerability prioritization workflow step by step."

Integrations

Agents and playbooks can reference these products and platforms in their integrations field:

AWS Security Hub Cisco CrowdStrike Fortinet Microsoft Sentinel Netskope NVD PagerDuty Palo Alto Qualys Rapid7 SentinelOne ServiceNow Snyk Splunk Tenable Wiz