Start Pipeline Session
dcl_pipeline_startStart a pipeline session to run a series of checks. Configure scope, payment, and TTL via the agent ID to begin the audit.
Instructions
SESSION Management ($0.05). Opens a pipeline session for a series of checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope label for the session. | default |
| agent_id | Yes | Identifier of the agent that owns this session. | |
| payment_id | No | Optional payment identifier returned by a previous call when payment is required | |
| ttl_seconds | No | Session time-to-live, in seconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Scope label for the session. | |
| agent_id | Yes | Identifier of the agent that owns this session. | |
| drift_mode | Yes | Drift status at session start (always NORMAL for a new session). | |
| expires_at | Yes | Unix timestamp when the session expires. | |
| pipeline_id | Yes | Unique identifier for the newly opened pipeline session. |