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