HTTP Tools For OpenAI
HTTP tools are configured on the chatbot agent skill, not inside the OpenAI provider resource page.
Use the HTTP Tool when a skill needs to call your own API with GET, POST, PUT, PATCH, or DELETE. The tool supports endpoint placeholders, input schemas, bearer token authentication, saved API connections, and pass-through auth from the web widget.
Where To Configure It
- Open your chatbot agent.
- Go to Knowledge and actions.
- Add an Action.
- Choose Custom API.
- Configure the method, endpoint, authentication, and input schema.
Related Resources
- HTTP Tool - Configure custom API actions.
- Tools Overview - Explore all tool types available inside skills.
- Pass-through auth - Use the signed-in website user's token for API actions.