authentik_flows_write
Create or update Authentik authentication pipeline components—flows, stages, policies, and sources—without destroying existing configurations.
Instructions
Create or update Authentik auth pipeline config: flows, stages, policies, sources (non-destructive).
Call with operation="help" to list all available operations. Otherwise pass the operation name and a JSON object with parameters.
Example: authentik_flows_write(operation="CreateFlow", params={"name": "my-flow", "slug": "my-flow", "designation": "authorization"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |