SDK
SDK examples
Choose an SDK guide by the GTM outcome you want to produce.
Choose the closest outcome. Each linked guide owns its commands, data contract,
and production boundaries; this directory does not duplicate them.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Choose an SDK guide by the GTM outcome you want to produce.
| Outcome | Start with | What you will decide before scaling |
|---|---|---|
| Find verified work emails for a lead file | Batch CSV enrichment | Stable row key, representative pilot rows, and which output states need review |
| Find people at an account by role | Prebuilt Plays | Whether the published input schema fits the identifiers you have |
| Route accounts differently by segment | Write Plays | The branch conditions and the durable row key for each account |
| Enrich an inbound form fill | Webhooks and schedules | Sender authentication, delivery identity, and the destination owner |
| Refresh an account list every morning | Webhooks and schedules | Cron timezone, manual test input, and the maximum work allowed per run |
| Start a prebuilt Play from Python or a backend | HTTP and Python | Where the API key lives and how the caller persists the run ID |
| Publish reviewed Play code from a repository | Git deploys | Which repository, branch, root directory, and workspace own production |