Skip to content

Pipelines

Create and manage governance pipelines.

Create a pipeline with specific steps and configuration.

Terminal window
curl -X POST http://localhost:9620/pipelines \
-H "Authorization: Bearer tp_admin_..." \
-H "Content-Type: application/json" \
-d '{
"pipeline_id": "strict",
"preset": "regulated",
"overrides": {
"detect_injection": {"threshold": 0.3}
}
}'

List all pipelines.

Get pipeline details including step configuration.

PUT /pipelines/{pipeline_id}/assign/{agent_id}

Section titled “PUT /pipelines/{pipeline_id}/assign/{agent_id}”

Assign a pipeline to an agent.

Import a tappass-pipeline.yaml generated by tappass assess.