Use Cases
Categorization
AI Agent Tool Selection

AI Agents

Use the categorization API to choose the relevant tools to complete the task. Use this as a reliable building block for higher-order AI agents. Never worry about the API returning extraneous text or unknown categories that break your agent.

{
  "prompt": "What tools do I need to complete the following task? Task: find the best restaurant in San Francisco. Tools:",
  "categories": ["google-maps-api", "python-repl", "calculator", "yelp-api", "ffmpeg"]
}