Guides
OpenAPI Tools
Use Open API specs as tools via the StackOne (typescript) AI SDK
This guide explains how to work with OpenAPI-generated tools via the StackOne (typescript) AI SDK.
OpenAPIToolSet
The OpenAPIToolSet class allows you to parse OpenAPI specifications as tools from either a local file or a remote URL.
Loading from a File
Loading from a URL
Authentication Options
The OpenAPIToolSet supports easy usage of bot Basic and Bearer authentication:
You can also directly write to the toolset headers:
Was this page helpful?