Salta ai contenuti

SDKs

Questi contenuti non sono ancora disponibili nella tua lingua.

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

LanguageInstallStatus
TypeScriptnpm install @pipe2-ai/sdkReady
Gogo get github.com/pipe2-ai/sdk-goReady
Pythonpip install pipe2Ready
Kotlin (Android)Gradle — see the pageReady
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?

  • CLIpipe2 runs 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.