SDKs
Esta página aún no está disponible en tu idioma.
Every SDK is a typed client over the same GraphQL API: list and run pipelines, poll runs, estimate cost, upload assets, and read credits. Pick the one that matches your stack — none of them expose anything the others can’t do.
Available SDKs
| Language | Install | Status |
|---|---|---|
| TypeScript | npm install @pipe2-ai/sdk | Ready |
| Go | go get github.com/pipe2-ai/sdk-go | Ready |
| Python | pip install pipe2 | Ready |
| Kotlin (Android) | Gradle — see the page | Ready |
| Swift (iOS) | — | In development |
The Swift SDK is still in active development and not yet production-ready. On iOS today, call the GraphQL API directly.
Not sure you need an SDK?
- CLI —
pipe2runs pipelines from a terminal or a script, with no code to write. It’s also the fastest way to try a pipeline end to end. - MCP server — lets MCP-capable assistants and agents call pipelines as tools, without you writing a client at all.
- GraphQL API — the underlying interface. Use it directly for a language with no SDK yet, or when you want full control over the queries.
Where to next
- Getting started — authenticate and run your first pipeline.
- Pipelines — what each pipeline takes as input and returns.
- API reference — every query, mutation, and type the SDKs wrap.