Tools
| Tool | Description |
|---|---|
REST_API_REQUEST | Make HTTP requests to configured API endpoints |
Authentication
API Key
Pass API key via header or query parameter.
Bearer Token
Authorization header with bearer token.
Basic Auth
Username and password authentication.