Taxonomy API

Agentscan uses the OASF v1.0 taxonomy standard to classify AI agents with 136 skills and 204 domains. These endpoints let you query the distribution and list of available categories.

Distribution of skills and domains across all classified agents, with agent counts and percentages.

List all 136 available OASF skill categories.

List all available OASF domain categories.

About OASF Classification

Agents are automatically classified using a multi-strategy approach:

  1. Metadata extraction — skills and domains from the agent's registration JSON services[].skills/domains
  2. LLM classification — AI-powered analysis of the agent description (DeepSeek, OpenAI, or Claude)
  3. Keyword matching — rule-based fallback when no LLM is available

Classification follows strict validation rules: descriptions must be at least 20 characters, error messages are filtered out, and the system prefers no classification over an incorrect one.