What is a Provider?
A Provider is a catalog integration type that groups related executors and declares a configuration schema. A provider configuration selects a catalog provider or references a tenant-provided OpenAPI document, then supplies or references connection settings for executor call nodes. This keeps credentials and endpoints out of individual workflows.
Accessing the Providers page
To open the Providers page, click Providers from the left-side menu on the Flowker page. The page displays all provider configurations for the organization in a data table, with the following columns:
- Name — the provider configuration name.
- Provider — the catalog integration type, for a
catalogconfiguration. - Type — the configuration kind:
catalogselects a catalog provider, whileexternal_openapireferences a tenant-provided OpenAPI document. - Schemas — XSD or OpenAPI schemas bound to the configuration. OpenAPI bindings can be restricted to operations.
- Status — the configuration status:
ActiveorDisabled. - Last Modified — the date the configuration was last updated.
- Actions — action menu.
Provider Catalog
Flowker includes a catalog of available provider types. When creating a
catalog provider configuration, you select which external service type you want to connect to. The catalog provides the configuration schema and required fields for each provider type.
Available actions menu
For each provider configuration, the following actions are available in the action menu ():
- Details — opens the provider configuration for viewing and editing.
- Enable / Disable — toggles the configuration status. Workflow nodes that reference a disabled configuration fail at execution time until it is enabled again.
- Delete — permanently removes the provider configuration.

