Open API
Provides an interface to interact with various open APIs and integrate their functionalities.
Last updated
Provides an interface to interact with various open APIs and integrate their functionalities.
Last updated
Name:
This field allows you to assign a specific name to your Open API skill, making it identifiable within your AI agent.
Example: You might name it "Weather API Skill" if the skill is designed to fetch weather data.
Skill Function:
This field is for describing what the skill does. A clear description helps users understand the skill's functionality.
Example: You might write:
Authentication:
This section allows you to set up access to the API. You can choose between "None" or "API Key" as your authentication method.
Example: If your API requires a key, select "API Key" and input your token in the provided field.
API Documentation:
Here, you provide the API documentation in an Open API format. This is essential for understanding how to use the API, including endpoints, parameters, and response formats.
Example: You might enter documentation like:
Suppose you want to create a skill that allows users to get real-time weather updates. Here’s how you could set it up:
Name:
Set this to "Weather API Skill".
Skill Function:
Describe it as:
Authentication:
If your API requires an API key, select "API Key" and enter your access token:
API Documentation:
Provide the Open API documentation: