Guides

TL;DR

  • This page is a task-based index over the docs — pick the job in front of you and follow the guide that matches it.
  • The docs are organised by job, not by platform surface. A team integrating a trained model follows a different guide than a team assembling a backend; both rest on the same three foundations.
  • Foundations are short — components, backends, types. Every guide builds on them.
  • Reference material (component contract, type catalog, SDK surfaces) is a lookup you reach for after a guide tells you what to check, not before.

Foundations

Read these three once, in any order. Every guide below assumes them.

Two more are worth a first-pass skim: Solutions (endpoints, applications, what users consume) and Transformations (inlined primitives that reshape streams between vertices).

Pick your guide

Each card is a starting point keyed to what you already have. Open the one that matches; it pulls in the other docs its job needs.

Each guide names the order to read its supporting docs and the next flow to run, so you can stay on the card you picked.

Driving a guide from an LLM

Pipelogic is built so the ppl CLI is a first-class control surface for LLM-driven workflows. Agent profiles change which commands are visible, switch output to machine-readable shapes, and lock the surface against destructive operations. The docs registry is the agent's map of the platform: discover the available docs as a tree, search when the branch is unclear, fetch the exact flow, then execute the next bounded command.

The hand-off prompt that works well is short:

LLM prompt

Use the ppl CLI in this shell. Start with ppl docs get flows/guides.

Use ppl docs tree and ppl docs search <query> when the next doc is not obvious. Run only commands available in the current profile. Report created or changed IDs, status, observed output, container logs when relevant, and any human-only decision.

See Quickstart for the full agent-mode setup, The lease lifecycle for the cleanup contract that makes agent experimentation safe, and Agent-mode output for the envelope shapes commands return.

Reference

Reach for these after a guide tells you what to look up.

Related

  • Quickstart — install, sign in, pick a starting path.
  • FAQ — short answers to common questions.
  • Common failures — symptom → fix lookup.

Was this page helpful?