action apidapp_get_key { label: "get_key" provider: apidapp method: GET path: "/key" encoding: json input: { type: "object" properties: { token: { type: "string" } } additionalProperties: false } output: { type: "object" } }