action apis_get_providers { label: "List all providers" description: "List all the providers in the directory\n" provider: apis method: GET path: "/providers.json" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "string" } } } } }