Create a Tool
From the Dashboard
- Navigate to Tools in the sidebar
- Click the Create Tool button
- Choose the tool type (usually Function)
- Configure the tool
Function Tool Configuration
Parameters (JSON Schema)
The parameters tell the LLM what arguments to extract from the conversation and pass to your API:Example: Order Status Tool
Adding a Tool to an Assistant
Once created, add the tool to your assistant:- Open the assistant in the editor
- Go to the Tools section
- Select the tool from the list
- Save — the assistant will now use this tool during calls
Next Steps
Configure a Tool
Server config, credentials, and async execution
Test a Tool
Verify your tool works end-to-end

