Provides a generic HTTP client tool allowing AI agents to make arbitrary HTTP requests from their environment, with support for environment-variable placeholders for secrets.
Enables sending HTTP requests to webhooks with dynamic parameters, supporting all HTTP methods (GET, POST, PUT, PATCH, DELETE), custom headers, and configurable timeouts with detailed error handling and validation.
Enables LLMs to make HTTP requests with OAuth2, session cookies, retry logic, and cURL command generation, while providing security features like SSRF protection and TLS enforcement.
Enables LLMs to make HTTP requests using structured cURL commands with support for multiple authentication methods, custom headers, and comprehensive request/response control.