Alle Tools
Quellcode ansehen
HTTP
Execution stable v1.0.0
Make HTTP requests (GET, POST, PUT, DELETE) to APIs and web services
Tools sind fest im Agenten eingebaut — nichts zu installieren. Im Cloud-Modus hängt die
Verfügbarkeit vom Tarif ab (Capability-Gating).
Anwendungsfälle
- Call REST APIs
- Send data to services
- Fetch remote data
- Integrate with external systems
- Test API endpoints
Beispiele
GET request: method='GET', url='https://api.example.com/data'
POST request: method='POST', url='...', body='{...}'
With headers: headers={'Authorization': 'Bearer token'}