list_bots
List the URBot catalog of 150+ trained vertical AI expert bots with slug, name, tagline, category, and price tiers (most bots start at $1). Optionally filter by category (e.g. education, health, finance, legal, technology, outdoor, 3d-modeling, game-dev, 3d-printing, media). Use the returned slug with get_bot, chat_with_bot, or get_skill. URBot bots keep your data yours - each one is downloadable and runs locally.
Parameters1
| category | string | optional | Optional category filter, case-insensitive (e.g. "education") |
Raw schema
{
"type": "object",
"properties": {
"category": {
"type": "string",
"description": "Optional category filter, case-insensitive (e.g. \"education\")"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}