Agent commands. Your AI agent uses this node in workflows. You don’t configure it directly.
Parameters
Authentication (mutually exclusive)
Output
Method auto-detection
Ifmethod is not specified:
- POST if
bodyis provided - GET if no
body
Response handling
JSON responses are automatically parsed to dict/list. Binary responses (images, PDFs, etc.) are base64-encoded. Detected by Content-Type:image/*,video/*,audio/*application/pdf,application/zip,application/octet-stream
Examples
GET request
POST with JSON body
With authentication
With query parameters
https://api.example.com/search?q=pflow&page=1&limit=10
Download binary file
Error handling
HTTP errors (4xx, 5xx) return theerror action with details in error key. The response body is still available in response.
Network errors trigger automatic retry (3 attempts, 1 second wait):

