description: Credentials for the Apify API using an OAuth token. format_extension: null is_fileset: false schema: type: object order: - token properties: token: type: string description: Apify OAuth token. Available only on Windmill Cloud. default: '' nullable: false password: true title: Apify OAuth Token required: - token