VoxOne Tools
Tools allow AI agents to access external functionalities, APIs, and resources from the platform itself, expanding what the agent can do during a conversation. In practice, tools work similarly to traditional agent skills: they enable fetching external information, executing specific actions, and personalizing the user experience.
How to navigate:
When accessing Skyone Studio, click on VoxOne.
Click the Tools tab.
On this screen, you will see:
Custom tools created by you.
Platform default tools (identified by a globe icon).

Creating a Custom Tool
Custom tools allow you to integrate the agent with external services, such as APIs. Step by step:
Main settings
Click Create new tool.
Define the tool name.
Write a description for the tool.
Attention! The model will see the tool name and description and will use this information to determine when to make a tool call.
Integration
Choose the HTTPS type.
Configure the API URL (it may contain dynamic parameters).
Select the HTTP method:
GET
PUT
POST
PATCH
Define the timeout to prevent the platform from becoming unresponsive if the API does not respond.
Configuring Tool Parameters
Parameters allow the value sent to the API to vary with each use.
Fill in the following fields:
Type
Dynamic: Always changes
Static: Remains fixed
Automatic: The agent determines whether it is dynamic or static
Parameter name: Must match exactly the key name.
Method:
Query
Patch
Header
Schema type:
Text
Number
Integer
Boolean
Custom
Write a description.
Dynamic parameters allow the agent to use different values in each interaction.

Advanced Settings
Define the agent’s final behavior, choosing one of the following:
Default
Speak
Listen
Speak once
There will be a “Static response” flag, where the tool will always return the same predefined response when the flag is enabled.

After saving, the settings will be ready for testing.
Testing the Tool
Click Test.
Send a JSON with the configured parameter.
Example:
Run the test.
Check whether the API returns the expected information.
If the test returns correctly, the tool is ready for use.
Linking the Tool to an Agent
Access the desired agent.
Go to the agent’s Tools section.
Select the created tool.
Save the changes.

From that point on, the agent will be able to access the external API during the conversation.
FAQ
Last updated