Files
Windmill/apify_api_key.resource-type.yaml
Sebastian Serfling 2b5d29ef67 Initial commit: Windmill workspace sync
Scripts, flows, apps, resources and resource types from the Windmill workspace.
API token excluded via .gitignore (config/).
2026-04-24 09:06:07 +02:00

18 lines
393 B
YAML

description: Credentials for the Apify API using a personal API Key.
format_extension: null
is_fileset: false
schema:
type: object
order:
- api_key
properties:
api_key:
type: string
description: Your personal API token from your Apify account settings.
default: ''
nullable: false
password: true
title: Apify API Key
required:
- api_key