Tools
The Tools feature empowers your AI assistant by connecting it to external services through APIs and Webhooks. This powerful integration capability lets you extend the AI's functionality beyond conversation.
Adding a Tool
To add a new tool, you'll need to provide:
- Endpoint URL: The API endpoint where the tool can be accessed
- JSON Schema: The structure that defines how to interact with the tool
- Headers (optional): Any additional HTTP headers required for authentication or configuration
These tools enable your AI to perform actions like:
- Fetching real-time data
- Interacting with external services
- Processing specific requests through custom APIs
Note: Make sure you have the necessary API credentials and permissions before adding a tool.
⚠️ Important: Exercise caution when adding APIs that can modify data or perform actions. The AI will make autonomous decisions about when to call these APIs based on context, and while it tries to make appropriate choices, it may not always interpret the requirements correctly. Consider using read-only endpoints or adding validation layers where possible.