action httpbin_get_robots_txt { label: "Returns some robots.txt rules." provider: httpbin method: GET path: "/robots.txt" encoding: json output: { type: "object" additionalProperties: true } }