Capability categories
List the capability categories that the router uses for classification and scoring.
GET
/api/v1/categoriesReturns the canonical list of categories with their descriptions.
Response
{
"categories": [
{ "id": "code_generation", "description": "Write working code from a spec" },
{ "id": "reasoning", "description": "Multi-step logical analysis" },
{ "id": "summarisation", "description": "Compress a longer text into its core points" }
]
}