Http Fetch
- Category
- general
- Tier
- Trusted publisher
- Publisher
- Synax Platform (verification: Verified)
- Installs
- 0
About this skill
Make HTTP requests to an installation-configured allowlist of hosts. Exposes one tool per verb: get, post, put, delete, patch.
Install
Latest installable version: v1.0.2.
Version history
-
v1.0.2
Execution: Either
Capabilities required
- network:*
- secrets:ALLOWED_HOSTS
Secrets required
- {'name': 'ALLOWED_HOSTS', 'type': 'generic_string', 'description': "Comma-separated list of hostnames this skill may reach (e.g., 'api.github.com,api.example.com'). The skill rejects any URL whose host is not on this list. Wildcards are not supported in this version."}
-
v1.0.1
Execution: Either
Capabilities required
- network:*
- secrets:ALLOWED_HOSTS
Secrets required
- {'name': 'ALLOWED_HOSTS', 'type': 'generic_string', 'description': "Comma-separated list of hostnames this skill may reach (e.g., 'api.github.com,api.example.com'). The skill rejects any URL whose host is not on this list. Wildcards are not supported in this version."}